summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-12mesa: Fix the cause of piglit test fbo-array failureHEADmasterAnuj Phogat1-1/+3
2012-03-12mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul1-2/+2
2012-03-12radeon: remove use of DD_FLATSHADEBrian Paul1-1/+1
2012-03-12docs: fix up html tags in autoconf.htmlChristopher Yeleighton1-61/+37
2012-03-12mesa: add more comments about textarget in framebuffer_texture()Brian Paul1-2/+10
2012-03-12mesa: renumber remaining DD_ constantsBrian Paul1-10/+10
2012-03-12mesa: remove unused DD_TRI_CULL_FRONT_BACKBrian Paul3-12/+4
2012-03-12mesa: remove unused DD_FLATSHADEBrian Paul4-9/+1
2012-03-12mesa: remove unused DD_TRI_TWOSTENCILBrian Paul4-11/+1
2012-03-12mesa: remove _DD_NEW_x flagsBrian Paul1-21/+0
2012-03-12tnl: stop using _DD_NEW_x flagsBrian Paul1-1/+2
2012-03-12swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul1-3/+3
2012-03-12mesa: define _MESA_NEW_SEPARATE_SPECULARBrian Paul2-2/+8
2012-03-12i915: remove occurances of _DD_NEW_x flagsBrian Paul1-7/+5
2012-03-12mesa: remove ctx->Driver.ClearColor() hookBrian Paul3-34/+0
2012-03-12mesa/gdi: remove clear_color() functionBrian Paul1-32/+15
2012-03-12xlib: remove clear_color() functionBrian Paul1-25/+11
2012-03-12radeon/r200: remove ClearColor driver functionsBrian Paul5-41/+0
2012-03-12mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul5-28/+0
2012-03-12radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul5-86/+0
2012-03-12radeon/r200: remove hyperz/fast clear testing codeBrian Paul2-20/+0
2012-03-12docs: Fix unclosed anchor tag in xlibdriver.html.Kenneth Graunke1-1/+1
2012-03-11egl/drm: Include errno.hJosé Fonseca1-0/+1
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries7-6/+66
2012-03-11mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARBJosé Fonseca6-8/+10
2012-03-11glapi/gen: Add support for pointer types.José Fonseca3-3/+5
2012-03-11mesa: Prevent collision of ERROR define on Windows.José Fonseca1-0/+3
2012-03-11include: Fix glDebugMessageCallbackARB's prototype.José Fonseca1-2/+2
2012-03-10mesa: expose ARB_debug_outputMarek Olšák1-0/+1
2012-03-10mesa: display list dispatch for ARB_debug_outputMarek Olšák1-0/+3
2012-03-10mesa: print GL errors via debug_outputMarek Olšák1-31/+66
2012-03-10mesa: implement the last of GL_ARB_debug_outputnobled3-28/+245
2012-03-10mesa: add struct for managing client debug namespacesnobled1-2/+8
2012-03-10mesa: add control for categories of application-provided messagesnobled1-5/+125
2012-03-10mesa: add yet more context fields for GL_ARB_debug_outputnobled1-2/+8
2012-03-10mesa: add glDebugMessageControlARBnobled1-0/+134
2012-03-10mesa: add message-toggle booleans for GL_ARB_debug_outputnobled2-2/+28
2012-03-10mesa: add some GL_ARB_debug_output functionsnobled3-4/+286
2012-03-10mesa: add infrastructure for GL_ARB_debug_outputnobled8-1/+69
2012-03-10glapi: regenerate filesMarek Olšák11-9880/+10338
2012-03-10glapi: add ARB_debug_output.xmlnobled3-0/+96
2012-03-10mesa: split error handling into its own filenobled7-252/+357
2012-03-09drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.Kenneth Graunke1-0/+6
2012-03-09svga: Disable bogus assertions concerning min_index/max_index.José Fonseca1-8/+7
2012-03-09mesa: fix GL_LUMINANCE handling in glGetTexImageBrian Paul1-2/+28
2012-03-09svga: add null vs pointer check in update_need_pipeline()Brian Paul1-1/+1
2012-03-09nv50: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristoph Bumiller1-0/+2
2012-03-09nv50,nvc0: share the format table codeChristoph Bumiller2-353/+44
2012-03-09vl: handle DRI2GetBuffers reply with multiple buffersChristian König1-10/+23
2012-03-09vl/mpeg12: make bitstream decoder more robustChristian König2-1/+2