| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Add support for parsing #version 140. | Eric Anholt | 2012-03-15 | 1 | -0/+2 |
* | i965: Enable SIMD16 mode for shaders with loops on Gen6+. | Kenneth Graunke | 2012-03-14 | 1 | -1/+1 |
* | mesa: add back glGetnUniform*v() overflow error reporting | Dylan Noblesmith | 2012-03-13 | 2 | -5/+13 |
* | mesa: Fix the cause of piglit test fbo-array failure | Anuj Phogat | 2012-03-12 | 1 | -1/+3 |
* | mesa: fix _mesa_DebugMessageCallbackARB() to silence warnings | Brian Paul | 2012-03-12 | 1 | -2/+2 |
* | radeon: remove use of DD_FLATSHADE | Brian Paul | 2012-03-12 | 1 | -1/+1 |
* | mesa: add more comments about textarget in framebuffer_texture() | Brian Paul | 2012-03-12 | 1 | -2/+10 |
* | mesa: renumber remaining DD_ constants | Brian Paul | 2012-03-12 | 1 | -10/+10 |
* | mesa: remove unused DD_TRI_CULL_FRONT_BACK | Brian Paul | 2012-03-12 | 3 | -12/+4 |
* | mesa: remove unused DD_FLATSHADE | Brian Paul | 2012-03-12 | 4 | -9/+1 |
* | mesa: remove unused DD_TRI_TWOSTENCIL | Brian Paul | 2012-03-12 | 4 | -11/+1 |
* | mesa: remove _DD_NEW_x flags | Brian Paul | 2012-03-12 | 1 | -21/+0 |
* | tnl: stop using _DD_NEW_x flags | Brian Paul | 2012-03-12 | 1 | -1/+2 |
* | swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/ | Brian Paul | 2012-03-12 | 1 | -3/+3 |
* | mesa: define _MESA_NEW_SEPARATE_SPECULAR | Brian Paul | 2012-03-12 | 2 | -2/+8 |
* | i915: remove occurances of _DD_NEW_x flags | Brian Paul | 2012-03-12 | 1 | -7/+5 |
* | mesa: remove ctx->Driver.ClearColor() hook | Brian Paul | 2012-03-12 | 3 | -34/+0 |
* | mesa/gdi: remove clear_color() function | Brian Paul | 2012-03-12 | 1 | -32/+15 |
* | xlib: remove clear_color() function | Brian Paul | 2012-03-12 | 1 | -25/+11 |
* | radeon/r200: remove ClearColor driver functions | Brian Paul | 2012-03-12 | 5 | -41/+0 |
* | mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 5 | -28/+0 |
* | radeon/r200: remove ClearDepth() and ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 5 | -86/+0 |
* | radeon/r200: remove hyperz/fast clear testing code | Brian Paul | 2012-03-12 | 2 | -20/+0 |
* | mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB | José Fonseca | 2012-03-11 | 1 | -2/+2 |
* | mesa: Prevent collision of ERROR define on Windows. | José Fonseca | 2012-03-11 | 1 | -0/+3 |
* | mesa: expose ARB_debug_output | Marek Olšák | 2012-03-10 | 1 | -0/+1 |
* | mesa: display list dispatch for ARB_debug_output | Marek Olšák | 2012-03-10 | 1 | -0/+3 |
* | mesa: print GL errors via debug_output | Marek Olšák | 2012-03-10 | 1 | -31/+66 |
* | mesa: implement the last of GL_ARB_debug_output | nobled | 2012-03-10 | 3 | -28/+245 |
* | mesa: add struct for managing client debug namespaces | nobled | 2012-03-10 | 1 | -2/+8 |
* | mesa: add control for categories of application-provided messages | nobled | 2012-03-10 | 1 | -5/+125 |
* | mesa: add yet more context fields for GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -2/+8 |
* | mesa: add glDebugMessageControlARB | nobled | 2012-03-10 | 1 | -0/+134 |
* | mesa: add message-toggle booleans for GL_ARB_debug_output | nobled | 2012-03-10 | 2 | -2/+28 |
* | mesa: add some GL_ARB_debug_output functions | nobled | 2012-03-10 | 3 | -4/+286 |
* | mesa: add infrastructure for GL_ARB_debug_output | nobled | 2012-03-10 | 8 | -1/+69 |
* | glapi: regenerate files | Marek Olšák | 2012-03-10 | 3 | -5740/+5882 |
* | mesa: split error handling into its own file | nobled | 2012-03-10 | 7 | -252/+357 |
* | drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven. | Kenneth Graunke | 2012-03-09 | 1 | -0/+6 |
* | mesa: fix GL_LUMINANCE handling in glGetTexImage | Brian Paul | 2012-03-09 | 1 | -2/+28 |
* | mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage code | Brian Paul | 2012-03-08 | 1 | -73/+4 |
* | mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels code | Brian Paul | 2012-03-08 | 1 | -0/+4 |
* | mesa: add _mesa_rebase_rgba_float/uint() functions | Brian Paul | 2012-03-08 | 2 | -0/+98 |
* | mesa: handle array textures in strip_texture_border() | Brian Paul | 2012-03-07 | 1 | -17/+21 |
* | i965: handle gl_PointCoord for Gen4 and Gen5 platforms | Yuanhan Liu | 2012-03-07 | 5 | -5/+45 |
* | i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect check | Yuanhan Liu | 2012-03-07 | 1 | -4/+3 |
* | dri/nouveau: don't use nested functions | nobled | 2012-03-06 | 2 | -64/+78 |
* | mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv() | Anuj Phogat | 2012-03-05 | 2 | -2/+1 |
* | i965: fixup W-tile offset computation to take swizzling into account | Daniel Vetter | 2012-03-05 | 7 | -22/+49 |
* | meta: Fix compilation without FEATURE_EXT_transform_feedback | Benjamin Franzke | 2012-03-05 | 1 | -0/+6 |