summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
AgeCommit message (Expand)Author
2011-02-21intel: use pwrite for batchChris Wilson
2010-12-28i965: Fix occlusion query on sandybridgeZhenyu Wang
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-28i965: fix occlusion query on sandybridgeZhenyu Wang
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-26i965: Add support for EXT_timer_query on Ironlake.Eric Anholt
2010-05-16i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2009-08-29i965: Fix segfault with ARB_oq CheckQuery when results are already fetched.Eric Anholt
2009-08-28i965: Implement ARB_oq CheckQuery in the intended way.Eric Anholt
2008-10-28i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt
2008-10-07i965: Add ARB_occlusion_query support.Eric Anholt