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