summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUsTom Stellard2014-03-101-1/+3
* r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard2014-01-284-14/+10
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-251-7/+0
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2014-01-021-0/+2
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2014-01-021-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2014-01-021-0/+2
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2014-01-022-3/+19
* r600g/sb: fix stack size computation on evergreenVadim Girlin2014-01-021-4/+12
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-233-1/+17
* r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard2013-11-231-1/+36
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-235-44/+123
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2013-11-072-0/+9
* r600/compute: silence unused var warningFabio Pedretti2013-11-061-1/+0
* r600/llvm: Fix isampleBuffer on preEGVincent Lejeune2013-11-061-1/+14
* r600/llvm: Fix texbuf for pre EG genVincent Lejeune2013-11-061-0/+29
* r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2013-11-042-2/+9
* r600g,radeonsi: properly expose texture buffer formatsMarek Olšák2013-11-042-6/+16
* r600g/sb: fix value::is_fixed()Vadim Girlin2013-10-291-2/+2
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-253-231/+3
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-233-16/+12
* r600g/sb: Initialize shader::dce_flags.Vinson Lee2013-10-201-1/+2
* r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin2013-10-174-12/+39
* r600g/compute Improve debugging outputTom Stellard2013-10-162-5/+7
* radeon/uvd: use PIPE_BIND_LINEAR for video surfacesGrigori Goronzy2013-10-131-3/+3
* r600g: fix tgsi_op2_s with trans-only instructionsVadim Girlin2013-10-131-5/+31
* r600g: fix crash in set_framebuffer_stateGrigori Goronzy2013-10-112-12/+26
* gallium/radeon: don't export any private symbolsMarek Olšák2013-10-081-1/+2
* Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák2013-10-064-139/+28
* r600g: texture offsets for non-TXF instructionsGrigori Goronzy2013-10-041-10/+10
* r600g: remove an assertion causing a crash at context cleanupMarek Olšák2013-10-041-1/+0
* radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-032-30/+6
* radeon: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* r600g,radeonsi: create aux_context lastMarek Olšák2013-10-031-0/+3
* r600/llvm: Adds support for MSAAVincent Lejeune2013-10-022-1/+53
* r600g/llvm: Undef z and w component of 2D TXP instVincent Lejeune2013-10-021-1/+2
* r600g/llvm: fix txq for texture bufferVincent Lejeune2013-10-022-2/+8
* r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov2013-10-011-1/+1
* r600g/sb: Move variable dereference after null check.Vinson Lee2013-09-301-1/+2
* r600g,radeonsi: workaround for late shared screen initializationMarek Olšák2013-09-301-1/+3
* r600g: Fix build failure introduced with r600_texture.c consolidationLaurent Carlier2013-09-291-4/+4
* radeon: make texture logging more usefulMarek Olšák2013-09-291-2/+0
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-297-1048/+13
* r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmapMarek Olšák2013-09-291-9/+0
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-299-88/+15
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-295-135/+12
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-294-66/+42
* radeonsi: move debug options to R600_DEBUGMarek Olšák2013-09-291-29/+2