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_sol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-3
/
+3
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-3
/
+3
*
i965: Implement glDrawTransformFeedback().
Kenneth Graunke
2013-10-31
1
-0
/
+3
*
i965: Implement Pause/ResumeTransformfeedback driver hooks on Gen7+.
Kenneth Graunke
2013-10-31
1
-0
/
+5
*
i965: Create a new brw_transform_feedback_object subclass.
Kenneth Graunke
2013-10-31
1
-0
/
+29
*
i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.
Kenneth Graunke
2013-10-28
1
-0
/
+3
*
i965/gs: Update defines related to GS surface organization.
Paul Berry
2013-08-31
1
-3
/
+3
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-6
/
+6
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields 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
-2
/
+1
*
i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.
Kenneth Graunke
2013-05-21
1
-26
/
+17
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
1
-31
/
+22
*
i965: Delete unused brw->sol.offset_0_batch_start field.
Kenneth Graunke
2013-05-21
1
-1
/
+0
*
i965: Stop using the kernel SOL reset feature.
Kenneth Graunke
2013-05-21
1
-5
/
+8
*
mesa,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
1
-3
/
+4
*
i965/gen6: Reduce updates of transform feedback offsets with HW contexts.
Eric Anholt
2013-04-10
1
-1
/
+1
*
i965/gen7: Skip resetting SOL offsets at batch start with HW contexts.
Eric Anholt
2013-04-10
1
-0
/
+9
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
1
-1
/
+1
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
1
-12
/
+4
*
i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB.
Eric Anholt
2012-02-21
1
-5
/
+8
*
i965: Correct the size of the state batch space allocated for binding tables.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Fix a bad comment in gen6 sol setup.
Eric Anholt
2012-02-21
1
-3
/
+1
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
1
-2
/
+56
*
i965/gen7: Fix up the transform feedback buffer pointers on later batches.
Eric Anholt
2012-01-06
1
-0
/
+1
*
i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()
Paul Berry
2011-12-24
1
-1
/
+1
*
i965 gen6: Resend binding table pointer after updating SOL bindings.
Paul Berry
2011-12-23
1
-0
/
+2
*
i965 gen6: Implement transform feedback pause/resume functionality.
Paul Berry
2011-12-23
1
-1
/
+2
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
1
-8
/
+30
*
i965: Implement bounds checking for transform feedback output.
Kenneth Graunke
2011-12-20
1
-0
/
+38
*
i965: Flush pipeline on EndTransformFeedback.
Paul Berry
2011-12-20
1
-0
/
+16
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-0
/
+71