summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: move ir_var_system_value codeBrian Paul2011-01-261-5/+5
* glsl: use local var to simplify code a bitBrian Paul2011-01-261-22/+23
* mesa: fix compilationZack Rusin2011-01-261-5/+10
* glsl: Refresh autogenerated lexer fileChad Versace2011-01-261-117/+118
* glsl: Remove extraneously extraneous parensChad Versace2011-01-261-1/+1
* mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+'Chad Versace2011-01-261-0/+5
* mesa: Simplify logic in get_extension_override()Chad Versace2011-01-261-62/+41
* glsl: Enable AMD_conservative_depth in parserChad Versace2011-01-261-0/+7
* mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IRChad Versace2011-01-262-0/+41
* glsl: Raise linking error if gl_FragDepth layout is inconsistentChad Versace2011-01-261-0/+26
* glsl: Propagate depth layout qualifier from AST to IRChad Versace2011-01-263-0/+73
* glsl: Define enum ir_depth_layoutChad Versace2011-01-262-0/+35
* glsl: Refresh autogenerated parser filesChad Versace2011-01-263-165/+180
* glsl: Add support for AMD_conservative_depth to parserChad Versace2011-01-263-8/+34
* glsl: Add depth layout qualifiers to ast_type_qualifierChad Versace2011-01-261-0/+8
* glcpp: Conditionally define macro GL_AMD_conservative_depthChad Versace2011-01-261-0/+2
* mesa: Add AMD_conservative_depth to extension listChad Versace2011-01-262-0/+2
* tgsi: add cases for array texturesBrian Paul2011-01-261-0/+2
* mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg2011-01-261-0/+11
* st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg2011-01-262-2/+2
* mesa: fix MESA/EXT typoBrian Paul2011-01-261-1/+1
* util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
* gallium: add an interface for query predicatesZack Rusin2011-01-262-1/+7
* softpipe: support for 1D/2D texture arraysBrian Paul2011-01-253-1/+210
* st/mesa: support for 1D/2D texture arraysBrian Paul2011-01-253-5/+12
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-254-3/+42
* mesa: remove isProxy local varBrian Paul2011-01-251-4/+2
* mesa: use texFormat local var in more placesBrian Paul2011-01-251-4/+4
* mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv()Brian Paul2011-01-251-26/+19
* mesa: consolidate error handling in set_tex_parameteri()Brian Paul2011-01-251-38/+36
* mesa: add checks for GL_EXT_texture_arrayBrian Paul2011-01-252-16/+23
* linker: Propagate max_array_access while linking functionsIan Romanick2011-01-252-4/+13
* linker: Set sizes for non-global arrays as wellIan Romanick2011-01-251-18/+17
* ir_to_mesa: Add several assertions about sizes of arraysIan Romanick2011-01-251-0/+4
* glsl: silence uninitialized var warning in read_texture()Brian Paul2011-01-251-1/+4
* r600g: Implement timer queries.Mathias Fröhlich2011-01-255-14/+78
* r600g: Implement asyncronous query results.Mathias Fröhlich2011-01-251-4/+13
* r600g: Fix meaning of num_results for queries.Mathias Fröhlich2011-01-251-4/+4
* fix potential leak in r600_context_initTim Wiederhake2011-01-251-1/+2
* silences some valgrind warningsTim Wiederhake2011-01-251-1/+1
* Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul2011-01-252-2/+2
* softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul2011-01-251-1/+1
* st/mesa: add comments in emit_wpos()Brian Paul2011-01-251-0/+12
* st/mesa: fix incorrect fragcoord.x translationBrian Paul2011-01-251-4/+6
* glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric2011-01-252-2/+2
* glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric2011-01-252-2/+2
* svga: link libwsw for dri-vmwgfx target with make build system tooRoland Scheidegger2011-01-251-0/+1
* u_blitter: remove bogus assertionMarek Olšák2011-01-251-3/+0
* u_blitter: report recursion, update commentsMarek Olšák2011-01-251-1/+14
* nvc0: Move declaration before code.Vinson Lee2011-01-241-2/+2