summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix occlusion query on sandybridgeZhenyu Wang2010-12-281-0/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* i965: fix occlusion query on sandybridgeZhenyu Wang2010-09-281-47/+114
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-10/+10
* i965: Add support for EXT_timer_query on Ironlake.Eric Anholt2010-05-261-24/+60
* i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt2010-05-161-15/+12
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-2/+2
* i965: Fix segfault with ARB_oq CheckQuery when results are already fetched.Eric Anholt2009-08-291-1/+1
* i965: Implement ARB_oq CheckQuery in the intended way.Eric Anholt2009-08-281-6/+1
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-6/+2
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-071-0/+263