| Commit message (Expand) | Author | Age | Files | Lines |
* | targets/dri: Add __driDriverGetExtensions_nouveau symbol | Emil Velikov | 2014-07-10 | 5 | -0/+46 |
* | tgsi: add interpolation location modifier support to text parser | Ilia Mirkin | 2014-07-09 | 1 | -0/+17 |
* | mesa/st: add per sample shading state to fp key and set interpolation | Ilia Mirkin | 2014-07-09 | 3 | -1/+11 |
* | gallium: switch dedicated centroid field to interpolation location | Ilia Mirkin | 2014-07-09 | 17 | -31/+57 |
* | meta: Call glObjectLabel before linking. | Kenneth Graunke | 2014-07-09 | 1 | -1/+1 |
* | ff_fragment_shader: Access glsl_types directly. | Kenneth Graunke | 2014-07-09 | 1 | -15/+15 |
* | st/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_map table | Brian Paul | 2014-07-09 | 1 | -1/+2 |
* | st/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_UNORM switch cases | Brian Paul | 2014-07-09 | 1 | -0/+4 |
* | glsl/glcpp: Don't choke on an empty pragma | Carl Worth | 2014-07-09 | 3 | -1/+8 |
* | glsl/glcpp: Promote "extra token at end of directive" from warning to error | Carl Worth | 2014-07-09 | 3 | -1/+14 |
* | glsl/glcpp: Once again report undefined macro name in error message. | Carl Worth | 2014-07-09 | 3 | -38/+86 |
* | glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES. | Carl Worth | 2014-07-09 | 4 | -30/+140 |
* | glsl/glcpp: Fix glcpp to properly lex entire "preprocessing numbers" | Carl Worth | 2014-07-09 | 3 | -0/+81 |
* | glsl/glcpp: Fix glcpp to catch garbage after #if 1 ... #else | Carl Worth | 2014-07-09 | 7 | -16/+24 |
* | glsl/glcpp: Fixup glcpp tests for redefining a macro with whitespace changes. | Carl Worth | 2014-07-09 | 3 | -1/+40 |
* | glsl/glcpp: Fix preprocessor error condition for macro redefinition | Anuj Phogat | 2014-07-09 | 1 | -8/+10 |
* | glsl/glcpp: Add test to ensure compiler won't allow #undef for some builtins | Carl Worth | 2014-07-09 | 2 | -0/+10 |
* | glsl/glcpp: Do not allow undefining the built-in macros | Anuj Phogat | 2014-07-09 | 1 | -0/+6 |
* | gallium/u_blitter: fix some shader memory leaks | Brian Paul | 2014-07-09 | 1 | -0/+9 |
* | tgsi: properly parse indirect dimension references (e.g. for UBOs) | Ilia Mirkin | 2014-07-09 | 1 | -0/+7 |
* | radeonsi: fix order of r600_need_dma_space and r600_context_bo_reloc | Christian König | 2014-07-09 | 1 | -1/+2 |
* | st/mesa: fix geometry shader memory leak | Brian Paul | 2014-07-09 | 1 | -0/+1 |
* | mesa: fix geometry shader memory leaks | Brian Paul | 2014-07-09 | 2 | -0/+4 |
* | st/mesa: minor simplification of some state atom assignments | Brian Paul | 2014-07-09 | 2 | -7/+4 |
* | st/mesa: minor fix-up in st_GetSamplePosition() | Brian Paul | 2014-07-09 | 1 | -2/+4 |
* | mesa: use float to silence MSVC warning in _mesa_GetMultisamplefv() | Brian Paul | 2014-07-09 | 1 | -1/+1 |
* | nvc0: allocate more space before a counter is configured | Samuel Pitoiset | 2014-07-08 | 1 | -2/+3 |
* | nv50/ir: use unordered_set instead of list to keep track of var uses | Tobias Klausmann | 2014-07-08 | 4 | -9/+10 |
* | i965/disasm: Fix disassembly of the any16h/all16h predicates. | Kenneth Graunke | 2014-07-08 | 1 | -1/+1 |
* | glsl: Fix the foreach_in_list_reverse macro. | Kenneth Graunke | 2014-07-08 | 1 | -3/+3 |
* | radeonsi: mark MSAA config state as dirty at the beginning of CS | Marek Olšák | 2014-07-08 | 1 | -0/+1 |
* | gallium: fix u_default_transfer_inline_write for textures | Marek Olšák | 2014-07-08 | 1 | -2/+2 |
* | i965: Remove artificial dependency between math instructions. | Matt Turner | 2014-07-08 | 1 | -1/+2 |
* | i965/fs: Track dependencies in instruction scheduling per reg offset. | Matt Turner | 2014-07-08 | 1 | -8/+15 |
* | configure: Don't special case Cygwin to use gnu99, define _XOPEN_SOURCE instead | Jon TURNEY | 2014-07-08 | 1 | -9/+2 |
* | ilo: fix fence reference counting | Chia-I Wu | 2014-07-08 | 1 | -12/+9 |
* | i965: Extend compute-to-mrf pass to understand blocks of MOVs | Kristian Høgsberg | 2014-07-07 | 1 | -10/+53 |
* | nvc0/ir: fill offset in properly for TXD | Ilia Mirkin | 2014-07-08 | 1 | -13/+43 |
* | nvc0/ir: use manual TXD when offsets are involved | Ilia Mirkin | 2014-07-08 | 1 | -1/+2 |
* | nvc0/ir: do quadops on the right texture coordinates for TXD | Ilia Mirkin | 2014-07-08 | 1 | -2/+3 |
* | nv50/ir: ignore bias for samplerCubeShadow on nv50 | Ilia Mirkin | 2014-07-08 | 1 | -0/+10 |
* | nv50/ir: retrieve shadow compare from first arg | Ilia Mirkin | 2014-07-08 | 1 | -1/+1 |
* | docs: Import 10.2.3 release notes | Carl Worth | 2014-07-07 | 3 | -0/+137 |
* | i965/fs: Disable unlit_centroid_workaround on Haswell. | Matt Turner | 2014-07-06 | 1 | -2/+4 |
* | i965/vec4: Perform CSE on CMP(N) instructions. | Matt Turner | 2014-07-06 | 1 | -1/+16 |
* | i965/vec4: Don't emit null MOVs in CSE. | Matt Turner | 2014-07-06 | 1 | -5/+7 |
* | i965/vec4: Improve CSE performance by expiring some available expressions. | Matt Turner | 2014-07-06 | 1 | -0/+20 |
* | i965/vec4: Add basic common subexpression elimination. | Kenneth Graunke | 2014-07-06 | 4 | -0/+236 |
* | i965: Fix warnings introduced in commit e24ef5ab. | Matt Turner | 2014-07-06 | 1 | -2/+1 |
* | gallium/radeon: use PRIX64 instead of PRIu64 | Christian König | 2014-07-06 | 2 | -2/+2 |