summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Refactor timestamp write PIPE_CONTROLs into a helper function.Kenneth Graunke2012-08-081-50/+30
* intel: Make the length for PIPE_CONTROL explicit.Kenneth Graunke2012-08-081-10/+10
* i965: fix transform feedback with primitive restartJordan Justen2012-07-021-0/+4
* i965 gen6: Implement transform feedback queries.Paul Berry2011-12-201-0/+48
* i965: Convert if/else to switch statements in brw_queryobj.cPaul Berry2011-12-201-6/+30
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-2/+0
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-8/+8
* i965: Fix timer query on gen6+Zou Nan hai2011-10-101-5/+12
* intel: use pwrite for batchChris Wilson2011-02-211-2/+2
* 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