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_vs_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-3
/
+3
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-5
/
+5
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-1
/
+1
*
i965: Create a helper function for emitting PIPE_CONTROL flushes.
Kenneth Graunke
2014-01-20
1
-9
/
+4
*
i965: Tell the unit states how many binding table entries we have.
Eric Anholt
2013-11-05
1
-1
/
+3
*
i965/vs: generalize gen6_vs_push_constants in preparation for GS.
Paul Berry
2013-08-31
1
-16
/
+29
*
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
-10
/
+13
*
i965/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
1
-1
/
+2
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965: Update workaround flush comments for Gen6 3DSTATE_VS.
Kenneth Graunke
2013-07-15
1
-1
/
+5
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
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
-2
/
+2
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-8
/
+8
*
i965: Simplify VS push constant upload code since removal of old path.
Eric Anholt
2013-02-11
1
-7
/
+11
*
i965/vs: Remove support for the old parameter layout.
Kenneth Graunke
2012-11-01
1
-38
/
+4
*
i965/vs: Fix debug dumping of VS push constants.
Kenneth Graunke
2012-10-25
1
-1
/
+3
*
intel: Remove NV_vertex_program support.
Eric Anholt
2012-10-15
1
-3
/
+0
*
intel: Make the length for PIPE_CONTROL explicit.
Kenneth Graunke
2012-08-08
1
-1
/
+1
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-0
/
+9
*
i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
Kenneth Graunke
2012-01-09
1
-2
/
+1
*
i965: Put a proper sampler count in 3DSTATE_VS.
Kenneth Graunke
2011-11-10
1
-2
/
+3
*
i965: Rename gen6_*_constants tracked state atoms to "push_constants".
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
-5
/
+2
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
1
-1
/
+8
*
i965: Move push constants setup to emit() time.
Eric Anholt
2011-10-29
1
-3
/
+3
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-1
/
+1
*
i965: Apply post-sync non-zero workaround to homebrew workaround.
Kenneth Graunke
2011-10-24
1
-0
/
+2
*
i965 Gen6+: De-compact clip plane constants for old VS backend.
Paul Berry
2011-10-13
1
-8
/
+7
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
1
-1
/
+2
*
i965 new VS: don't share clip plane constants in pre-GEN6
Paul Berry
2011-09-28
1
-18
/
+19
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
1
-6
/
+9
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
1
-2
/
+1
*
i965: Add remaining scratch space setup emit to unit states.
Eric Anholt
2011-08-16
1
-1
/
+9
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-6
/
+15
*
i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.
Eric Anholt
2011-07-20
1
-0
/
+26
*
i965/gen6: Add state dumping for the VS constants.
Eric Anholt
2011-07-11
1
-1
/
+1
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-1
/
+1
*
i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
Eric Anholt
2011-06-20
1
-2
/
+1
*
i965/gen6: Add missing state flag for VS push constants.
Eric Anholt
2011-06-20
1
-1
/
+1
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-1
/
+1
*
i965/gen6: Use the dynamic state base address to reduce relocations.
Eric Anholt
2011-04-29
1
-4
/
+4
*
i965/gen6: Stream the VS push constants.
Eric Anholt
2011-04-29
1
-35
/
+56
*
i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.
Eric Anholt
2011-04-01
1
-1
/
+1
*
i965: bump VS thread number to 60 on SNB
Zou Nan hai
2011-03-01
1
-1
/
+2
*
i965: Rename various gen6 #defines to match the documentation.
Kenneth Graunke
2011-01-06
1
-3
/
+3
*
i965: Set the alternative floating point mode on gen6 VS and WM.
Eric Anholt
2010-12-16
1
-0
/
+1
*
i965: Drop push-mode reladdr constant loading and always use constant_map.
Eric Anholt
2010-12-08
1
-15
/
+9
[next]