[Mesa-dev] [Bug 46376] render error when run glsl demo or mesa demo without window manager

2013-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46376 Gordon Jin changed: What|Removed |Added Status|RESOLVED|VERIFIED Summary|render error wh

Re: [Mesa-dev] [PATCH] glapi/gen: Remove duplicate PYTHON_FLAGS

2013-03-09 Thread Matt Turner
On Sat, Mar 9, 2013 at 12:55 PM, Stefan Brüns wrote: > On Friday 08 March 2013 20:01:05 you wrote: >> Because the patch is corrupted (looks like the mail client line >> wrapped it). A convenient way to send is git send-email, which always >> gets it right. > > The information about the corrupted p

[Mesa-dev] [Bug 58718] Crash in src_register() during glClear() call

2013-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58718 --- Comment #6 from José Fonseca --- I've been fiddling with this, and I only see two things that workaround this MSVC bug: - disable all optmizations (/O0 isntead of /O2 or /O1) - force all bit fields from struct prog_src_register to have the sa

Re: [Mesa-dev] [PATCH] st/mesa: bound the sampler count before calling into the driver.

2013-03-09 Thread Jose Fonseca
- Original Message - > On Sat, Mar 9, 2013 at 12:30 PM, Jose Fonseca wrote: > > Looks a sensible thing to do. > > > > Reviewed-by: Jose Fonseca > > > > Thanks for the review. > > > Any insight how the caller can be fixed so that this doesn't happen? > > It happens to me when draw sta

[Mesa-dev] [Bug 58718] Crash in src_register() during glClear() call

2013-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58718 --- Comment #5 from José Fonseca --- Created attachment 76244 --> https://bugs.freedesktop.org/attachment.cgi?id=76244&action=edit fdo58718.zip It looks like MSVC is generating invalid code somehow. I've attached a self-contained test program

Re: [Mesa-dev] [PATCH] glapi/gen: Remove duplicate PYTHON_FLAGS

2013-03-09 Thread Stefan Brüns
On Friday 08 March 2013 20:01:05 you wrote: > Because the patch is corrupted (looks like the mail client line > wrapped it). A convenient way to send is git send-email, which always > gets it right. The information about the corrupted patch would have been useful in the first place ... Regards,

Re: [Mesa-dev] [PATCH] st/mesa: bound the sampler count before calling into the driver.

2013-03-09 Thread Stéphane Marchesin
On Sat, Mar 9, 2013 at 12:30 PM, Jose Fonseca wrote: > Looks a sensible thing to do. > > Reviewed-by: Jose Fonseca > Thanks for the review. > Any insight how the caller can be fixed so that this doesn't happen? It happens to me when draw stages add more samplers on top of the max samplers from

Re: [Mesa-dev] [PATCH] st/mesa: bound the sampler count before calling into the driver.

2013-03-09 Thread Jose Fonseca
Looks a sensible thing to do. Reviewed-by: Jose Fonseca Any insight how the caller can be fixed so that this doesn't happen? Jose - Original Message - > With the current code, the sampler count can become higher than > PIPE_MAX_SAMPLERS and once it gets to the driver this can lead to >

Re: [Mesa-dev] [PATCH] Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions

2013-03-09 Thread Kenneth Graunke
On 03/05/2013 04:08 AM, Alan Hourihane wrote: Add's the missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions. Signed-off-by: Alan Hourihane --- src/mesa/main/teximage.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa

Re: [Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-09 Thread Kenneth Graunke
On 03/08/2013 03:01 PM, Matt Turner wrote: Fixes piglit's oes_compressed_etc2_texture-miptree tests on Desktop GL. Reported-by: Marek Olšák NOTE: This is a candidate for the 9.1 branch. Reviewed-by: Kenneth Graunke ___ mesa-dev mailing list mesa-dev