| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: cleanup redundant computation of flush flags and rename a function | Marek Olšák | 2014-04-16 | 1 | -8/+9 |
* | r600g: remove redundant r600_flush_from_winsys | Marek Olšák | 2014-04-16 | 1 | -8/+1 |
* | winsys/radeon: remove cs_write_reloc, add simpler cs_get_reloc | Marek Olšák | 2014-04-16 | 4 | -29/+23 |
* | winsys/radeon: consolidate hash table lookup | Marek Olšák | 2014-04-16 | 2 | -68/+49 |
* | scons: Add an analyze option. | José Fonseca | 2014-04-16 | 2 | -0/+13 |
* | util/u_debug: Add noreturn attribute to _debug_assert_fail(). | José Fonseca | 2014-04-16 | 1 | -1/+5 |
* | scons: Enable building through Clang Static Analyzer. | José Fonseca | 2014-04-16 | 1 | -8/+23 |
* | glsl: Properly handle blocks that define the same field name. | Iago Toral Quiroga | 2014-04-15 | 1 | -4/+4 |
* | r600g/radeonsi: Map transfer staging texture unsynchronized when possible | Michel Dänzer | 2014-04-16 | 1 | -0/+2 |
* | Revert "i965/fs: Only sweep NOPs if register coalescing made progress." | Matt Turner | 2014-04-15 | 1 | -8/+7 |
* | i965/fs: Only sweep NOPs if register coalescing made progress. | Matt Turner | 2014-04-15 | 1 | -7/+8 |
* | i965: Fix buffer overruns in MSAA MCS buffer clearing. | Eric Anholt | 2014-04-15 | 1 | -1/+1 |
* | meta: Add support for MSAA resolves from 2D_MS_ARRAY textures. | Eric Anholt | 2014-04-15 | 2 | -17/+49 |
* | meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer. | Eric Anholt | 2014-04-15 | 4 | -12/+94 |
* | meta: Add support for CUBE_MAP_ARRAY to generatemipmap. | Eric Anholt | 2014-04-15 | 2 | -1/+5 |
* | meta: Infer bind_fbo_image parameters from an incoming image. | Eric Anholt | 2014-04-15 | 3 | -6/+13 |
* | meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere. | Eric Anholt | 2014-04-15 | 3 | -34/+36 |
* | meta: Refactor the BlitFramebuffer depth CopyTexImage fallback. | Eric Anholt | 2014-04-15 | 2 | -138/+2 |
* | meta: Refactor the BlitFramebuffer color CopyTexImage fallback. | Eric Anholt | 2014-04-15 | 1 | -52/+41 |
* | meta: Drop blit src size fallback. | Eric Anholt | 2014-04-15 | 1 | -10/+0 |
* | i965: Avoid dependency hints on math opcodes | Mike Stroyan | 2014-04-15 | 1 | -0/+8 |
* | i965: Expand INTEL_DEBUG to uint64_t. | Matt Turner | 2014-04-15 | 2 | -2/+2 |
* | dri: Expand driParseDebugString return value to uint64_t. | Matt Turner | 2014-04-15 | 2 | -6/+5 |
* | i965/fs: Remove dead_code_eliminate_local(). | Matt Turner | 2014-04-15 | 2 | -159/+0 |
* | i965/fs: Clear variable from live-set if it's completely overwritten. | Matt Turner | 2014-04-15 | 1 | -0/+9 |
* | i965/fs: Reimplement dead_code_elimination(). | Matt Turner | 2014-04-15 | 3 | -56/+117 |
* | i965/vec4: Let DCE eliminate dead writes in other basic blocks. | Matt Turner | 2014-04-15 | 1 | -4/+4 |
* | i965/gs: Add dummy source to prepare_channel_masks instruction. | Matt Turner | 2014-04-15 | 1 | -1/+2 |
* | glsl: Use M_PI_* macros. | Matt Turner | 2014-04-15 | 1 | -7/+13 |
* | i965: Disable Z16 in all APIs. | Kenneth Graunke | 2014-04-15 | 1 | -6/+0 |
* | i965: Update comments about Z16 being slow. | Kenneth Graunke | 2014-04-15 | 1 | -7/+10 |
* | r600g/radeonsi: Use caching buffer manager for textures as well | Michel Dänzer | 2014-04-15 | 1 | -1/+1 |
* | i965/gen8: add debug code to show FS disasm with jump locations | Jordan Justen | 2014-04-14 | 1 | -0/+9 |
* | ilo: remove GPE state size estimation | Chia-I Wu | 2014-04-14 | 7 | -326/+97 |
* | ilo: remove GPE command size estimation | Chia-I Wu | 2014-04-14 | 6 | -403/+87 |
* | ilo: remove unused headers | Chia-I Wu | 2014-04-14 | 3 | -566/+0 |
* | ilo: use only defines from genhw headers | Chia-I Wu | 2014-04-14 | 7 | -106/+87 |
* | ilo: scripted conversion to genhw headers | Chia-I Wu | 2014-04-14 | 25 | -1626/+1626 |
* | ilo: add genhw headers | Chia-I Wu | 2014-04-14 | 22 | -131/+3504 |
* | ilo: avoid brw_wm_barycentric_interp_mode in compiler | Chia-I Wu | 2014-04-14 | 1 | -17/+46 |
* | ilo: add TOY_OPCODE_DO | Chia-I Wu | 2014-04-14 | 6 | -7/+10 |
* | gtest: Update to 1.7.0. | Vinson Lee | 2014-04-14 | 31 | -1508/+2509 |
* | mesa: Consider gl_VertexID and gl_InstanceID active attribs | Chris Forbes | 2014-04-13 | 1 | -0/+9 |
* | mesa: Extract is_active_attrib() in shaderapi | Chris Forbes | 2014-04-13 | 1 | -8/+19 |
* | glsl: Fix typo in interface block comment | Chris Forbes | 2014-04-13 | 1 | -1/+1 |
* | egl-static: fix build after recent radeon winsys changes | Simone Scanzoni | 2014-04-13 | 1 | -0/+4 |
* | mesa: Fix typo in error message | Chris Forbes | 2014-04-13 | 1 | -1/+1 |
* | i965: glClearBuffer() should only clear a single buffer. | Iago Toral Quiroga | 2014-04-13 | 3 | -3/+7 |
* | i965: Add comment to explain the weird-looking shadow compares. | Chris Forbes | 2014-04-13 | 1 | -5/+16 |
* | glsl: Ignore loop-too-large heuristic if there's bad variable indexing. | Kenneth Graunke | 2014-04-11 | 1 | -3/+58 |