| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: use 'this' pointer to be consistent | Brian Paul | 2011-01-26 | 1 | -1/+1 |
* | glsl: remove needless conditional | Brian Paul | 2011-01-26 | 1 | -14/+10 |
* | glsl: move ir_var_out code | Brian Paul | 2011-01-26 | 1 | -7/+7 |
* | glsl: move ir_var_system_value code | Brian Paul | 2011-01-26 | 1 | -5/+5 |
* | glsl: use local var to simplify code a bit | Brian Paul | 2011-01-26 | 1 | -22/+23 |
* | mesa: fix compilation | Zack Rusin | 2011-01-26 | 1 | -5/+10 |
* | glsl: Refresh autogenerated lexer file | Chad Versace | 2011-01-26 | 1 | -117/+118 |
* | glsl: Remove extraneously extraneous parens | Chad Versace | 2011-01-26 | 1 | -1/+1 |
* | mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+' | Chad Versace | 2011-01-26 | 1 | -0/+5 |
* | mesa: Simplify logic in get_extension_override() | Chad Versace | 2011-01-26 | 1 | -62/+41 |
* | glsl: Enable AMD_conservative_depth in parser | Chad Versace | 2011-01-26 | 1 | -0/+7 |
* | mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IR | Chad Versace | 2011-01-26 | 2 | -0/+41 |
* | glsl: Raise linking error if gl_FragDepth layout is inconsistent | Chad Versace | 2011-01-26 | 1 | -0/+26 |
* | glsl: Propagate depth layout qualifier from AST to IR | Chad Versace | 2011-01-26 | 3 | -0/+73 |
* | glsl: Define enum ir_depth_layout | Chad Versace | 2011-01-26 | 2 | -0/+35 |
* | glsl: Refresh autogenerated parser files | Chad Versace | 2011-01-26 | 3 | -165/+180 |
* | glsl: Add support for AMD_conservative_depth to parser | Chad Versace | 2011-01-26 | 3 | -8/+34 |
* | glsl: Add depth layout qualifiers to ast_type_qualifier | Chad Versace | 2011-01-26 | 1 | -0/+8 |
* | glcpp: Conditionally define macro GL_AMD_conservative_depth | Chad Versace | 2011-01-26 | 1 | -0/+2 |
* | mesa: Add AMD_conservative_depth to extension list | Chad Versace | 2011-01-26 | 2 | -0/+2 |
* | tgsi: add cases for array textures | Brian Paul | 2011-01-26 | 1 | -0/+2 |
* | mesa: Support internalFormat=GL_BGRA for DRI drivers | Kristian Høgsberg | 2011-01-26 | 1 | -0/+11 |
* | st/egl: Downgrade warning to debug when we can't create a drm screen | Kristian Høgsberg | 2011-01-26 | 2 | -2/+2 |
* | mesa: fix MESA/EXT typo | Brian Paul | 2011-01-26 | 1 | -1/+1 |
* | util: require debug options to be separated by commas | Marek Olšák | 2011-01-26 | 1 | -1/+38 |
* | gallium: add an interface for query predicates | Zack Rusin | 2011-01-26 | 2 | -1/+7 |
* | softpipe: support for 1D/2D texture arrays | Brian Paul | 2011-01-25 | 3 | -1/+210 |
* | st/mesa: support for 1D/2D texture arrays | Brian Paul | 2011-01-25 | 3 | -5/+12 |
* | tgsi: add support for 1D/2D texture arrays | Brian Paul | 2011-01-25 | 4 | -3/+42 |
* | mesa: remove isProxy local var | Brian Paul | 2011-01-25 | 1 | -4/+2 |
* | mesa: use texFormat local var in more places | Brian Paul | 2011-01-25 | 1 | -4/+4 |
* | mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv() | Brian Paul | 2011-01-25 | 1 | -26/+19 |
* | mesa: consolidate error handling in set_tex_parameteri() | Brian Paul | 2011-01-25 | 1 | -38/+36 |
* | mesa: add checks for GL_EXT_texture_array | Brian Paul | 2011-01-25 | 2 | -16/+23 |
* | linker: Propagate max_array_access while linking functions | Ian Romanick | 2011-01-25 | 2 | -4/+13 |
* | linker: Set sizes for non-global arrays as well | Ian Romanick | 2011-01-25 | 1 | -18/+17 |
* | ir_to_mesa: Add several assertions about sizes of arrays | Ian Romanick | 2011-01-25 | 1 | -0/+4 |
* | glsl: silence uninitialized var warning in read_texture() | Brian Paul | 2011-01-25 | 1 | -1/+4 |
* | r600g: Implement timer queries. | Mathias Fröhlich | 2011-01-25 | 5 | -14/+78 |
* | r600g: Implement asyncronous query results. | Mathias Fröhlich | 2011-01-25 | 1 | -4/+13 |
* | r600g: Fix meaning of num_results for queries. | Mathias Fröhlich | 2011-01-25 | 1 | -4/+4 |
* | fix potential leak in r600_context_init | Tim Wiederhake | 2011-01-25 | 1 | -1/+2 |
* | silences some valgrind warnings | Tim Wiederhake | 2011-01-25 | 1 | -1/+1 |
* | Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S" | Brian Paul | 2011-01-25 | 2 | -2/+2 |
* | softpipe: fix off-by-one error in setup_fragcoord_coeff() | Brian Paul | 2011-01-25 | 1 | -1/+1 |
* | st/mesa: add comments in emit_wpos() | Brian Paul | 2011-01-25 | 1 | -0/+12 |
* | st/mesa: fix incorrect fragcoord.x translation | Brian Paul | 2011-01-25 | 1 | -4/+6 |
* | glapi: adding @ char before type specifier in glapi_x86.S | Dimitry Andric | 2011-01-25 | 2 | -2/+2 |
* | glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S | Dimitry Andric | 2011-01-25 | 2 | -2/+2 |
* | svga: link libwsw for dri-vmwgfx target with make build system too | Roland Scheidegger | 2011-01-25 | 1 | -0/+1 |