summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-12scons: Update for xmlpool/options.h generation.José Fonseca5-0/+20
2013-01-12nv50/nvc0: Build codegen in nv50.Johannes Obermayr6-36/+45
2013-01-12winsys/sw/wayland: Fix build to properly use wayland cflagsPekka Vuorela1-1/+1
2013-01-12texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REVJordan Justen1-1/+7
2013-01-12texstore argb2101010: merge GL_RGBA and GL_RGB casesJordan Justen1-15/+3
2013-01-12glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGBJordan Justen1-1/+2
2013-01-12glformats: add _mesa_base_format_component_countJordan Justen2-0/+29
2013-01-12glformats: add functions to detect signed/unsigned integer typesJordan Justen2-14/+46
2013-01-12unpack: support unpacking MESA_FORMAT_ARGB2101010Jordan Justen1-0/+18
2013-01-11mesa: Add extension tracking for {ARB,OES}_get_program_binaryIan Romanick1-0/+2
2013-01-11mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTHIan Romanick1-0/+3
2013-01-11mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATSIan Romanick1-0/+4
2013-01-11mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT stateIan Romanick2-0/+62
2013-01-11mesa: Emit errors for geometry shader enums when ARB_gs4 is not supportedIan Romanick1-5/+15
2013-01-11glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2-12/+16
2013-01-11glapi: Remove spurious space from end of extension nameIan Romanick1-1/+1
2013-01-11mesa: Add stub implementations of glGetProgramBinary and glProgramBinaryIan Romanick2-0/+63
2013-01-11mesa: Fix the naming of _mesa_ProgramParameteriARBIan Romanick2-4/+4
2013-01-11glapi: Reorder and clean up some of the includes and commentsIan Romanick1-7/+3
2013-01-11mesa: Fix GL_SHADER_BINARY_FORMATS queryIan Romanick1-8/+2
2013-01-11r600g: fix warnings for htile vaDave Airlie2-2/+2
2013-01-11r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie10-19/+373
2013-01-11r600g: uniform buffer object supportDave Airlie2-9/+49
2013-01-11r600: always export a position from vertex shaderDave Airlie1-0/+17
2013-01-11glcpp: Add tests for line continuationCarl Worth4-0/+46
2013-01-11glcpp: Rewrite line-continuation support to act globally.Carl Worth1-66/+49
2013-01-11glcpp: Add --disable-line-continuations argument to standalone glcppCarl Worth1-2/+44
2013-01-11glcpp: Allow test-specific arguments for standalone glcpp testsCarl Worth1-2/+9
2013-01-11glcpp: Honor the GL context's DisableGLSLLineContinuations optionCarl Worth1-1/+3
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth7-8/+21
2013-01-11drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth1-0/+3
2013-01-11driconf: Add a new option: disable_glsl_line_continuationsCarl Worth4-1/+15
2013-01-11driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2-21/+20
2013-01-11driconf: Add translation-generation to build system, don't track generated filesCarl Worth8-643/+64
2013-01-11driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth1-2/+2
2013-01-11driconf: Fix gen_xmlpool.py script to allow running from any directoryChad Versace2-4/+18
2013-01-11driconf: Add some translations which have been available, but were not compiledCarl Worth1-8/+8
2013-01-11driconf: Add option definitions to source file, not generated targetCarl Worth1-0/+10
2013-01-11targets/opencl: Link against libgallium.la instead of libgallium.aTom Stellard1-1/+1
2013-01-11drivers/radeon: Don't link against libgallium.laTom Stellard1-2/+1
2013-01-11mesa: Use _mesa_lookup_enum_by_nr in tex*_error_checkMatt Turner1-6/+9
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick9-19/+67
2013-01-11i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick1-0/+3
2013-01-11mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query targetIan Romanick2-2/+11
2013-01-11mesa/es3: Allow transpose matrix uniforms in GLES3Ian Romanick1-1/+2
2013-01-11glcpp: Reject token pasting operator in GLESMatt Turner1-0/+2
2013-01-11glcpp: Make undefined macros illegal in #if and #elif for GLES3Carl Worth1-0/+2
2013-01-11glcpp: Add a flag to the parser state to indicate GLES.Carl Worth2-11/+16
2013-01-11glcpp: Add back tests/*.out to .gitignoreAndreas Boll1-0/+1
2013-01-11targets/egl-static: fix link failure to libwayland-drmKnut Andre Tidemann1-1/+1