summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-298-52/+28
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-295-46/+23
* r600g,radeonsi: remove unused codeMarek Olšák2013-09-291-3/+0
* r600g: move r600g-specific functions out of r600_texture.cMarek Olšák2013-09-294-467/+461
* r600g,radeonsi: consolidate r600_texture structuresMarek Olšák2013-09-291-24/+0
* r600g: get rid of r600_texture::is_ratMarek Olšák2013-09-292-8/+1
* r600g: get rid of r600_texture::array_modeMarek Olšák2013-09-293-25/+4
* r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák2013-09-297-95/+67
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-291-0/+3
* r600g: fix texture buffer object cache flushingMarek Olšák2013-09-251-1/+4
* r600g: fix constant buffer cache flushingMarek Olšák2013-09-251-1/+5
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-251-0/+3
* r600g: fast color clears for single-sample buffersGrigori Goronzy2013-09-205-11/+86
* r600g: add support for separately allocated CMASKsGrigori Goronzy2013-09-204-10/+60
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* radeon/uvd: move more logic into the common filesChristian König2013-09-123-35/+2
* r600g: remove DMA paddingAlex Deucher2013-09-061-9/+0
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+2
* r600g/compute: Fix bug in compute memory poolTom Stellard2013-09-051-7/+2
* r600g/compute: Don't flush the cs in pipe_context::launch_grid()Tom Stellard2013-09-051-10/+1