summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-30radeon: Remove unused files radeon_llvm_util.[ch]clover-elf-v3Tom Stellard3-159/+0
2014-09-30radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shadersTom Stellard4-76/+88
2014-09-30r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shadersTom Stellard6-110/+85
2014-09-30gallium/radeon: Add query for symbol specific config informationTom Stellard3-0/+83
2014-09-30radeon/compute: Bump minimum required LLVM version to 3.5.1Tom Stellard2-4/+4
2014-09-30clover: Add environment variables for dumping kernel codeTom Stellard1-11/+63
2014-09-30clover: Register an llvm diagnostic handler to catch internal compiler errorsTom Stellard1-1/+30
2014-09-30clover: Add support for compiling to native object codeTom Stellard2-4/+177
2014-09-25gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_irTom Stellard2-3/+4
2014-09-25clover: Factor kernel argument parsing into its own functionTom Stellard1-67/+75
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner17-66/+47
2014-09-24mesa: Drop _mesa_bsearch() wrapper.Matt Turner3-25/+4
2014-09-24mesa: Unifdef _WIN32_WCE.Matt Turner7-39/+3
2014-09-24mesa: Unifdef _XBOX.Matt Turner1-1/+1
2014-09-24configure.ac: Remove duplicate -DHAVE_PTHREAD.Matt Turner1-5/+4
2014-09-24configure.ac: Stop checking for perl.Matt Turner1-2/+0
2014-09-24configure.ac: Use test -a, rather than another test.Matt Turner1-9/+9
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner7-30/+8
2014-09-24mesa: Remove duplicate _mesa_{init,free}_shader_state prototypes.Matt Turner1-7/+0
2014-09-24gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306Tom Stellard1-0/+2
2014-09-24i965: Add and use functions to get next/prev blocks.Matt Turner6-20/+73
2014-09-24i965: Call insert and remove functions from exec_node directly.Matt Turner3-14/+11
2014-09-24i965: Make instruction lists local to the bblocks.Matt Turner12-92/+115
2014-09-24i965/cfg: Add note about double-loop macros and break behavior.Matt Turner1-0/+6
2014-09-24i965: Replace initialization loops with memset().Matt Turner2-15/+5
2014-09-24i965/vec4: Don't iterate between blocks with inst->next/prev.Matt Turner1-21/+9
2014-09-24i965/fs: Don't iterate between blocks with inst->next/prev.Matt Turner5-47/+34
2014-09-24i965/cfg: Add macros to iterate through a block given a starting point.Matt Turner1-0/+10
2014-09-24i965/fs: Make count_to_loop_end() use basic blocks.Matt Turner1-15/+16
2014-09-24i965/vec4: Don't use instruction list after calculating the cfg.Matt Turner5-14/+15
2014-09-24i965/fs: Don't use instruction list after calculating the cfg.Matt Turner3-22/+22
2014-09-24i965: Remove now unneeded calls to calculate_cfg().Matt Turner12-39/+4
2014-09-24i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner20-40/+34
2014-09-24i965: Preserve the CFG in instruction scheduling.Matt Turner1-32/+42
2014-09-24i965/vec4: Preserve CFG in spill_reg().Matt Turner4-38/+56
2014-09-24i965/vec4: Preserve the CFG in a few more places.Matt Turner1-7/+16
2014-09-24i965/fs: Preserve the CFG in a few more places.Matt Turner2-15/+21
2014-09-24i965: Restructure debug flagsKristian Høgsberg2-60/+60
2014-09-24gallivm: Disable gallivm to fix build with LLVM 3.6Tom Stellard1-0/+10
2014-09-24gallium/rbug: correctly unreference a sampler viewMarek Olšák1-2/+1
2014-09-24gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák1-3/+5
2014-09-24radeonsi: remove old cache flushing codeMarek Olšák4-66/+1
2014-09-24radeonsi/compute: do CS partial flush with si_emit_cache_flushMarek Olšák3-6/+9
2014-09-24radeonsi/compute: flush caches with si_emit_cache_flushMarek Olšák3-23/+32
2014-09-24radeonsi/compute: directly emit CONTEXT_CONTROLMarek Olšák1-1/+5
2014-09-24radeonsi: properly destroy the GS copy shader and scratch_bo for computeMarek Olšák2-3/+8
2014-09-24radeonsi: release GS rings at context destructionMarek Olšák1-0/+2
2014-09-24radeonsi: don't use pipe_constant_buffer for GS ringsMarek Olšák4-26/+22
2014-09-24radeonsi: don't pass the context to the shader translatorMarek Olšák4-22/+18
2014-09-24radeonsi: don't snoop currently-bound GS shader when compiling ESMarek Olšák3-16/+101