[Mesa-dev] [Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55445 Tim Allen changed: What|Removed |Added CC||screwt...@froup.com -- You are receiving th

Re: [Mesa-dev] [PATCH] adroid : glcpp: fix abuse of yylex

2012-10-01 Thread Oliver McFadden
On Tue, Oct 02, 2012 at 12:38:02PM +1000, Dave Airlie wrote: > On Tue, Oct 2, 2012 at 12:16 AM, Oliver McFadden > wrote: > > On Fri, Sep 28, 2012 at 05:36:40PM +0300, Negreanu Marius Adrian wrote: > >> Port the 'glcpp: fix abuse of yylex' commit to Android.mk > >> Also, since the Android.*.mk are

[Mesa-dev] [Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55445 Brian Rogers changed: What|Removed |Added CC||br...@xyzw.org -- You are receiving this

[Mesa-dev] [PATCH] mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.

2012-10-01 Thread Kenneth Graunke
The idea here is to not flag _NEW_VARYING_VP_INPUTS when shaders (either GLSL or ARB vp/fp) are in use. If either TNL or TexEnv programs are active, at least one stage is using fixed function. On Pineview, fixes 20 Piglit, 60 oglconforms, and 7 ES 1.1 conformance tests, as well as missing texture

[Mesa-dev] [Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55445 --- Comment #6 from Tim Allen --- In the thread linked from comment 2, the guy who ported Torchlight to Linux says that the actual call to glCompressedTexture2D() happens within the bowels of the OGRE 3D library and so the exact parameters aren't

Re: [Mesa-dev] [PATCH] adroid : glcpp: fix abuse of yylex

2012-10-01 Thread Dave Airlie
On Tue, Oct 2, 2012 at 12:16 AM, Oliver McFadden wrote: > On Fri, Sep 28, 2012 at 05:36:40PM +0300, Negreanu Marius Adrian wrote: >> Port the 'glcpp: fix abuse of yylex' commit to Android.mk >> Also, since the Android.*.mk are sourced in a global namespace, >> the local-y-to-c-and-h is prefixed wi

Re: [Mesa-dev] [PATCH 2/7] i965: Allow fast depth clears if scissoring doesn't do anything.

2012-10-01 Thread Oliver McFadden
On Fri, Sep 28, 2012 at 08:41:51AM -0700, Ian Romanick wrote: > On 09/19/2012 01:27 PM, Kenneth Graunke wrote: > > A game we're working with leaves scissoring enabled, but frequently sets > > the scissor rectangle to the size of the whole screen. In that case, > > scissoring has no effect, so it's

Re: [Mesa-dev] [PATCH 19/19] mesa/tests: Sanity check the ES2 dispatch table

2012-10-01 Thread Oliver McFadden
On Fri, Sep 28, 2012 at 02:15:18PM -0700, Ian Romanick wrote: > On 09/28/2012 01:55 PM, Paul Berry wrote: > > On 5 September 2012 15:09, Ian Romanick > > wrote: > > > > From: Ian Romanick > > > > > > This test is only built

[Mesa-dev] [PATCH 1/1] mesa: tests: EnumStrings.LookUpByNumber

2012-10-01 Thread Oliver McFadden
[ RUN ] EnumStrings.LookUpByNumber enum_strings.cpp:43: Failure Value of: _mesa_lookup_enum_by_nr(everything[i].value) Actual: "GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE" Expected: everything[i].name Which is: "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" enum_strings.cpp:43: Failure Value of: _mesa_lookup_en

Re: [Mesa-dev] [PATCH v2 1/1] intel: print performance debug messages to `logcat' on Android.

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 02:55:31PM -0700, Kenneth Graunke wrote: > On 10/01/2012 02:35 PM, Eric Anholt wrote: > > Oliver McFadden writes: > >> diff --git a/src/mesa/drivers/dri/intel/intel_context.c > >> b/src/mesa/drivers/dri/intel/intel_context.c > >> index 25334da..7eb2706 100644 > >> --- a/sr

[Mesa-dev] [PATCH] register_allocate: don't consider trivially colorable registers for spilling.

2012-10-01 Thread Paul Berry
Previously, we considered all registers as candidates for spilling. This was counterproductive--for any registers that have already been removed from the interference graph, there is no benefit to spilling them, since they don't contribute to register pressure. This patch ensures that we will only

[Mesa-dev] [PATCH 2/2] i965/vs: Implement register spilling.

2012-10-01 Thread Kenneth Graunke
To validate this code, I ran piglit -t vs quick.tests with the "go spill everything" debugging code enabled. There was only one regression: glsl-vs-unroll-explosion simply ran out of registers. This should be fine in the real world, since no one actually spills every single register. NOTE: This

[Mesa-dev] [PATCH 1/2] i965/vs: Fix unit mismatch in scratch base_offset parameter.

2012-10-01 Thread Kenneth Graunke
move_grf_array_access_to_scratch() calculates scratch buffer offsets in bytes. However, emit_scratch_read/write() expects the base_offset parameter to be measured in OWords. As a result, a shader using a scratch read/write offset greater than zero (in practice, a shader containing more than one v

Re: [Mesa-dev] [PATCH 17/19] glx: Replace DRI2SwapBuffers() custom protocol with XCB.

2012-10-01 Thread Eric Anholt
Chad Versace writes: >> + swap_buffers_cookie = >> + xcb_dri2_swap_buffers_unchecked(c, pdraw->xDrawable, >> + target_msc_hi, target_msc_lo, >> + divisor_hi, divisor_lo, >> +

Re: [Mesa-dev] [PATCH v2 1/1] intel: print performance debug messages to `logcat' on Android.

2012-10-01 Thread Kenneth Graunke
On 10/01/2012 02:35 PM, Eric Anholt wrote: > Oliver McFadden writes: >> diff --git a/src/mesa/drivers/dri/intel/intel_context.c >> b/src/mesa/drivers/dri/intel/intel_context.c >> index 25334da..7eb2706 100644 >> --- a/src/mesa/drivers/dri/intel/intel_context.c >> +++ b/src/mesa/drivers/dri/intel/

[Mesa-dev] [Bug 55505] EnumStrings.LookUpByNumber regression

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55505 Oliver McFadden changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|mesa-dev@l

[Mesa-dev] [Bug 55505] EnumStrings.LookUpByNumber regression

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55505 --- Comment #1 from Ian Romanick --- The fix is to s/(DXT[35])_EXT/\1_ANGLE/ in that file. Oliver, can you take this? -- You are receiving this mail because: You are the assignee for the bug. ___ mes

Re: [Mesa-dev] [PATCH v2 1/1] intel: print performance debug messages to `logcat' on Android.

2012-10-01 Thread Eric Anholt
Oliver McFadden writes: > diff --git a/src/mesa/drivers/dri/intel/intel_context.c > b/src/mesa/drivers/dri/intel/intel_context.c > index 25334da..7eb2706 100644 > --- a/src/mesa/drivers/dri/intel/intel_context.c > +++ b/src/mesa/drivers/dri/intel/intel_context.c > @@ -744,6 +744,11 @@ intelInitCo

[Mesa-dev] [PATCH 2/2] build: Use AX_PROG_FLEX

2012-10-01 Thread Matt Turner
--- configure.ac |4 ++- m4/ax_prog_flex.m4 | 63 2 files changed, 66 insertions(+), 1 deletions(-) create mode 100644 m4/ax_prog_flex.m4 diff --git a/configure.ac b/configure.ac index bf01924..929f672 100644 --- a/configure.ac +++

[Mesa-dev] [PATCH 1/2] build: Use AX_PROG_BISON

2012-10-01 Thread Matt Turner
No one tests yacc/byacc. Let's just request bison specifically. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46815 --- configure.ac| 10 ++- m4/ax_prog_bison.m4 | 71 +++ 2 files changed, 74 insertions(+), 7 deletions(-) c

Re: [Mesa-dev] [PATCH] dri drivers: Link dricommon before dynamic libraries

2012-10-01 Thread Jordan Justen
On Mon, 2012-10-01 at 13:06 -0700, Matt Turner wrote: > I think libtool should be handling this for us, but the build fails for > Jordan because libdricommon (a static library, which uses expat) appears > before -lexpat on the linker command. You are missing Signed-off-by... It fixes the make che

[Mesa-dev] [PATCH] dri drivers: Link dricommon before dynamic libraries

2012-10-01 Thread Matt Turner
I think libtool should be handling this for us, but the build fails for Jordan because libdricommon (a static library, which uses expat) appears before -lexpat on the linker command. --- *This* is why there can never be enough build system testing. Related: now that we have libdricore, why isn't l

Re: [Mesa-dev] [PATCH] i965/vs: fix unit mismatch in base_offset.

2012-10-01 Thread Kenneth Graunke
On 09/30/2012 10:08 PM, Kenneth Graunke wrote: > On 09/20/2012 07:06 PM, Paul Berry wrote: >> Callers of emit_scratch_{read,write}() pass a base_offset that is >> measured in bytes, but emit_scratch_{read,write}() was assuming it was >> measured in multiples of a complete register. As a result, a

[Mesa-dev] [Bug 55505] New: EnumStrings.LookUpByNumber regression

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55505 Priority: medium Bug ID: 55505 CC: omcfa...@gmail.com Assignee: mesa-dev@lists.freedesktop.org Summary: EnumStrings.LookUpByNumber regression Severity: normal Classification:

[Mesa-dev] [Bug 55503] Constant vertex attributes broken

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55503 --- Comment #1 from Robert Bragg --- Created attachment 67934 --> https://bugs.freedesktop.org/attachment.cgi?id=67934&action=edit vbo: generic[0] only aliases pos if API=GL -- You are receiving this mail because: You are the assignee for the

[Mesa-dev] [Bug 55503] New: Constant vertex attributes broken

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55503 Priority: medium Bug ID: 55503 Assignee: mesa-dev@lists.freedesktop.org Summary: Constant vertex attributes broken Severity: normal Classification: Unclassified OS: All

Re: [Mesa-dev] Please test the automake-gallium branch

2012-10-01 Thread Tom Stellard
On Wed, Sep 26, 2012 at 04:09:38PM -0700, Matt Turner wrote: > On Wed, Sep 26, 2012 at 2:50 PM, Török Edwin > wrote: > > On 09/26/2012 11:59 PM, Matt Turner wrote: > >> I've pushed an automake-gallium2 branch to my repo with a number of > >> fixes squashed-in. > >> > >> git://people.freedesktop.or

Re: [Mesa-dev] Mesa 9.0 release plans

2012-10-01 Thread Ian Romanick
On 09/28/2012 09:22 PM, Kenneth Graunke wrote: On 09/28/2012 04:10 PM, Ian Romanick wrote: There are only a few patches left on master marked as candidates for the branch. These basically fall into three groups: - Fix mipmap generation. There is stil one outstanding bug related to integer tex

Re: [Mesa-dev] Mesa 9.0 release plans

2012-10-01 Thread Ian Romanick
On 09/28/2012 04:32 PM, Chad Versace wrote: On 09/28/2012 04:10 PM, Ian Romanick wrote: There are only a few patches left on master marked as candidates for the branch. These basically fall into three groups: - TexImage performance improvement for Google Chrome. There's still some debate

Re: [Mesa-dev] [PATCH 19/19] mesa/tests: Sanity check the ES2 dispatch table

2012-10-01 Thread Ian Romanick
On 09/30/2012 03:20 PM, Paul Berry wrote: On 28 September 2012 14:15, Ian Romanick mailto:i...@freedesktop.org>> wrote: On 09/28/2012 01:55 PM, Paul Berry wrote: On 5 September 2012 15:09, Ian Romanick mailto:i...@freedesktop.org>

Re: [Mesa-dev] automake-gallium testing

2012-10-01 Thread Andreas Boll
2012/9/21 Matt Turner : > On Mon, Sep 17, 2012 at 8:22 AM, Andreas Boll > wrote: >> Yep, vdpau is also affected. >> >> $ LD_LIBRARY_PATH="/home/andreas/mesa-testing/lib/vdpau" >> VDPAU_DRIVER=r600' vdpauinfo >> display: :0 screen: 0 >> Failed to open VDPAU backend >> /home/andreas/mesa-testing/l

Re: [Mesa-dev] [PATCH 2/2] r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs

2012-10-01 Thread Tom Stellard
On Sat, Sep 29, 2012 at 05:19:22PM +0200, Vincent Lejeune wrote: > --- > src/gallium/drivers/r600/r600_llvm.c | 66 ++ > src/gallium/drivers/r600/r600_shader.c | 79 > ++-- > src/gallium/drivers/radeon/radeon_llvm.h | 4 ++ > 3 files chan

Re: [Mesa-dev] [PATCH 1/2] radeon/llvm: use specialised R600.store.pixel.* for fragment shader

2012-10-01 Thread Tom Stellard
On Sat, Sep 29, 2012 at 05:19:21PM +0200, Vincent Lejeune wrote: > --- > src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | 1 + > src/gallium/drivers/radeon/AMDGPUISelLowering.h| 1 + > .../radeon/MCTargetDesc/R600MCCodeEmitter.cpp | 21 ++- > src/gallium/drivers/radeon/R600ISelL

Re: [Mesa-dev] [PATCH v6 1/1] intel: add support for ANGLE_texture_compression_dxt.

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 08:04:17AM -0600, Brian Paul wrote: > On 10/01/2012 04:12 AM, Oliver McFadden wrote: > > Signed-off-by: Oliver McFadden > > CC: Brian Paul > > --- > > v6: API == ES2 checks. > > LGTM. Reviewed-by: Brian Paul Great, pushed! Sorry for the many iterations of this patch...

Re: [Mesa-dev] [PATCH] adroid : glcpp: fix abuse of yylex

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 05:16:55PM +0300, Oliver McFadden wrote: > On Fri, Sep 28, 2012 at 05:36:40PM +0300, Negreanu Marius Adrian wrote: > > Port the 'glcpp: fix abuse of yylex' commit to Android.mk > > Also, since the Android.*.mk are sourced in a global namespace, > > the local-y-to-c-and-h is

Re: [Mesa-dev] [PATCH] adroid : glcpp: fix abuse of yylex

2012-10-01 Thread Oliver McFadden
On Fri, Sep 28, 2012 at 05:36:40PM +0300, Negreanu Marius Adrian wrote: > Port the 'glcpp: fix abuse of yylex' commit to Android.mk > Also, since the Android.*.mk are sourced in a global namespace, > the local-y-to-c-and-h is prefixed with the LOCAL_MODULE name, > > The initial fix commit is 53d46

[Mesa-dev] [Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55445 --- Comment #5 from Brian Paul --- Can you tell me what exactly are the parameters to glCompressedTexImage2D which cause this error? -- You are receiving this mail because: You are the assignee for the bug. _

Re: [Mesa-dev] [PATCH] Revert "radeon/llvm: Inital flow control support for SI"

2012-10-01 Thread Tom Stellard
On Fri, Sep 28, 2012 at 06:24:13PM +0200, Michel Dänzer wrote: > From: Michel Dänzer > > This reverts commit bfd55711c1eb32ffbfceb9d566abae98f0015f23. > > It makes piglit unreliable due to VM protection faults and GPU lockups. > > Signed-off-by: Michel Dänzer > src/gallium/drivers/radeon/AMDG

[Mesa-dev] [Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55445 Michel Dänzer changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

Re: [Mesa-dev] [PATCH] glapi: Do not use backtrace on Cygwin.

2012-10-01 Thread Brian Paul
On 09/29/2012 04:29 PM, Vinson Lee wrote: execinfo.h is not available on Cygwin. Signed-off-by: Vinson Lee --- src/mapi/glapi/gen/gl_gentable.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mapi/glapi/gen/gl_gentable.py b/src/mapi/glapi/gen/gl_gentable.py ind

Re: [Mesa-dev] [PATCH v6 1/1] intel: add support for ANGLE_texture_compression_dxt.

2012-10-01 Thread Brian Paul
On 10/01/2012 04:12 AM, Oliver McFadden wrote: Signed-off-by: Oliver McFadden CC: Brian Paul --- v6: API == ES2 checks. LGTM. Reviewed-by: Brian Paul ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listi

Re: [Mesa-dev] [PATCH 1/2] radeonsi: Better indexing of parameters in the pixel shader.

2012-10-01 Thread Alex Deucher
On Fri, Sep 28, 2012 at 12:34 PM, Michel Dänzer wrote: > From: Michel Dänzer > > We were previously using the TGSI input index, which can exceed the number of > parameters passed from the vertex shader via the parameter cache. Now we use > a separate index which only counts those parameters. > >

Re: [Mesa-dev] [PATCH v3 8/8] mesa: glGet: remove the unused TYPE_API_MASK flags

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:38:05PM +0300, Imre Deak wrote: > Since we generate the hash tables in build time, these flags aren't used > any more, remove them. > > Signed-off-by: Imre Deak > Reviewed-by: Brian Paul Reviewed-by: Oliver McFadden > --- > src/mesa/main/get.c |6 -- > 1 file

Re: [Mesa-dev] [PATCH v3 7/8] mesa: glGet: use the build time generated hash tables

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:38:04PM +0300, Imre Deak wrote: > Signed-off-by: Imre Deak > Reviewed-by: Brian Paul Reviewed-by: Oliver McFadden > --- > src/mesa/main/get.c| 1026 > +--- > src/mesa/main/mtypes.h |2 - > 2 files changed, 13 insert

Re: [Mesa-dev] [PATCH v3 5/8] scons/android: add flag to check for enabled GL APIs

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:38:02PM +0300, Imre Deak wrote: > Needed by the next patch. > > Signed-off-by: Imre Deak > Reviewed-by: Brian Paul Reviewed-by: Oliver McFadden > --- > src/mesa/Android.mk |9 - > src/mesa/SConscript |9 + > 2 files changed, 9 insertions(+), 9

Re: [Mesa-dev] [PATCH v3 4/8] mesa: glGet: rename *{_EXT, _ARB} enums missing from the XML spec

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:38:01PM +0300, Imre Deak wrote: > The following enums used to be extensions but later became part of the > core specification. The _EXT/_ARB versions of these are not present in > in the current XML spec files, only defined in GL/glext.h > > Later we'll need to look up t

Re: [Mesa-dev] [PATCH v3 3/8] mesa: glGet: simplify the 'enum not found' condition

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:38:00PM +0300, Imre Deak wrote: > When traversing the hash table looking up an enum that is invalid we > eventually reach the first element in the descriptor array. By looking > at the type of that element, which is always TYPE_API_MASK, we know that > we can stop the sea

Re: [Mesa-dev] [PATCH v3 2/8] mesa: glGet: fix parameter lookup for apps using multiple APIs

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:37:59PM +0300, Imre Deak wrote: > The glGet hash was initialized only once for a single GL API, even if > the application later created a context for a different API. This > resulted in glGet failing for otherwise valid parameters in a context > if that parameter was inva

Re: [Mesa-dev] [PATCH v3 1/8] glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section

2012-10-01 Thread Oliver McFadden
On Mon, Oct 01, 2012 at 01:37:58PM +0300, Imre Deak wrote: > This should be named GL_POLYGON_OFFSET_BIAS_EXT and listed under the > EXT_polygon_offset section. (Solution by Ian Romanick) > > Signed-off-by: Imre Deak > Reviewed-by: Brian Paul Reviewed-by: Oliver McFadden > --- > src/mapi/glapi/

[Mesa-dev] [PATCH v3 8/8] mesa: glGet: remove the unused TYPE_API_MASK flags

2012-10-01 Thread Imre Deak
Since we generate the hash tables in build time, these flags aren't used any more, remove them. Signed-off-by: Imre Deak Reviewed-by: Brian Paul --- src/mesa/main/get.c |6 -- 1 file changed, 6 deletions(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index c5ccd66..b943d69 1

[Mesa-dev] [PATCH v3 7/8] mesa: glGet: use the build time generated hash tables

2012-10-01 Thread Imre Deak
Signed-off-by: Imre Deak Reviewed-by: Brian Paul --- src/mesa/main/get.c| 1026 +--- src/mesa/main/mtypes.h |2 - 2 files changed, 13 insertions(+), 1015 deletions(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 6c32f81..c5ccd6

[Mesa-dev] [PATCH v3 5/8] scons/android: add flag to check for enabled GL APIs

2012-10-01 Thread Imre Deak
Needed by the next patch. Signed-off-by: Imre Deak Reviewed-by: Brian Paul --- src/mesa/Android.mk |9 - src/mesa/SConscript |9 + 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk index 4b62b81..c32b1c0 100644 --- a

[Mesa-dev] [PATCH v3 4/8] mesa: glGet: rename *{_EXT, _ARB} enums missing from the XML spec

2012-10-01 Thread Imre Deak
The following enums used to be extensions but later became part of the core specification. The _EXT/_ARB versions of these are not present in in the current XML spec files, only defined in GL/glext.h Later we'll need to look up these in a python script using the XML spec. As a preparation for that

[Mesa-dev] [PATCH v3 3/8] mesa: glGet: simplify the 'enum not found' condition

2012-10-01 Thread Imre Deak
When traversing the hash table looking up an enum that is invalid we eventually reach the first element in the descriptor array. By looking at the type of that element, which is always TYPE_API_MASK, we know that we can stop the search and return error. Since this element is always the first it's e

[Mesa-dev] [PATCH v3 2/8] mesa: glGet: fix parameter lookup for apps using multiple APIs

2012-10-01 Thread Imre Deak
The glGet hash was initialized only once for a single GL API, even if the application later created a context for a different API. This resulted in glGet failing for otherwise valid parameters in a context if that parameter was invalid in another context created earlier. Fix this by using a separa

[Mesa-dev] [PATCH v3 1/8] glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section

2012-10-01 Thread Imre Deak
This should be named GL_POLYGON_OFFSET_BIAS_EXT and listed under the EXT_polygon_offset section. (Solution by Ian Romanick) Signed-off-by: Imre Deak Reviewed-by: Brian Paul --- src/mapi/glapi/gen/gl_API.xml |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mapi/glapi/

[Mesa-dev] [PATCH v3 0/8] mesa: glGet: fix lookup for apps using multiple APIs

2012-10-01 Thread Imre Deak
In v3 I addressed the last comments from Brian and Ian. Before committing the patchset would need another Reviewed-by besides Brian's. This is also a candidate for the 9.0 branch. I've also pushed it to the g...@github.com:ideak/mesa.git dev branch. --Imre Imre Deak (8): glapi: rename/move GL_

[Mesa-dev] [PATCH v2 1/1] intel: print performance debug messages to `logcat' on Android.

2012-10-01 Thread Oliver McFadden
Signed-off-by: Oliver McFadden CC: Chad Versace --- v2: don't split drv/app debug messages; instead print everything that may be useful. Suggested by community on mailing list. src/mesa/drivers/dri/Android.mk|3 ++- src/mesa/drivers/dri/intel/intel_context.c |5 + src/m

[Mesa-dev] [PATCH v6 1/1] intel: add support for ANGLE_texture_compression_dxt.

2012-10-01 Thread Oliver McFadden
Signed-off-by: Oliver McFadden CC: Brian Paul --- v6: API == ES2 checks. src/mapi/glapi/gen/es_EXT.xml |6 ++ src/mesa/drivers/dri/intel/intel_extensions.c |1 + src/mesa/main/APIspec.xml |3 +++ src/mesa/main/extensions.c|

Re: [Mesa-dev] [PATCH 1/5] radeonsi: define SGPR register numbers

2012-10-01 Thread Michel Dänzer
On Son, 2012-09-30 at 15:06 +0200, Christian König wrote: > Instead of hardcoding them. > > Signed-off-by: Christian König Nice, thanks! Series is Reviewed-by: Michel Dänzer (In exchange for review of the patches I sent out last Friday ;) -- Earthling Michel Dänzer |

Re: [Mesa-dev] [PATCH 17/19] glx: Replace DRI2SwapBuffers() custom protocol with XCB.

2012-10-01 Thread Oliver McFadden
On Fri, Sep 28, 2012 at 04:12:28PM -0700, Chad Versace wrote: > > + swap_buffers_cookie = > > + xcb_dri2_swap_buffers_unchecked(c, pdraw->xDrawable, > > + target_msc_hi, target_msc_lo, > > + divisor_hi,

[Mesa-dev] [PATCH] adroid : glcpp: fix abuse of yylex

2012-10-01 Thread Negreanu Marius Adrian
Port the 'glcpp: fix abuse of yylex' commit to Android.mk Also, since the Android.*.mk are sourced in a global namespace, the local-y-to-c-and-h is prefixed with the LOCAL_MODULE name, The initial fix commit is 53d46bc787318ccf9911fdd1d5fe99ee4db7f41a There's also a bugzilla for this: 54947 Sign