summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-30dispatch_sanity test: add GL CORE 3.1 testgl-core-sanityJordan Justen1-0/+705
2012-10-30dispatch_sanity test: create common context creation functionJordan Justen1-32/+18
2012-10-30dispatch_sanity test: allow newer functions to be set to NOPJordan Justen1-3/+11
2012-10-30dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen1-10/+22
2012-10-29dispatch_sanity test: add version to function listJordan Justen1-458/+459
2012-10-29mesa: remove unimplemented FramebufferTextureFaceARBJordan Justen3-19/+0
2012-10-29mesa: remove unimplemented FramebufferTextureARBJordan Justen3-16/+0
2012-10-29mesa: disable ProgramParameteri until ARB_geometry_shader4 is supportedJordan Justen1-4/+0
2012-10-29glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen3-5/+5
2012-10-29glapi: move include for ARB_get_program_binary.xml to gl_API.xmlJordan Justen2-1/+3
2012-10-29glapi: alias FramebufferTextureARB to FramebufferTextureJordan Justen3-5/+5
2012-10-29mesa shaderapi: don't enable various functions for GL COREJordan Justen1-0/+2
2012-10-29mesa api_exec: add comment regarding GetPointerv & CORE profilesJordan Justen1-0/+4
2012-10-29dri: Support MESA_FORMAT_SARGB8 in driCreateConfigsIan Romanick1-1/+2
2012-10-29intel: If the visual is sRGB, use an sRGB internal formatIan Romanick1-0/+2
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick7-156/+77
2012-10-29dri_util: Elminiate the bytes_per_pixel tableIan Romanick1-9/+3
2012-10-29dri_util: Remove support for RGB332 framebuffersIan Romanick1-27/+7
2012-10-29swrast: Remove the 2_3_3_REV framebuffer formatIan Romanick1-4/+0
2012-10-29glx: Add the extension string for GLX_ARB_framebuffer_sRGBIan Romanick2-0/+6
2012-10-29glx: Set sRGBCapable to a default valueIan Romanick1-0/+2
2012-10-29glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain1-2/+19
2012-10-29r600g: implement texturing with 8x MSAA compressed surfaces for EvergreenMarek Olšák13-37/+270
2012-10-29mesa: bump MAX_VARYING to 32Marek Olšák5-7/+39
2012-10-29Revert "glsl_to_tgsi: set correct register type for array and structure eleme...Andreas Boll1-19/+2
2012-10-28scons: Add -fno-rtti to CXXFLAGS with llvm-3.2.Vinson Lee1-0/+3
2012-10-28nv50/ir: restore use of long immediate encodingsChristoph Bumiller2-0/+9
2012-10-28nv50,nvc0: fix 2d engine stencil-only copiesChristoph Bumiller4-22/+48
2012-10-28gallium/gallivm: code generation options for LLVM 3.1+Alexander V. Nikolaev3-17/+44
2012-10-26i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt3-22/+7
2012-10-26i965: Rename misleading "active" field of brw->query.Eric Anholt2-5/+5
2012-10-26r600g: advertise 32 streamout vec4 outputsMarek Olšák1-1/+1
2012-10-26softpipe: remove extraneous whitespaceBrian Paul1-2/+0
2012-10-26gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32Brian Paul2-8/+10
2012-10-26r600g: advertise 32 fragment shaders inputs, not 34Marek Olšák1-4/+1
2012-10-26graw/fs-test: Use user constant buffers.José Fonseca1-56/+14
2012-10-26trace: Flush before drawing.José Fonseca3-0/+11
2012-10-26graw: Ensure new members are zeroed.José Fonseca15-0/+19
2012-10-26tests/graw: Update occlusion query example.José Fonseca1-4/+4
2012-10-26radeonsi: Handle TGSI_SEMANTIC_FACE.Michel Dänzer2-1/+31
2012-10-26radeonsi: Handle TGSI_SEMANTIC_BCOLOR.Michel Dänzer5-15/+75
2012-10-26radeonsi: Don't snoop context state while building shaders.Michel Dänzer3-17/+27
2012-10-26radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader.Michel Dänzer2-0/+6
2012-10-26r600g: split cayman common state out into a shared functionAlex Deucher3-16/+35
2012-10-26r600g: emit some additional regs on caymanAlex Deucher1-0/+54
2012-10-26r600g: there are 16 const buffer size regs for each shader stageAlex Deucher1-2/+19
2012-10-26r600g: rework evergreen_init_common_regs()Alex Deucher1-40/+33
2012-10-26r600g/compute: always CONTEXT_CONTROL packet at start of CSAlex Deucher2-0/+10
2012-10-26tools/trace: More helpful message when no args are provided.José Fonseca1-13/+13
2012-10-26scons: Build xlib swrast too.José Fonseca2-0/+51