Re: [Mesa-dev] Truncated extensions string

2011-03-15 Thread Chad Versace
I'm in favor of storing the year in the table, per Ken's suggestion. This patch looks good to me. -- Chad Versace c...@chad-versace.us ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] Truncated extensions string

2011-03-15 Thread José Fonseca
On Tue, 2011-03-15 at 13:26 -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/15/2011 08:29 AM, José Fonseca wrote: > > Attached is a new version of the patch that keeps the extensions sorted > > alphabetically in the source code, and sorts chronologically in r

Re: [Mesa-dev] Truncated extensions string

2011-03-15 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/15/2011 08:29 AM, José Fonseca wrote: > Attached is a new version of the patch that keeps the extensions sorted > alphabetically in the source code, and sorts chronologically in runtime. > (Note the patch doesn't apply against the tip of master,

Re: [Mesa-dev] [PATCH] ir_to_mesa: do not check the number of uniforms against hw limits

2011-03-15 Thread Brian Paul
On 03/15/2011 12:22 AM, Marek Olšák wrote: There is a fail path in r300g that has been working very well for us. If shader compilation fails, a dummy shader emitting one instruction is used (usually outputting (0,0,0,1) into the first output). This approach allows the applications with failing sh

[Mesa-dev] [Bug 35336] Mesa 7.11-devel implementation error: glCompressedTexImage2D should be mapped to 306, not 447

2011-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35336 udo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 35336] Mesa 7.11-devel implementation error: glCompressedTexImage2D should be mapped to 306, not 447

2011-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35336 --- Comment #1 from udo 2011-03-15 09:59:17 PDT --- Hmm. make clean make -j3 make install fixed... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the ass

[Mesa-dev] [Bug 35336] New: Mesa 7.11-devel implementation error: glCompressedTexImage2D should be mapped to 306, not 447

2011-03-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35336 Summary: Mesa 7.11-devel implementation error: glCompressedTexImage2D should be mapped to 306, not 447 Product: Mesa Version: git Platform: Other OS/Version

Re: [Mesa-dev] Truncated extensions string

2011-03-15 Thread Brian Paul
On 03/15/2011 09:29 AM, José Fonseca wrote: On Fri, 2011-03-11 at 15:41 -0800, Brian Paul wrote: On Fri, Mar 11, 2011 at 2:23 PM, Patrick Baggett wrote: I feel like there is some kind of underlying lesson that we, OpenGL app programmers, should be getting out of this... Yeah, don't expect t

Re: [Mesa-dev] EXT_texture_snorm - is it possible in GL2?

2011-03-15 Thread Marek Olšák
Yeah, it's the worst spec I have ever read. I am using the GL3.1 spec instead. There is also a trivial interaction with ARB_color_buffer_float. If I read the 3.1 spec correctly, there is no way to store _unclamped_ values to a signed normalized texture when rendering to it without a call to glClam

Re: [Mesa-dev] Fwd: Re: [directfb-dev] First results of Mesa/DRM based DirectFB on i915 (GLES2.0 acceleration)

2011-03-15 Thread Denis Oliver Kropp
On 03/15/2011 02:57 PM, Kristian Høgsberg wrote: The only missing piece is mapping bos? What do you need that for? Software fallbacks mainly. Or just the application wanting access via Lock instead of Read/Write. Would something like EGL_lock_surface2 work? Don't know that in detail, but w

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-15 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 5:23 PM, Brian Paul wrote: > On Mon, Mar 14, 2011 at 4:03 PM, Jon TURNEY > wrote: >> On 16/02/2011 15:44, Julien Cristau wrote: >>> On Wed, Feb 16, 2011 at 15:11:34 +, Jon TURNEY wrote: >>> At the moment, libGL cannot be built --with-driver=dri --disable-dr

Re: [Mesa-dev] Truncated extensions string

2011-03-15 Thread José Fonseca
On Sat, 2011-03-12 at 01:22 -0800, Kenneth Graunke wrote: > On Friday, March 11, 2011 01:23:12 PM Patrick Baggett wrote: > > I feel like there is some kind of underlying lesson that we, OpenGL app > > programmers, should be getting out of this... > > Yes. Don't blindly copy abitrary amounts of da

Re: [Mesa-dev] EXT_texture_snorm - is it possible in GL2?

2011-03-15 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2011 02:46 PM, Marek Olšák wrote: > The specification of GL_EXT_texture_snorm says: > > OpenGL 3.0 is required. > > This extension is written against the OpenGL 3.0 specification. And then all of the chapter headings in the spec sa

Re: [Mesa-dev] [PATCH] gallium: Make use of the new PIPE_TRANSFER_DISCARD_* flags

2011-03-15 Thread Marek Olšák
Both look good, thanks. I have pushed them. Marek 2011/3/12 Mathias Fröhlich > > Hi, > > Attached are two small patches to mesas gallium state tracker to bring that > a > little more in line with the new PIPE_TRANSFER_DISCARD_* flags. > > Please review and may be apply. > > Thanks > > Mathias >

Re: [Mesa-dev] Fwd: Re: [directfb-dev] First results of Mesa/DRM based DirectFB on i915 (GLES2.0 acceleration)

2011-03-15 Thread Kristian Høgsberg
On Sun, Mar 13, 2011 at 3:35 AM, Denis Oliver Kropp wrote: > On 13/03/11 08:29, Dave Airlie wrote: >> On Sun, Mar 13, 2011 at 5:15 PM, Denis Oliver Kropp >> wrote: >>> On 13/03/11 08:09, Dave Airlie wrote: On Sun, Mar 13, 2011 at 5:02 PM, Denis Oliver Kropp wrote: > Hi, > >>>

Re: [Mesa-dev] auto generated glx code in X server

2011-03-15 Thread Kristian Høgsberg
On Tue, Mar 15, 2011 at 12:12 AM, Keith Packard wrote: > On Tue, 15 Mar 2011 13:52:40 +1000, Dave Airlie wrote: > >> a) undo ajax's cleanup, fix generator scripts to work again (not sure >> how possible that is >> since Olv's mapi changes), import latest GLX into server on a >> semi-regular basis

Re: [Mesa-dev] [PATCH] r600g: Avoid setting one gpu register multiple times in a r600_pipe_state

2011-03-15 Thread Michel Dänzer
On Mon, 2011-03-14 at 07:45 +0100, Mathias Fröhlich wrote: > > On Sunday, March 13, 2011 17:34:08 Henri Verbeet wrote: > > Ok, pushed. You had some whitespace issues, I've fixed those, but for > > future reference please note that r600g uses tabs for indentation. > Ok. I hoped that I always did s

[Mesa-dev] [mesa] git-fedc5b0: Diverse User errors and ABORTS

2011-03-15 Thread Sedat Dilek
With mesa-from-git, I see this messages in VT-1 from where I run startx: Mesa: User error: GL_INVALID_ENUM in CreateShader(type) Mesa: User error: GL_INVALID_VALUE in glShaderSourceARB Mesa: User error: GL_INVALID_VALUE in glCompileShader Mesa: User error: GL_INVALID_VALUE in glGetObjectParameteri