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
/
gen6_queryobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams."
Kenneth Graunke
2014-07-16
1
-9
/
+4
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+3
*
i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.
Iago Toral Quiroga
2014-06-30
1
-4
/
+9
*
i965: Implement GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN with non-zero streams.
Iago Toral Quiroga
2014-06-30
1
-4
/
+4
*
i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.
Kenneth Graunke
2014-01-20
1
-18
/
+2
*
i965: Create a helper function for emitting PIPE_CONTROL writes.
Kenneth Graunke
2014-01-20
1
-11
/
+4
*
i965: Fix MI_STORE_REGISTER_MEM for Broadwell.
Kenneth Graunke
2014-01-20
1
-10
/
+23
*
i965: Delete duplicate write_timestamp function.
Kenneth Graunke
2014-01-10
1
-34
/
+2
*
i965: Fix brw_store_register_mem64 to stay within a single batch.
Kenneth Graunke
2013-10-31
1
-4
/
+1
*
i965: CS writes/reads should use I915_GEM_INSTRUCTION
Daniel Vetter
2013-10-28
1
-2
/
+2
*
i965: Expose write_reg() as brw_store_register_mem64().
Kenneth Graunke
2013-10-23
1
-9
/
+9
*
i965: Move flushing out of write_reg and into the callers.
Kenneth Graunke
2013-10-23
1
-4
/
+8
*
i965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN registers.
Kenneth Graunke
2013-08-06
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-8
/
+4
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-21
/
+28
*
i965: Implement transform feedback query support in hardware on Gen6+.
Kenneth Graunke
2013-05-20
1
-35
/
+60
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
1
-0
/
+359