Re: [Mesa-dev] Mesa (master): glx: Convert to automake.

2012-03-02 Thread Eric Anholt
On Fri, 02 Mar 2012 14:38:37 -0800, Ian Romanick wrote: > On 02/29/2012 11:56 AM, Eric Anholt wrote: > > Module: Mesa > > Branch: master > > Commit: 8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb >

[Mesa-dev] [PATCH] mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()

2012-03-02 Thread Anuj Phogat
_mesa_max_texture_levels() is also used to test valid texture target in _mesa_GetTexLevelParameteriv(). GL_TEXTURE_CUBE_MAP is not allowed as texture target in glGetTexLevelParameter(). So, this should throw GL_INVALID_ENUM error. Few other functions which use _mesa_max_texture_levels() like getco

Re: [Mesa-dev] Mesa (master): glx: Convert to automake.

2012-03-02 Thread Ian Romanick
On 02/29/2012 11:56 AM, Eric Anholt wrote: Module: Mesa Branch: master Commit: 8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb Author: Eric Anholt Date: Sun Feb 5 06:10:56 2012 +0100 glx: Convert to a

[Mesa-dev] [PATCH] i965: fixup W-tile offset computation to take swizzling into account

2012-03-02 Thread Daniel Vetter
There's even a comment in the code containing the right swizzling computations! Previously this has not been noticed because we need to manually enabled swizzling on snb/ivb (kernel 3.4 will do that) and we don't use the separate stencil on ilk (where the bios enables swizzling). This fixes pigli

Re: [Mesa-dev] [PATCH 2/2] i915: fix wrong rendering of gl_PointSize on Pineview

2012-03-02 Thread Eric Anholt
On Fri, 2 Mar 2012 10:14:05 +0800, Yuanhan Liu wrote: > On Thu, Mar 01, 2012 at 09:54:46AM -0800, Eric Anholt wrote: > > On Thu, 23 Feb 2012 14:19:19 +0800, Yuanhan Liu > > wrote: > > > > > > + /* Handle gl_PointSize builtin var here */ > > > + if (ctx->Point._Attenuated || ctx->VertexPro

Re: [Mesa-dev] Mesa (master): vl/compositor: add per vertex color suport

2012-03-02 Thread Michel Dänzer
On Fre, 2012-03-02 at 16:14 +0100, Christian König wrote: > On 02.03.2012 15:00, Michel Dänzer wrote: > > Hi Christian, > > > > > > On Fre, 2012-03-02 at 04:42 -0800, Christian KXXnig wrote: > >> Module: Mesa > >> Branch: master > >> Commit: b90727bb241e4a04158d34aad078cb18e478fea7 > >> URL: >

Re: [Mesa-dev] [PATCH 12/21] r600g: permit blitting between textures with STREAM and STAGING usage

2012-03-02 Thread Christian König
On 01.03.2012 01:05, Marek Olšák wrote: 2012/2/29 Christian König: On 29.02.2012 17:53, Marek Olšák wrote: Why this wasn't allowed is beyond me. Because that resulted in allot better performance. It doesn't make much sense to let the driver blit the content of a texture into a tilled version

Re: [Mesa-dev] [PATCH 00/21] Another round of R600 improvements & fixes

2012-03-02 Thread Alex Deucher
On Wed, Feb 29, 2012 at 11:52 AM, Marek Olšák wrote: > Hi everyone, > > here's another series of patches for r600g. > > These 5 patches are mostly about improving queries: >  r600g: move all query code into r600_query.c >  r600g: release query buffers in destroy_query >  r600g: don't suspend timer

Re: [Mesa-dev] Mesa (master): vl/compositor: add per vertex color suport

2012-03-02 Thread Christian König
On 02.03.2012 15:00, Michel Dänzer wrote: Hi Christian, On Fre, 2012-03-02 at 04:42 -0800, Christian KXXnig wrote: Module: Mesa Branch: master Commit: b90727bb241e4a04158d34aad078cb18e478fea7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b90727bb241e4a04158d34aad078cb18e478fea7 Au

Re: [Mesa-dev] [PATCH 1/4] meta: Fix compilation without FEATURE_feedback

2012-03-02 Thread Chad Versace
On 02/29/2012 07:36 AM, Benjamin Franzke wrote: > That is when building with --disable-opengl. > Fix for commit c5f4024a793f1209b1693aed9a46be9374ba4741. > > CC: Chad Versace > --- > src/mesa/drivers/common/meta.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) For patches 1-2

Re: [Mesa-dev] Mesa (master): vl/compositor: add per vertex color suport

2012-03-02 Thread Michel Dänzer
Hi Christian, On Fre, 2012-03-02 at 04:42 -0800, Christian KXXnig wrote: > Module: Mesa > Branch: master > Commit: b90727bb241e4a04158d34aad078cb18e478fea7 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=b90727bb241e4a04158d34aad078cb18e478fea7 > > Author: Christian König > Date

[Mesa-dev] [Bug 46502] Wine crashes with idnirect rendering

2012-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46502 --- Comment #4 from Kusanagi Kouichi 2012-03-02 03:05:30 PST --- Wine crashes only if shared glapi is enabled. Mesa version is irrelevant. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving thi