Re: [Mesa-dev] [PATCH] autoconf: bail out if flex isn't found

2012-03-15 Thread Gaetan Nadon
On 12-03-14 10:20 AM, Brian Paul wrote: On Tue, Mar 13, 2012 at 9:14 PM, Matt Turner matts...@gmail.com wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=47248 Signed-off-by: Matt Turner matts...@gmail.com --- configure.ac |3 +++ 1 files changed, 3 insertions(+), 0

[Mesa-dev] [Bug 47324] [Intel HD3000] OpenGL content is not rendered correctly in Gnome fall-back mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47324 --- Comment #3 from Kai Li li...@foxmail.com 2012-03-15 03:40:57 PDT --- Sorry, I can't find any xorg log file under /var/log/ directory. Can it be in some other place? I've installed bumblebee on my system, but I'm sure the opengl doesn't work

[Mesa-dev] [Bug 47324] [Intel HD3000] OpenGL content is not rendered correctly in Gnome fall-back mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47324 --- Comment #4 from Chris Wilson ch...@chris-wilson.co.uk 2012-03-15 03:47:25 PDT --- I use xorg.log as shorthand for /var/log/Xorg.0.log (as the '0' may be any number depending upon your configuration and login manager). Just attach the most

[Mesa-dev] [Bug 47324] [Intel HD3000] OpenGL content is not rendered correctly in Gnome fall-back mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47324 --- Comment #5 from Kai Li li...@foxmail.com 2012-03-15 03:48:01 PDT --- I just choose Gnome Classic ( no effect ) in GDM login screen. In fact, most of the 3D desktops is very unstable when I run 3D applications in my computer, include Gnome 3,

[Mesa-dev] [Bug 47324] [Intel HD3000] OpenGL content is not rendered correctly in Gnome fall-back mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47324 --- Comment #6 from Kai Li li...@foxmail.com 2012-03-15 03:57:59 PDT --- Thank you. I got it. It really under /var/log, I don't known why I didn't find it just now. I'm sorry for that. You can find it in the attachment /var/log/Xorg.0.log : [

[Mesa-dev] [Bug 47324] [Intel HD3000] OpenGL content is not rendered correctly in Gnome fall-back mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47324 --- Comment #7 from Chris Wilson ch...@chris-wilson.co.uk 2012-03-15 04:23:07 PDT --- Ok, that's a known bug in the Option Shadow true. Your driver and xserver are uptodate and should be stable without that option. -- Configure bugmail:

[Mesa-dev] [Bug 47324] [Intel HD3000] OpenGL content is not rendered correctly in Gnome fall-back mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47324 Chris Wilson ch...@chris-wilson.co.uk changed: What|Removed |Added AssignedTo|mesa-dev@lists.freedesktop.

[Mesa-dev] [PATCH 2/2] st/vdpau: improve frame dumping functionality a bit

2012-03-15 Thread Christian König
Just a workaround until we get a real unit- testing tool for VDPAU. Signed-off-by: Christian König deathsim...@vodafone.de --- src/gallium/state_trackers/vdpau/presentation.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git

[Mesa-dev] [PATCH 1/2] st/vdpau: add VC-1 startcode if none is found in the stream

2012-03-15 Thread Christian König
Signed-off-by: Christian König deathsim...@vodafone.de --- src/gallium/state_trackers/vdpau/decode.c | 48 1 files changed, 41 insertions(+), 7 deletions(-) diff --git a/src/gallium/state_trackers/vdpau/decode.c b/src/gallium/state_trackers/vdpau/decode.c index

Re: [Mesa-dev] Mesa (master): glsl: Avoid extra if statements for logic and/ or with no side effects.

2012-03-15 Thread Jose Fonseca
- Original Message - On Wed, 14 Mar 2012 11:38:09 -0700 (PDT), Jose Fonseca jfons...@vmware.com wrote: This commit caused the piglit tests glsl-algebraic-logicand-false-2 glsl-algebraic-logicor-true to start failing on llvmpipe. Not sure if this is failing for all

Re: [Mesa-dev] [PATCH 1/2] st/vdpau: add VC-1 startcode if none is found in the stream

2012-03-15 Thread Emeric Grange
2012/3/15 Christian König deathsim...@vodafone.de Signed-off-by: Christian König deathsim...@vodafone.de --- src/gallium/state_trackers/vdpau/decode.c | 48 1 files changed, 41 insertions(+), 7 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 1/2] mesa: Fold error generation into _mesa_valid_prim_mode().

2012-03-15 Thread Brian Paul
On 03/14/2012 04:25 PM, Eric Anholt wrote: We want to start emitting an INVALID_OPERATION from here for transform feedback. Note that this forced dlist.c to almost not use this function, since it wants different behavior during dlist compile. Just pull the non-TF, non-GS test out for compile,

Re: [Mesa-dev] [PATCH 1/2] st/vdpau: add VC-1 startcode if none is found in the stream

2012-03-15 Thread Christian König
Hi Emeric, On 15.03.2012 15:13, Emeric Grange wrote: I actually made some code that does exactly the opposite, for H.264 and VP8, removing the start code from the first buffer containing it (so the first buffer alltoghether or just the 3 first bytes of the first buffer). I think the start

[Mesa-dev] [Bug 47166] Bad datatype in interpolate_int_colors

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47166 --- Comment #2 from hdew...@gmail.com 2012-03-15 09:09:46 PDT --- Is there a secret to getting apitrace to work with OSMesa? Since I'm using either OSMesaGetProcAddress or dlopen(libOSMesa.so,...)/dlsym(...) to get the extension function

[Mesa-dev] [Bug 47166] Bad datatype in interpolate_int_colors

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47166 --- Comment #3 from José Fonseca jfons...@vmware.com 2012-03-15 10:05:58 PDT --- (In reply to comment #2) Is there a secret to getting apitrace to work with OSMesa? Since I'm using either OSMesaGetProcAddress or

Re: [Mesa-dev] Mesa (master): mesa: add back glGetnUniform*v() overflow error reporting

2012-03-15 Thread Ian Romanick
On 03/13/2012 11:35 AM, Dylan Noblesmith wrote: Module: Mesa Branch: master Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b536ac6b2bc54ad9bb6e58fbd307055e419a288f Author: Dylan Noblesmithnob...@dreamwidth.org Date: Thu Dec 22

Re: [Mesa-dev] [PATCH] intel: Fix a case when mapping large texture fails

2012-03-15 Thread Anuj Phogat
On Wed, Mar 7, 2012 at 4:28 PM, Anuj Phogat anuj.pho...@gmail.com wrote: On Mon 27 Feb 2012 11:45:46 AM PST, Anuj Phogat wrote: This patch handles a case when mapping a large texture fails in drm_intel_gem_bo_map_gtt(). These changes avoid assertion failure later in the driver as reported

Re: [Mesa-dev] [PATCH] intel: Enable creating FBO with luminance texture as render target

2012-03-15 Thread Anuj Phogat
On Fri, Mar 9, 2012 at 2:47 PM, Anuj Phogat anuj.pho...@gmail.com wrote: Currently intel driver doesn't allow to create a FBO with luminace texture as render target. Piglit test getteximage-luminance skips a sub test due to this restriction. Test passes as expected after applying this patch.

Re: [Mesa-dev] [PATCH 1/2] st/vdpau: add VC-1 startcode if none is found in the stream

2012-03-15 Thread Emeric Grange
2012/3/15 Christian König deathsim...@vodafone.de Hi Emeric, On 15.03.2012 15:13, Emeric Grange wrote: I actually made some code that does exactly the opposite, for H.264 and VP8, removing the start code from the first buffer containing it (so the first buffer alltoghether or just the 3

Re: [Mesa-dev] [PATCH 2/9] i965/fs: Jump from discard statements to the end of the program when done.

2012-03-15 Thread Kenneth Graunke
On 03/12/2012 06:08 PM, Eric Anholt wrote: From the GLSL 1.30 spec: The discard keyword is only allowed within fragment shaders. It can be used within a fragment shader to abandon the operation on the current fragment. This keyword causes the fragment to be discarded

Re: [Mesa-dev] Mesa (master): mesa: add back glGetnUniform*v() overflow error reporting

2012-03-15 Thread Kenneth Graunke
On 03/15/2012 11:26 AM, Ian Romanick wrote: On 03/13/2012 11:35 AM, Dylan Noblesmith wrote: Module: Mesa Branch: master Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b536ac6b2bc54ad9bb6e58fbd307055e419a288f Author: Dylan

[Mesa-dev] [PATCH] egl/drivers: Add .gitignore files to exclude automake build artifacts from git.

2012-03-15 Thread Paul Berry
With the conversion to automake in commit e5f895485e03ac60efcb3f6f83ec1d3e33ef7ec2, several additional build artifacts are created: src/egl/drivers/dri2/.deps/ src/egl/drivers/dri2/.libs/ src/egl/drivers/dri2/libegl_dri2.la src/egl/drivers/glx/.deps/ src/egl/drivers/glx/.libs/

Re: [Mesa-dev] [PATCH] egl/drivers: Add .gitignore files to exclude automake build artifacts from git.

2012-03-15 Thread Jose Fonseca
Couldn't we just add .deps .libs *.la only once, to the top .gitignore? Jose - Original Message - With the conversion to automake in commit e5f895485e03ac60efcb3f6f83ec1d3e33ef7ec2, several additional build artifacts are created: src/egl/drivers/dri2/.deps/

[Mesa-dev] [Bug 47373] New: [Intel HD3000] Desktop stop response when option shadow set to false

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47373 Bug #: 47373 Summary: [Intel HD3000] Desktop stop response when option shadow set to false Classification: Unclassified Product: Mesa Version: 8.0 Platform: x86-64

[Mesa-dev] [Bug 47375] New: Blender crash on startup after upgrade to mesa 8.0.1

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47375 Bug #: 47375 Summary: Blender crash on startup after upgrade to mesa 8.0.1 Classification: Unclassified Product: Mesa Version: 8.0 Platform: x86 (IA32) OS/Version: Linux (All)

[Mesa-dev] [Bug 47310] docs/bugs.html triggers quirks mode

2012-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47310 Christopher Yeleighton giecr...@stegny.2a.pl changed: What|Removed |Added AssignedTo|giecr...@stegny.2a.pl

Re: [Mesa-dev] Mesa (master): mesa: add back glGetnUniform*v() overflow error reporting

2012-03-15 Thread Ian Romanick
On 03/15/2012 01:18 PM, Kenneth Graunke wrote: On 03/15/2012 11:26 AM, Ian Romanick wrote: On 03/13/2012 11:35 AM, Dylan Noblesmith wrote: Module: Mesa Branch: master Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f URL:

Re: [Mesa-dev] [PATCH] intel: Enable creating FBO with luminance texture as render target

2012-03-15 Thread Eric Anholt
On Fri, 9 Mar 2012 14:47:32 -0800, Anuj Phogat anuj.pho...@gmail.com wrote: Currently intel driver doesn't allow to create a FBO with luminace texture as render target. Piglit test getteximage-luminance skips a sub test due to this restriction. Test passes as expected after applying this

Re: [Mesa-dev] [PATCH] egl/drivers: Add .gitignore files to exclude automake build artifacts from git.

2012-03-15 Thread Kenneth Graunke
On 03/15/2012 01:47 PM, Jose Fonseca wrote: Couldn't we just add .deps .libs *.la only once, to the top .gitignore? Jose Yes, please :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH] egl/drivers: Add .gitignore files to exclude automake build artifacts from git.

2012-03-15 Thread Paul Berry
On 15 March 2012 15:52, Kenneth Graunke kenn...@whitecape.org wrote: On 03/15/2012 01:47 PM, Jose Fonseca wrote: Couldn't we just add .deps .libs *.la only once, to the top .gitignore? Jose Yes, please :) Ok, that seems sensible. I'll revise the patch.

Re: [Mesa-dev] [PATCH 1/2] mesa: Fold error generation into _mesa_valid_prim_mode().

2012-03-15 Thread Eric Anholt
On Thu, 15 Mar 2012 08:35:25 -0600, Brian Paul bri...@vmware.com wrote: On 03/14/2012 04:25 PM, Eric Anholt wrote: We want to start emitting an INVALID_OPERATION from here for transform feedback. Note that this forced dlist.c to almost not use this function, since it wants different

[Mesa-dev] [PATCH] Add .deps/, .libs/, and *.la to toplevel .gitignore

2012-03-15 Thread Paul Berry
To avoid redundancies, this patch also removes .deps, .libs, and *.la from .gitignore files in subdirectories. --- .gitignore |3 +++ src/egl/main/.gitignore |3 --- src/egl/wayland/.gitignore |4

Re: [Mesa-dev] [PATCH] Add .deps/, .libs/, and *.la to toplevel .gitignore

2012-03-15 Thread Kenneth Graunke
On 03/15/2012 04:43 PM, Paul Berry wrote: To avoid redundancies, this patch also removes .deps, .libs, and *.la from .gitignore files in subdirectories. Reviewed-by: Kenneth Graunke kenn...@whitecape.org ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH] intel: Fix a case when mapping large texture fails

2012-03-15 Thread nobled
On Thu, Mar 15, 2012 at 2:26 PM, Anuj Phogat anuj.pho...@gmail.com wrote: On Wed, Mar 7, 2012 at 4:28 PM, Anuj Phogat anuj.pho...@gmail.com wrote: On Mon 27 Feb 2012 11:45:46 AM PST, Anuj Phogat wrote: This patch handles a case when mapping a large texture fails in

Re: [Mesa-dev] Mesa (master): mesa: add back glGetnUniform*v() overflow error reporting

2012-03-15 Thread nobled
On Thu, Mar 15, 2012 at 5:27 PM, Ian Romanick i...@freedesktop.org wrote: On 03/15/2012 01:18 PM, Kenneth Graunke wrote: On 03/15/2012 11:26 AM, Ian Romanick wrote: On 03/13/2012 11:35 AM, Dylan Noblesmith wrote: Module: Mesa Branch: master Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f

Re: [Mesa-dev] [PATCH] intel: Fix a case when mapping large texture fails

2012-03-15 Thread Anuj Phogat
On Thu, Mar 15, 2012 at 5:04 PM, nobled nob...@dreamwidth.org wrote: On Thu, Mar 15, 2012 at 2:26 PM, Anuj Phogat anuj.pho...@gmail.com wrote: On Wed, Mar 7, 2012 at 4:28 PM, Anuj Phogat anuj.pho...@gmail.com wrote: On Mon 27 Feb 2012 11:45:46 AM PST, Anuj Phogat wrote: This patch

Re: [Mesa-dev] [PATCH] intel: Enable creating FBO with luminance texture as render target

2012-03-15 Thread Anuj Phogat
On Thu, Mar 15, 2012 at 3:11 PM, Eric Anholt e...@anholt.net wrote: On Fri, 9 Mar 2012 14:47:32 -0800, Anuj Phogat anuj.pho...@gmail.com wrote: Currently intel driver doesn't allow to create a FBO with luminace texture as render target. Piglit test getteximage-luminance skips a sub test

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-15 Thread Yuanhan Liu
On Thu, Mar 15, 2012 at 01:22:10PM +0800, Yuanhan Liu wrote: On Tue, Mar 13, 2012 at 07:29:02AM -0700, Jakob Bornecrantz wrote: - Original Message - On Mon, Mar 12, 2012 at 05:05:08PM -0700, Jakob Bornecrantz wrote: Hi all We well over due for a 8.0.1 release, so I

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-15 Thread Jakob Bornecrantz
- Original Message - On Thu, Mar 15, 2012 at 01:22:10PM +0800, Yuanhan Liu wrote: On Tue, Mar 13, 2012 at 07:29:02AM -0700, Jakob Bornecrantz wrote: - Original Message - On Mon, Mar 12, 2012 at 05:05:08PM -0700, Jakob Bornecrantz wrote: Hi all We well

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-15 Thread Yuanhan Liu
On Thu, Mar 15, 2012 at 08:32:34PM -0700, Jakob Bornecrantz wrote: - Original Message - On Thu, Mar 15, 2012 at 01:22:10PM +0800, Yuanhan Liu wrote: On Tue, Mar 13, 2012 at 07:29:02AM -0700, Jakob Bornecrantz wrote: - Original Message - On Mon, Mar 12, 2012 at