index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_queryobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
1
-0
/
+50
*
intel: Add performance debug for some common GPU stalls.
Eric Anholt
2012-08-12
1
-0
/
+6
*
i965: Rework the extra flushes surrounding occlusion queries.
Kenneth Graunke
2012-08-08
1
-7
/
+4
*
i965: Use 64-bit writes for occlusion queries.
Kenneth Graunke
2012-08-08
1
-2
/
+3
*
i965: Refactor depth count write PIPE_CONTROLs into a helper function.
Kenneth Graunke
2012-08-08
1
-68
/
+43
*
i965: Emit a CS stall before timestamp writes.
Kenneth Graunke
2012-08-08
1
-0
/
+14
*
i965: Use 64-bit writes for timestamp queries.
Kenneth Graunke
2012-08-08
1
-2
/
+3
*
i965: Refactor timestamp write PIPE_CONTROLs into a helper function.
Kenneth Graunke
2012-08-08
1
-50
/
+30
*
intel: Make the length for PIPE_CONTROL explicit.
Kenneth Graunke
2012-08-08
1
-10
/
+10
*
i965: fix transform feedback with primitive restart
Jordan Justen
2012-07-02
1
-0
/
+4
*
i965 gen6: Implement transform feedback queries.
Paul Berry
2011-12-20
1
-0
/
+48
*
i965: Convert if/else to switch statements in brw_queryobj.c
Paul Berry
2011-12-20
1
-6
/
+30
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-2
/
+0
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-8
/
+8
*
i965: Fix timer query on gen6+
Zou Nan hai
2011-10-10
1
-5
/
+12
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-2
/
+2
*
i965: Fix occlusion query on sandybridge
Zhenyu Wang
2010-12-28
1
-0
/
+6
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
i965: fix occlusion query on sandybridge
Zhenyu Wang
2010-09-28
1
-47
/
+114
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-10
/
+10
*
i965: Add support for EXT_timer_query on Ironlake.
Eric Anholt
2010-05-26
1
-24
/
+60
*
i965: Remove the half-baked code for multiple OQs at the same time.
Eric Anholt
2010-05-16
1
-15
/
+12
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
1
-2
/
+2
*
i965: Fix segfault with ARB_oq CheckQuery when results are already fetched.
Eric Anholt
2009-08-29
1
-1
/
+1
*
i965: Implement ARB_oq CheckQuery in the intended way.
Eric Anholt
2009-08-28
1
-6
/
+1
*
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-28
1
-6
/
+2
*
i965: Add ARB_occlusion_query support.
Eric Anholt
2008-10-07
1
-0
/
+263