aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* r600g,radeonsi: Don't set resource_create in r600_common_screen_init()Tom Stellard2014-01-281-1/+0
* r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen codeMarek Olšák2014-01-281-3/+21
* r600g,radeonsi: consolidate get_compute_paramMarek Olšák2014-01-281-0/+160
* r600g,radeonsi: consolidate get_paramf and get_video_paramMarek Olšák2014-01-281-0/+67
* r600g,radeonsi: consolidate get_timestamp, get_driver_query_infoMarek Olšák2014-01-281-0/+33
* r600g,radeonsi: consolidate get_name and get_vendor queriesMarek Olšák2014-01-281-0/+50
* radeon: place context-related functions first in r600_pipe_common.cMarek Olšák2014-01-281-79/+87
* r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák2014-01-281-0/+19
* r600g: move queries to drivers/radeonMarek Olšák2014-01-281-0/+3
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-161-0/+7
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-121-0/+17
* r600g,radeonsi: consolidate some debug flagsMarek Olšák2013-12-121-0/+4
* radeon: move some functions to r600_buffer_common.cMarek Olšák2013-12-121-120/+0
* gallium/radeon: use PRIu64 macro for printing uint64_tEmil Velikov2013-12-031-1/+2
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-251-0/+30
* radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard2013-10-031-0/+4
* r600g,radeonsi: create aux_context lastMarek Olšák2013-10-031-2/+0
* radeon: make texture logging more usefulMarek Olšák2013-09-291-1/+2
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-291-0/+55
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-291-0/+66
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-291-1/+121
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-291-0/+21
* radeonsi: move debug options to R600_DEBUGMarek Olšák2013-09-291-0/+29
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-291-0/+18
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-311-0/+85