summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2013-01-112-12/+16
* glapi: Remove spurious space from end of extension nameIan Romanick2013-01-111-1/+1
* mesa: Add stub implementations of glGetProgramBinary and glProgramBinaryIan Romanick2013-01-112-0/+63
* mesa: Fix the naming of _mesa_ProgramParameteriARBIan Romanick2013-01-112-4/+4
* glapi: Reorder and clean up some of the includes and commentsIan Romanick2013-01-111-7/+3
* mesa: Fix GL_SHADER_BINARY_FORMATS queryIan Romanick2013-01-111-8/+2
* r600g: fix warnings for htile vaDave Airlie2013-01-112-2/+2
* r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie2013-01-1110-19/+373
* r600g: uniform buffer object supportDave Airlie2013-01-112-9/+49
* r600: always export a position from vertex shaderDave Airlie2013-01-111-0/+17
* glcpp: Add tests for line continuationCarl Worth2013-01-114-0/+46
* glcpp: Rewrite line-continuation support to act globally.Carl Worth2013-01-111-66/+49
* glcpp: Add --disable-line-continuations argument to standalone glcppCarl Worth2013-01-111-2/+44
* glcpp: Allow test-specific arguments for standalone glcpp testsCarl Worth2013-01-111-2/+9
* glcpp: Honor the GL context's DisableGLSLLineContinuations optionCarl Worth2013-01-111-1/+3
* glcpp: Accept pointer to GL context rather than just the API versionCarl Worth2013-01-117-8/+21
* drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth2013-01-111-0/+3
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-114-1/+15
* driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2013-01-112-21/+20
* driconf: Add translation-generation to build system, don't track generated filesCarl Worth2013-01-118-643/+64
* driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth2013-01-111-2/+2
* driconf: Fix gen_xmlpool.py script to allow running from any directoryChad Versace2013-01-112-4/+18
* driconf: Add some translations which have been available, but were not compiledCarl Worth2013-01-111-8/+8
* driconf: Add option definitions to source file, not generated targetCarl Worth2013-01-111-0/+10
* targets/opencl: Link against libgallium.la instead of libgallium.aTom Stellard2013-01-111-1/+1
* drivers/radeon: Don't link against libgallium.laTom Stellard2013-01-111-2/+1
* mesa: Use _mesa_lookup_enum_by_nr in tex*_error_checkMatt Turner2013-01-111-6/+9
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-119-19/+67
* i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick2013-01-111-0/+3
* mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query targetIan Romanick2013-01-112-2/+11
* mesa/es3: Allow transpose matrix uniforms in GLES3Ian Romanick2013-01-111-1/+2
* glcpp: Reject token pasting operator in GLESMatt Turner2013-01-111-0/+2
* glcpp: Make undefined macros illegal in #if and #elif for GLES3Carl Worth2013-01-111-0/+2
* glcpp: Add a flag to the parser state to indicate GLES.Carl Worth2013-01-112-11/+16
* glcpp: Add back tests/*.out to .gitignoreAndreas Boll2013-01-111-0/+1
* targets/egl-static: fix link failure to libwayland-drmKnut Andre Tidemann2013-01-111-1/+1
* targets/dri-swrast: Force c++ linker in all cases.Johannes Obermayr2013-01-111-8/+2
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-106-31/+89
* gallivm: fix border color for integer texturesRoland Scheidegger2013-01-101-0/+5
* gallivm: more integer texture format fetch fixesRoland Scheidegger2013-01-106-35/+74
* build: mapi/glapi/gen: Use BUILT_SOURCESMatt Turner2013-01-101-4/+6
* Clean up .gitignore filesMatt Turner2013-01-10107-120/+0
* Remove MESA_PIC_FLAGS macroMatt Turner2013-01-103-7/+3
* Remove gallium's unused Makefile.templateMatt Turner2013-01-101-73/+0
* Remove gbm's unused Makefile.templateMatt Turner2013-01-101-55/+0
* Remove gallium targets' Makefile.{dri,vdpau,xorg,xvmc}Matt Turner2013-01-104-338/+0
* Remove unused glsl Makefile.templateMatt Turner2013-01-101-50/+0
* gallium/tests/unit: Convert to automakeAndreas Boll2013-01-102-49/+34
* gallium/tests/trivial: Convert to automakeAndreas Boll2013-01-102-54/+34
* targets/pipe-loader: Convert to automakeMatt Turner2013-01-106-187/+177