[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #4 from Alexandre Demers alexandre.f.dem...@gmail.com 2011-06-08 23:43:25 PDT --- It seems related to a wrapper I use to let Diablo 2 use Glide over OpenGL. All other configuration (Direct 2D and Direct 3D) are OK and don't produce

[Mesa-dev] [Bug 38092] Mesa outputs warning wih Unigine sanctuary (Mesa warning: glDraw[Range]Elements())

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38092 --- Comment #1 from Pavel Ondračka pavel.ondra...@email.cz 2011-06-08 23:47:03 PDT --- I had no warning before if I remember correctly. I will try to bisect. Don't waste time, those warnings were present from the moment Sanctuary started to

[Mesa-dev] [Bug 38092] Mesa outputs warning wih Unigine sanctuary (Mesa warning: glDraw[Range]Elements())

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38092 Alexandre Demers alexandre.f.dem...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36282 Marc marvi...@gmx.de changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Mesa-dev] [Bug 37234] gears of glxgears change brightness

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37234 --- Comment #4 from Fabio Pedretti fabio@libero.it 2011-06-09 01:44:11 PDT --- This is likely a duplicate of bug #36282 which is fixed now. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Mesa-dev] [PATCH] glx/dri2: Paper over errors in DRI2Connect when indirect

2011-06-09 Thread Christopher James Halse Rogers
DRI2 will throw BadRequest for this when the client is not local, but DRI2 is an implementation detail and not something callers should have to know about. Silently swallow errors in this case, and just propagate the failure through DRI2Connect's return code. Bugzilla:

Re: [Mesa-dev] [PATCH] intel: Fix mipmap and format handling of blit glCopyPixels().

2011-06-09 Thread Eric Anholt
On Wed, 08 Jun 2011 13:00:48 -0700, Chad Versace c...@chad-versace.us wrote: On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt e...@anholt.net wrote: Fixes fbo-mipmap-copypix. --- src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 +--- 1 files changed, 53

Re: [Mesa-dev] [PATCH 1/3] i965/gen6: Refactor SF setup a bit to handle overrides in one place.

2011-06-09 Thread Eric Anholt
On Wed, 08 Jun 2011 14:49:39 -0700, Kenneth Graunke kenn...@whitecape.org wrote: For the series: Acked-by: Kenneth Graunke kenn...@whitecape.org gen7_sf_state.c will need updating as well. Would you mind doing that, or should I? I'll try to get to this at the office today, but I'll do it

[Mesa-dev] [Bug 38085] Mesa: User error: GL_INVALID_ENUM in glTexParameter(param=0x2901)

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38085 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Keywords||NEEDINFO --- Comment

Re: [Mesa-dev] [PATCH] intel: Fix mipmap and format handling of blit glCopyPixels().

2011-06-09 Thread Chad Versace
On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt e...@anholt.net wrote: Fixes fbo-mipmap-copypix. --- src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 +--- 1 files changed, 53 insertions(+), 45 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_pixel_copy.c

Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-09 Thread Chad Versace
On Tue, 07 Jun 2011 10:33:44 -0700, Eric Anholt e...@anholt.net wrote: On Sat, 4 Jun 2011 17:45:37 -0700, Chad Versace c...@chad-versace.us wrote: ... which indicates if the X driver supports DRI2BufferHiz and DRI2BufferStencil. I'm placing this in its own commit due to the large

Re: [Mesa-dev] [PATCH 10/10] intel: Request DRI2 buffers for separate stencil and hiz

2011-06-09 Thread Chad Versace
On Tue, 07 Jun 2011 08:15:51 -0700, Kenneth Graunke kenn...@whitecape.org wrote: On 06/07/2011 01:33 AM, Julien Cristau wrote: On Mon, Jun 6, 2011 at 18:56:20 -0700, Kenneth Graunke wrote: I'd make this an assertion. must_use_separate_stencil is only set for gen= 7, and I assert that

Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-09 Thread Chad Versace
On Mon, 06 Jun 2011 17:50:06 -0700, Kenneth Graunke kenn...@whitecape.org wrote: On 06/04/2011 05:45 PM, Chad Versace wrote: ... which indicates if the X driver supports DRI2BufferHiz and DRI2BufferStencil. I'm placing this in its own commit due to the large comment block. CC: Eric

Re: [Mesa-dev] [PATCH] glx/dri2: Paper over errors in DRI2Connect when indirect

2011-06-09 Thread Julien Cristau
On Thu, Jun 9, 2011 at 18:57:54 +1000, Christopher James Halse Rogers wrote: DRI2 will throw BadRequest for this when the client is not local, but DRI2 is an implementation detail and not something callers should have to know about. Silently swallow errors in this case, and just propagate

Re: [Mesa-dev] Mesa (master): mga: enable GL_ARB_vertex_array_object extension

2011-06-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/07/2011 03:35 PM, Brian Paul wrote: Module: Mesa Branch: master Commit: 1d71bbed3bbeb99d954cc137e4923c5db6e063c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d71bbed3bbeb99d954cc137e4923c5db6e063c8 Author: Nicolas Kaiser

Re: [Mesa-dev] s/bool/boolean/

2011-06-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/08/2011 07:54 AM, Jose Fonseca wrote: Personally, I prefer the standard C bool type, given it's a) standard, b) shorter. Furthermore Microsoft's windows.h already defines boolean: I'm with Jose on this one. -BEGIN PGP SIGNATURE-

Re: [Mesa-dev] [PATCH] i965: Add support for GL_FIXED vertex attributes.

2011-06-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/08/2011 03:20 PM, Eric Anholt wrote: This sadly requires work in the VS to rescale them, because the hardware doesn't support this format natively. Fixes arb_es2_compatibility-fixed-type and gtf/fixed_data_type. This also fixes the ES2

[Mesa-dev] [PATCH] glapi: Add API that can create a _glapi_table from a dlfcn handle

2011-06-09 Thread Jeremy Huddleston
I have a patch that gets most of the way there, but it still has some quirks that I'd like to figure out and address. The generated code doesn't check for FramebufferTextureLayerARB as an alias for FramebufferTextureLayerEXT. Could someone please explain what is going on there and why

[Mesa-dev] [Bug 38129] New: Account request

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38129 Summary: Account request Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Other

[Mesa-dev] [Bug 38129] Account request

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38129 --- Comment #1 from Bryan Cain bryancain3+...@gmail.com 2011-06-09 18:20:11 PDT --- Created an attachment (id=47795) -- (https://bugs.freedesktop.org/attachment.cgi?id=47795) SSH public key (RSA) -- Configure bugmail:

[Mesa-dev] [Bug 37274] Crash in draw_llvm_shader23 (r300g, rs690, in warzone2100)

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37274 --- Comment #2 from okias d.ok...@gmail.com 2011-06-09 18:32:12 PDT --- crash is still present :-( (few days old git) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Mesa-dev] [Bug 38085] Mesa: User error: GL_INVALID_ENUM in glTexParameter(param=0x2901)

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38085 --- Comment #5 from Alexandre Demers alexandre.f.dem...@gmail.com 2011-06-09 19:08:38 PDT --- Maybe you can help me on that one. When adding a break point at _mesa_error, it is catched, but then I lose the possibility to use my keyboard and