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
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
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
---
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 +
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
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
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.
___
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
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
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
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
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
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
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
14 matches
Mail list logo