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
/
gen7_vs_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-1
/
+1
*
i965: Tell the unit states how many binding table entries we have.
Eric Anholt
2013-11-05
1
-1
/
+3
*
i965/gen7: Extract a function for setting up a shader stage's constants.
Paul Berry
2013-09-11
1
-25
/
+36
*
i965: Make sure constants re-sent after constant buffer reallocation.
Paul Berry
2013-08-31
1
-1
/
+2
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-8
/
+10
*
i965/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
1
-1
/
+2
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-3
/
+1
*
i965: Upload separate per-stage sampler state tables.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
Chad Versace
2013-07-18
1
-1
/
+3
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-3
/
+3
*
i965: Update max VS/PS threads shift offsets for Haswell.
Kenneth Graunke
2012-03-30
1
-1
/
+3
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-1
/
+2
*
i965: Emit Ivybridge VS workaround flushes.
Kenneth Graunke
2012-02-15
1
-0
/
+2
*
i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.
Kenneth Graunke
2012-01-09
1
-2
/
+1
*
i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
Kenneth Graunke
2012-01-09
1
-1
/
+0
*
i965: Put a proper sampler count in 3DSTATE_VS.
Kenneth Graunke
2011-11-10
1
-1
/
+2
*
i965: Upload SAMPLER_STATE pointers for the VS on Ivybridge.
Kenneth Graunke
2011-11-10
1
-1
/
+7
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
1
-1
/
+1
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
1
-4
/
+1
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
1
-1
/
+8
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-1
/
+1
*
i965: Add remaining scratch space setup emit to unit states.
Eric Anholt
2011-08-16
1
-1
/
+9
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-1
/
+1
*
i965: Warnings cleanup.
Eric Anholt
2011-05-25
1
-1
/
+0
*
i965: Upload binding table pointers on Ivybridge.
Kenneth Graunke
2011-05-17
1
-0
/
+6
*
i965: Initial Ivybridge VS state.
Kenneth Graunke
2011-05-17
1
-0
/
+93