summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-8/+8
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-231-1/+1
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-2/+2
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-32/+4
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-14/+10
* r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas2011-01-211-2/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* r600c: add OQ support for evergreenAlex Deucher2010-09-101-1/+1
* 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