summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: Avoid extra if statements for logic and/or with no side effects.Eric Anholt2012-03-131-17/+6
* mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2012-03-132-5/+13
* mesa: Fix the cause of piglit test fbo-array failureAnuj Phogat2012-03-121-1/+3
* mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul2012-03-121-2/+2
* radeon: remove use of DD_FLATSHADEBrian Paul2012-03-121-1/+1
* mesa: add more comments about textarget in framebuffer_texture()Brian Paul2012-03-121-2/+10
* mesa: renumber remaining DD_ constantsBrian Paul2012-03-121-10/+10
* mesa: remove unused DD_TRI_CULL_FRONT_BACKBrian Paul2012-03-123-12/+4
* mesa: remove unused DD_FLATSHADEBrian Paul2012-03-124-9/+1
* mesa: remove unused DD_TRI_TWOSTENCILBrian Paul2012-03-124-11/+1
* mesa: remove _DD_NEW_x flagsBrian Paul2012-03-121-21/+0
* tnl: stop using _DD_NEW_x flagsBrian Paul2012-03-121-1/+2
* swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul2012-03-121-3/+3
* mesa: define _MESA_NEW_SEPARATE_SPECULARBrian Paul2012-03-122-2/+8
* i915: remove occurances of _DD_NEW_x flagsBrian Paul2012-03-121-7/+5
* mesa: remove ctx->Driver.ClearColor() hookBrian Paul2012-03-123-34/+0
* mesa/gdi: remove clear_color() functionBrian Paul2012-03-121-32/+15
* xlib: remove clear_color() functionBrian Paul2012-03-121-25/+11
* radeon/r200: remove ClearColor driver functionsBrian Paul2012-03-125-41/+0
* mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul2012-03-125-28/+0
* radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul2012-03-125-86/+0
* radeon/r200: remove hyperz/fast clear testing codeBrian Paul2012-03-122-20/+0
* egl/drm: Include errno.hJosé Fonseca2012-03-111-0/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-117-6/+66
* mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARBJosé Fonseca2012-03-116-8/+10
* glapi/gen: Add support for pointer types.José Fonseca2012-03-113-3/+5
* mesa: Prevent collision of ERROR define on Windows.José Fonseca2012-03-111-0/+3
* mesa: expose ARB_debug_outputMarek Olšák2012-03-101-0/+1
* mesa: display list dispatch for ARB_debug_outputMarek Olšák2012-03-101-0/+3
* mesa: print GL errors via debug_outputMarek Olšák2012-03-101-31/+66
* mesa: implement the last of GL_ARB_debug_outputnobled2012-03-103-28/+245
* mesa: add struct for managing client debug namespacesnobled2012-03-101-2/+8
* mesa: add control for categories of application-provided messagesnobled2012-03-101-5/+125
* mesa: add yet more context fields for GL_ARB_debug_outputnobled2012-03-101-2/+8
* mesa: add glDebugMessageControlARBnobled2012-03-101-0/+134
* mesa: add message-toggle booleans for GL_ARB_debug_outputnobled2012-03-102-2/+28
* mesa: add some GL_ARB_debug_output functionsnobled2012-03-103-4/+286
* mesa: add infrastructure for GL_ARB_debug_outputnobled2012-03-108-1/+69
* glapi: regenerate filesMarek Olšák2012-03-1011-9880/+10338
* glapi: add ARB_debug_output.xmlnobled2012-03-103-0/+96
* mesa: split error handling into its own filenobled2012-03-107-252/+357
* drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.Kenneth Graunke2012-03-091-0/+6
* svga: Disable bogus assertions concerning min_index/max_index.José Fonseca2012-03-091-8/+7
* mesa: fix GL_LUMINANCE handling in glGetTexImageBrian Paul2012-03-091-2/+28
* svga: add null vs pointer check in update_need_pipeline()Brian Paul2012-03-091-1/+1
* nv50: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristoph Bumiller2012-03-091-0/+2
* nv50,nvc0: share the format table codeChristoph Bumiller2012-03-092-353/+44
* vl: handle DRI2GetBuffers reply with multiple buffersChristian König2012-03-091-10/+23
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-092-1/+2
* st/vdpau: fix two small memory leaksChristian König2012-03-092-2/+6