aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/compute_memory_pool.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)Marek Olšák2013-03-111-1/+0
* r600g: use a single env var R600_DEBUG, disable bytecode dumpingMarek Olšák2013-03-111-15/+15
* r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.hMarek Olšák2013-03-111-0/+1
* r600g/radeonsi: Silence warningsMaxence Le Dore2012-12-131-7/+5
* gallium: unify transfer functionsMarek Olšák2012-10-111-11/+6
* r600g: Re-enable growing of the compute memory poolTom Stellard2012-10-011-14/+1
* r600g: Fix bug when adding new items to the compute memory poolTom Stellard2012-10-011-6/+23
* r600g: Use a RAT buffer as the backing bo for the compute memory poolTom Stellard2012-10-011-33/+4
* r600g: Make sure to init the compute memory pool with enough memoryTom Stellard2012-10-011-1/+1
* r600g: Add some comments and debug printfs to compute codeTom Stellard2012-09-191-3/+40
* r600g: fix printf warningMarek Olšák2012-09-111-1/+2
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* r600g: rename r600_resource_texture to r600_textureMarek Olšák2012-08-161-3/+3
* r600g/compute: Disable growing the memory poolTom Stellard2012-07-111-17/+32
* r600g/compute: Add more debugging outputTom Stellard2012-07-111-1/+27
* r600g: Don't create a texture for the memory_pool during screen initTom Stellard2012-07-091-7/+23
* r600g/compute: Use evergreen_cb() for binding RATsTom Stellard2012-07-091-1/+1
* r600g: Use a texture as the underlying resource for compute_memory_poolTom Stellard2012-07-091-4/+30
* r600g: compute support for evergreenAdam Rak2012-06-011-0/+397