On 30 March 2012 03:29, Ian Romanick <i...@freedesktop.org> wrote: > I'm not super excited about GL_EXT_gpu_shader4. Do we know of any > applications that use that EXT and don't use either GLSL 1.30 or GLSL 1.40? > Wine will use it for the texture sampling functions with explicit derivatives, but it can also use ARB_shader_texture_lod for that. It will also use it for GLSL round(), but realistically we should just start using GLSL 1.30. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
- [Mesa-dev] [PATCH 10/14] mesa: Add support for the GL 3.1 ... Eric Anholt
- [Mesa-dev] [PATCH 11/14] i965/gen7: Fix the /* ignored */ ... Eric Anholt
- Re: [Mesa-dev] [PATCH 11/14] i965/gen7: Fix the /* ig... Kenneth Graunke
- [Mesa-dev] [PATCH 14/14] i965: Add support for deprecated ... Eric Anholt
- [Mesa-dev] [PATCH 09/14] mesa: Track a gl_format for the t... Eric Anholt
- [Mesa-dev] [PATCH 12/14] i965: Add real support for textur... Eric Anholt
- [Mesa-dev] [PATCH 13/14] i965: Add support for sampling te... Eric Anholt
- Re: [Mesa-dev] TBOs: Mesa and i965 sampling support. Ian Romanick
- Re: [Mesa-dev] TBOs: Mesa and i965 sampling support. Henri Verbeet
- Re: [Mesa-dev] TBOs: Mesa and i965 sampling support. Kenneth Graunke
- Re: [Mesa-dev] TBOs: Mesa and i965 sampling support. Eric Anholt
- Re: [Mesa-dev] TBOs: Mesa and i965 sampling support. Brian Paul
- Re: [Mesa-dev] TBOs: Mesa and i965 sampling support. Kenneth Graunke