summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard2014-01-281-10/+0
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-231-0/+10
* r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2013-11-041-1/+1
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-251-28/+0
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-0/+5
* Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák2013-10-061-2/+0
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-291-15/+1
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-291-6/+0
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-291-7/+0
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-291-7/+0
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-291-12/+1
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-291-23/+0
* r600g,radeonsi: remove unused codeMarek Olšák2013-09-291-3/+0
* r600g: move r600g-specific functions out of r600_texture.cMarek Olšák2013-09-291-12/+10
* r600g: fast color clears for single-sample buffersGrigori Goronzy2013-09-201-0/+2
* radeon/uvd: move more logic into the common filesChristian König2013-09-121-5/+0
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-311-188/+13
* r600g,radeonsi: remove unused variablesMarek Olšák2013-08-311-3/+0
* r600g: enable SB backend by defaultVadim Girlin2013-08-301-1/+1
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-2/+2
* vl: use a template for create_video_decoderChristian König2013-08-191-5/+1
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-111-0/+1
* r600g: improve the mechanism for recognizing an empty CSMarek Olšák2013-07-081-0/+1
* r600g: only flush the caches that need to be flushed during CP DMA operationsMarek Olšák2013-07-081-0/+2
* r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flagsMarek Olšák2013-07-081-10/+15
* r600g: adjust flush flags (v3)Alex Deucher2013-07-081-0/+2
* r600g: fix texture offset computation for mapped MSAA depth buffersMarek Olšák2013-07-081-2/+0
* r600g/compute: Move compute_shader_create() function into evergreen_compute.cTom Stellard2013-06-281-4/+1
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+1
* r600g: cleanup MSAA texture support checkingMarek Olšák2013-05-151-19/+1
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-031-0/+1
* r600g/sb: use source bytecode in case of optimization errorsVadim Girlin2013-04-301-0/+1
* r600g: plug in optimizing backendVadim Girlin2013-04-301-0/+7
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-261-0/+3
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-9/+2
* r600g: Add evergreen_emit_cs_constant_buffers() v2Tom Stellard2013-04-251-1/+10
* r600g: use CP DMA for buffer clears on evergreen+Alex Deucher2013-04-241-0/+3
* r600g: initialize CMASK and HTILE with the GPU using streamoutMarek Olšák2013-04-231-0/+7
* r600g: implement pipeline statistics queryMarek Olšák2013-04-161-0/+1
* r600g: add a debug flag for printing virtual addresses of resourcesMarek Olšák2013-04-161-0/+1
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-161-0/+1
* radeon/uvd: add UVD implementation v5Christian König2013-04-111-0/+12
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-0/+2
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-261-0/+2
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-261-0/+6
* r600g: add debug options disabling various copy-buffer-related featuresMarek Olšák2013-03-111-0/+3
* r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)Marek Olšák2013-03-111-6/+101
* r600g: remove r600_hw_context_priv.h, move the stuff to r600_pipe.hMarek Olšák2013-03-111-0/+11
* r600g: remove deprecated state management codeMarek Olšák2013-03-111-8/+0