summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-18context support! not tested at all! woooooooooo!HEADcontext_supportKenneth Graunke5-4/+21
2012-03-15glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect.Eric Anholt3-2/+19
2012-03-15glsl: Set up generated builtin functions handling for GLSL 1.40.Eric Anholt1-3/+3
2012-03-15glsl: Add support for integer sampler2DRect variants in GLSL 1.40.Eric Anholt3-2/+27
2012-03-15glsl: Drop ftransform() from GLSL 1.40 profile.Eric Anholt1-2/+0
2012-03-15glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.Eric Anholt2-0/+1946
2012-03-15glsl: When failing to compile some builtins, print the error.Eric Anholt1-0/+8
2012-03-15glsl: Let the builtin compiler process GLSL 1.40 shaders.Eric Anholt1-3/+3
2012-03-15glsl: Update builtin variables for GLSL 1.40.Eric Anholt1-109/+150
2012-03-15glsl: Hook up the current GLSL 1.30 types and builtins for 1.40.Eric Anholt3-1/+10
2012-03-15glsl: Add support for parsing #version 140.Eric Anholt4-0/+8
2012-03-14i965: Enable SIMD16 mode for shaders with loops on Gen6+.Kenneth Graunke1-1/+1
2012-03-14gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.Vinson Lee1-0/+4
2012-03-14noop: Use non-recursive automakeTom Stellard3-16/+18
2012-03-14identity: Use non-recursive automakeTom Stellard3-14/+18
2012-03-14galahad: Use non-recursive automakeTom Stellard3-15/+44
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard19-16/+50
2012-03-14docs: fix html in banner.htmlChristopher Yeleighton1-23/+23
2012-03-13glsl: Avoid extra if statements for logic and/or with no side effects.Eric Anholt1-17/+6
2012-03-13mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2-5/+13
2012-03-12mesa: Fix the cause of piglit test fbo-array failureAnuj 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-11docs: 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