Re: [Mesa-dev] [PATCH automake] Support LLVM >= 3.2 on radeonsi and opencl.

2012-12-21 Thread Johannes Obermayr
Am Freitag, 21. Dezember 2012, 10:58:53 schrieb Mike Lothian: > Should the warning be updated to say you can now use llvm svn master with > --enable-experimental-targets=R600? Nope. Tom's git repository contains the stable branch (3.2) of LLVM and what I can see most of the work is based on AMDGP

Re: [Mesa-dev] [RFC] Merge automake branch

2012-12-21 Thread Michel Dänzer
On Fre, 2012-12-21 at 06:31 +0100, Johannes Obermayr wrote: > > Please pull the code from: > git://github.com/jobermayr/mesa.git branch: master > > To view it online: > https://github.com/jobermayr/mesa > > Following changes since automake-gallium6: > - link shared libgallium against some LLVM

[Mesa-dev] [PATCH 1/2] gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag

2012-12-21 Thread Marek Olšák
Usage with pipe_context: pipe->flush(pipe, NULL, PIPE_FLUSH_END_OF_FRAME); Usage with st_context_iface: st->flush(st, ST_FLUSH_END_OF_FRAME, NULL); The flag is only a hint for drivers. Radeon will use it for buffer eviction heuristics in the kernel (e.g. for queries like how many frames have

[Mesa-dev] [PATCH 2/2] gallium/radeon: send the END_OF_FRAME flag to the DRM

2012-12-21 Thread Marek Olšák
--- src/gallium/drivers/r300/r300_flush.c |4 +++- src/gallium/drivers/r600/r600_pipe.c |3 ++- src/gallium/drivers/radeonsi/radeonsi_pipe.c |3 ++- src/gallium/winsys/radeon/drm/radeon_drm_cs.c | 10 -- src/gallium/winsys/radeon/drm/radeon_winsys.h |1 +

Re: [Mesa-dev] [PATCH 1/2] Make IsTransformFeedback() return false before BindTransformFeedback()

2012-12-21 Thread Jordan Justen
Series Reviewed-by: Jordan Justen On Thu, Dec 20, 2012 at 7:47 PM, Matt Turner wrote: > The GL 4.3 an ES 3.0 specs say > >A transform feedback object is created by binding a name returned by >GenTransformFeedbacks with the command > void BindTransformFeedback( enum target, uint id

Re: [Mesa-dev] [PATCH 1/3] i965: Fix hiz resolves getting stomped by depth offset validation.

2012-12-21 Thread Jordan Justen
Series Reviewed-by: Jordan Justen On Tue, Dec 18, 2012 at 3:03 PM, Eric Anholt wrote: > Fixes all the remaining non-Z32F_S8 depthstencil-render-miplevels > tests in piglit. > > --- > > This causes the other Z32F change in the series I sent out earlier > today to result in all depthstencil-render

[Mesa-dev] [Bug 58548] [swrast] SIGSEGV src/mesa/swrast/s_texfetch.c:100

2012-12-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58548 --- Comment #2 from Brian Paul --- Patch posted for review. I don't know how I missed this. I'm positive I ran that piglit test earlier. -- You are receiving this mail because: You are the assignee for the bug. ___

[Mesa-dev] [V3 PATCH 6/6] mesa: Add support to allow blitting to multiple color draw buffers

2012-12-21 Thread Anuj Phogat
Changes in fbobject.c fix a case when blitting to a framebuffer with renderbuffers/textures attached to GL_COLOR_ATTACHMENT{i} (where i!=0). Earlier it skips color blitting if nothing is found attached to GL_COLOR_ATTACHMENT0. Changes in swrast/s_blit.c fix a blitting case when drawAttachment->Tex

Re: [Mesa-dev] [V3 PATCH 6/6] mesa: Add support to allow blitting to multiple color draw buffers

2012-12-21 Thread Brian Paul
On Fri, Dec 21, 2012 at 1:47 PM, Anuj Phogat wrote: > Changes in fbobject.c fix a case when blitting to a framebuffer with > renderbuffers/textures attached to GL_COLOR_ATTACHMENT{i} (where i!=0). > Earlier it skips color blitting if nothing is found attached to > GL_COLOR_ATTACHMENT0. > > Changes

Re: [Mesa-dev] [PATCH 1/2] Make IsTransformFeedback() return false before BindTransformFeedback()

2012-12-21 Thread Kenneth Graunke
On 12/20/2012 07:47 PM, Matt Turner wrote: The GL 4.3 an ES 3.0 specs say A transform feedback object is created by binding a name returned by GenTransformFeedbacks with the command void BindTransformFeedback( enum target, uint id ); Fixes arb_transform_feedback2-istransformfeedb

Re: [Mesa-dev] [RFC] Merge automake branch

2012-12-21 Thread Johannes Obermayr
Am Freitag, 21. Dezember 2012, 16:48:59 schrieb Michel Dänzer: > On Fre, 2012-12-21 at 06:31 +0100, Johannes Obermayr wrote: > > > > Please pull the code from: > > git://github.com/jobermayr/mesa.git branch: master > > > > To view it online: > > https://github.com/jobermayr/mesa > > > > Follow

Re: [Mesa-dev] [V3 PATCH 6/6] mesa: Add support to allow blitting to multiple color draw buffers

2012-12-21 Thread Anuj Phogat
On Fri, Dec 21, 2012 at 1:00 PM, Brian Paul wrote: > > On Fri, Dec 21, 2012 at 1:47 PM, Anuj Phogat wrote: > > Changes in fbobject.c fix a case when blitting to a framebuffer with > > renderbuffers/textures attached to GL_COLOR_ATTACHMENT{i} (where i!=0). > > Earlier it skips color blitting if no

Re: [Mesa-dev] [RFC] Merge automake branch

2012-12-21 Thread Johannes Obermayr
Am Samstag, 22. Dezember 2012, 00:31:16 schrieb Michel Dänzer: > On Fre, 2012-12-21 at 22:43 +0100, Johannes Obermayr wrote: > > Am Freitag, 21. Dezember 2012, 16:48:59 schrieb Michel Dänzer: > > > On Fre, 2012-12-21 at 06:31 +0100, Johannes Obermayr wrote: > > > > > > > > Please pull the code f

Re: [Mesa-dev] [RFC] Merge automake branch

2012-12-21 Thread Michel Dänzer
On Sam, 2012-12-22 at 01:06 +0100, Johannes Obermayr wrote: > Am Samstag, 22. Dezember 2012, 00:31:16 schrieb Michel Dänzer: > > On Fre, 2012-12-21 at 22:43 +0100, Johannes Obermayr wrote: > > > Am Freitag, 21. Dezember 2012, 16:48:59 schrieb Michel Dänzer: > > > > On Fre, 2012-12-21 at 06:31 +01