aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: fix warningsMarek Olšák2010-04-281-1/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* radeon: Silence "format" compiler warnings.Vinson Lee2010-01-281-1/+1
* Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora2009-11-181-18/+3
|\
| * radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora2009-11-141-18/+3
* | radeon: Fix occlusion queries on big endian.Michel Dänzer2009-11-171-7/+9
|/
* r600: add occlusion query supportAlex Deucher2009-10-281-6/+27
* radeon: Fix OQ to set ful lstate as dirty too.Pauli Nieminen2009-09-021-0/+1
* radeon: Make OQ to use new style debugging.Pauli Nieminen2009-08-311-11/+12
* radeon: use proper macroMaciej Cencora2009-08-231-3/+1
* radeon: use bo_is_idle interface for checking if OQ result is availableMaciej Cencora2009-08-231-19/+38
* r300: OQ reworkDave Airlie2009-08-181-0/+216