[Mesa-dev] [PATCH 2/5] i965: Add support for URB transposed reads present on g45 through ILK.

2011-02-07 Thread Eric Anholt
This saves SF URB size by having the WM unit do the transpose from the SF-friendly coefficient-major layout to the WM-friendly attribute-major layout. --- src/mesa/drivers/dri/i965/brw_context.c |1 + src/mesa/drivers/dri/i965/brw_context.h |1 + src/mesa/drivers/dri/i965/brw_sf.c

[Mesa-dev] [PATCH] r600g, silence a few valgrind warnings

2011-02-07 Thread Brian Paterni
Hi all, Here's a small patch which silences a few unitialized bytes warnings in valgrind: diff --git a/src/gallium/winsys/r600/drm/r600_drm.c b/src/gallium/winsys/r600/drm/r600_drm.c index 096c178..f5cd48d 100644 --- a/src/gallium/winsys/r600/drm/r600_drm.c +++ b/src/gallium/winsys/r600/drm/r600

[Mesa-dev] [Bug 34006] [glsl regression] Regnum Online hangs on start

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34006 Kenneth Graunke changed: What|Removed |Added Component|Mesa core |glsl-compiler AssignedTo|mesa-

[Mesa-dev] [Bug 33558] mesa uses of atof to parse glxserverversion harmfull for any of the non english sessions

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33558 Ian Romanick changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|mesa-dev@list

[Mesa-dev] [Bug 33946] Crash: Mesa checks for invalid pointer, then uses it anyway.

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33946 Ian Romanick changed: What|Removed |Added AssignedTo|mesa-dev@lists.freedesktop. |k...@bitplanet.net |org

[Mesa-dev] [Bug 33946] Crash: Mesa checks for invalid pointer, then uses it anyway.

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33946 Ian Romanick changed: What|Removed |Added Component|Drivers/X11 |Other CC|

[Mesa-dev] [Bug 29844] (7.8.2) glGetActiveUniform incorrectly handles structs in shaders

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29844 Ian Romanick changed: What|Removed |Added Version|unspecified |git CC|

[Mesa-dev] [Bug 29823] GetUniform[if]v busted

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29823 Ian Romanick changed: What|Removed |Added Version|unspecified |7.10 Status|NEW

[Mesa-dev] [Bug 30557] Mesa/GL crash after creating 1x1 dummy Drawable (with Clutter)

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30557 Ian Romanick changed: What|Removed |Added Keywords||NEEDINFO Component|GLX

[Mesa-dev] [Bug 34006] New: [glsl regression] Regnum Online hangs on start

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34006 Summary: [glsl regression] Regnum Online hangs on start Product: Mesa Version: git Platform: Other URL: http://www.regnumonline.com.ar/ OS/Version: All Status: NEW

[Mesa-dev] [Bug 32677] egl_dri.so depends on _glapi_get_proc_address

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32677 a.ra...@arcor.de changed: What|Removed |Added CC||a.ra...@arcor.de -- Configure bugmail

[Mesa-dev] [Bug 32677] egl_dri.so depends on _glapi_get_proc_address

2011-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32677 --- Comment #3 from a.ra...@arcor.de 2011-02-07 10:49:47 PST --- We are running into the same error in ArchLinux using latest 7.10 branch checkouts. Is any chance to get a fix backported to the 7.10 branch? There's also bug #32254 that seems relat

Re: [Mesa-dev] egl - any chance to get fixes backported to 7.10 branch?

2011-02-07 Thread Brian Paul
On 02/06/2011 10:57 PM, Andreas Radke wrote: Now that Chromium v9 supports WebGL interest in GLES and EGL is raising. As a distribution packager(ArchLinux) anything past stable 7.10 branch is not possible to distribute. Is it possible to backport the most important egl fixes to the 7.10 branch?

Re: [Mesa-dev] glXMakeCurrent crashes (was: Re: How to obtain OpenGL implementation/driver information?)

2011-02-07 Thread Benoit Jacob
- Original Message - > The only nearly robust way to solve this issue is Brian Paul's > suggestion. > If spawning a separate process to run the test is too expensive, > install a > signal/exception handler around your GLX initialization and tests. > That way > you can detect crashes AND act

Re: [Mesa-dev] glXMakeCurrent crashes (was: Re: How to obtain OpenGL implementation/driver information?)

2011-02-07 Thread Benoit Jacob
- Original Message - > > Thinking about this yesterday, I think the biggest question is the > > one > > that Dave posed. If glXMakeCurrent() is killing the WebGL tests, > > then > > this would imply that glxinfo also shows the same bug, since glxinfo > > is almost entirely composed of getti

Re: [Mesa-dev] glXMakeCurrent crashes (was: Re: How to obtain OpenGL implementation/driver information?)

2011-02-07 Thread Benoit Jacob
- Original Message - > I'm not surprised. > > One of the key differences in Linux/BSD compared to other platforms is > that DRI/DRM is fundamentally dynamically discovered: You can be free > to not know at boot time which hardware drivers you will need, and > your video card will be proper

Re: [Mesa-dev] Gallium proposal: add a user pointer in pipe_resource

2011-02-07 Thread Keith Whitwell
Marek, I'm fine with keeping user buffers -- it's only a vague hope they'll fade away over time, and I'm comfortable with keeping them as long as their behaviour is well understood. The really important thing for me is to preserve traceability. That is to say it should be possible to observe

Re: [Mesa-dev] glXMakeCurrent crashes (was: Re: How to obtain OpenGL implementation/driver information?)

2011-02-07 Thread Michel Dänzer
On Fre, 2011-02-04 at 15:26 -0800, Benoit Jacob wrote: > > - Original Message - > > On Fre, 2011-02-04 at 14:21 -0800, Benoit Jacob wrote: > > > > > > - Original Message - > > > > Benoit Jacob wrote: > > > > > - Original Message - > > > > >> On Thu, Feb 3, 2011 at 4:37 PM,

Re: [Mesa-dev] Bicubic filtering in mesa?

2011-02-07 Thread Alex Deucher
On Sat, Feb 5, 2011 at 4:35 PM, Carl-Philip Haensch wrote: > Hi, > > the r600 has capabilities of bicubic texture filtering. But I found no > constant in mesa that would force bicubic filtering, so I only added a todo > into the r600 driver to add the case once if I know which mesa constant > stan

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-07 Thread Dan Nicholson
On Mon, Feb 07, 2011 at 01:58:19PM +0800, Arthur Zhu wrote: > From 7f26f3b6692a8a8061c0d817388505d4190e88a0 Mon Sep 17 00:00:00 2001 > From: Arthur Zhu > Date: Mon, 7 Feb 2011 13:50:55 +0800 > Subject: [PATCH] Adding --enable-egl-dri2-x11&drm option. > > --- > configure.ac | 34 +++

Re: [Mesa-dev] glXMakeCurrent crashes (was: Re: How to obtain OpenGL implementation/driver information?)

2011-02-07 Thread Corbin Simpson
I'm not surprised. One of the key differences in Linux/BSD compared to other platforms is that DRI/DRM is fundamentally dynamically discovered: You can be free to not know at boot time which hardware drivers you will need, and your video card will be properly autodetected and have correct drivers

[Mesa-dev] Bicubic filtering in mesa?

2011-02-07 Thread Carl-Philip Haensch
Hi, the r600 has capabilities of bicubic texture filtering. But I found no constant in mesa that would force bicubic filtering, so I only added a todo into the r600 driver to add the case once if I know which mesa constant stands for it. --- a/src/gallium/drivers/r600/r600_state_inlines.h

Re: [Mesa-dev] glXMakeCurrent crashes (was: Re: How to obtain OpenGL implementation/driver information?)

2011-02-07 Thread Zhenyao Mo
I have to agree with Benoit here. The capability to obtain driver information safely in linux is important. It's surprising that there is no way we can do it at the moment (at least not that I am aware of, and I've asked around quite a few linux experts here at Google already). Zhenyao On Fri,