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_vs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-2
/
+3
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-2
/
+2
*
i965: Emit writes to viewport index
Ian Romanick
2014-01-20
1
-3
/
+3
*
i965: Use the Sandybridge VUE format on Broadwell as well.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-6
/
+6
*
i965/vec4: Extract function to set up vec4 prog key for precompiling.
Paul Berry
2013-10-24
1
-14
/
+1
*
i965/vec4: Remove uses_clip_distance from program key.
Paul Berry
2013-10-24
1
-4
/
+1
*
glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.
Paul Berry
2013-10-24
1
-1
/
+2
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-0
/
+2
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
1
-2
/
+1
*
i965: Fix brw_vs_prog_data_compare to actually check field members.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965/gen6+: Remove VUE map dependency on userclip_active.
Paul Berry
2013-09-16
1
-13
/
+13
*
i965/gs: Don't assign gl_Layer its own slot in the VUE map.
Paul Berry
2013-09-05
1
-0
/
+5
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-6
/
+7
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-6
/
+6
*
i965: Allocate just enough space for user clip planes in uniform arrays.
Kenneth Graunke
2013-08-28
1
-2
/
+4
*
i965: Silence unused variable warning in release build
Chad Versace
2013-08-28
1
-1
/
+1
*
i965/gs: Add a data structure for tracking VS output VUE map.
Paul Berry
2013-08-23
1
-1
/
+7
*
i965/vec4: Make a function for setting up vec4 program key clip info.
Paul Berry
2013-08-23
1
-6
/
+18
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
1
-26
/
+0
*
i965: Shorten sampler loops in precompile key setup.
Kenneth Graunke
2013-08-20
1
-1
/
+2
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
1
-10
/
+0
*
i965: Shorten sampler loops in key setup.
Kenneth Graunke
2013-08-19
1
-1
/
+2
*
i965: get rid of clip plane compaction
Chris Forbes
2013-08-16
1
-12
/
+2
*
i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ...
Chris Forbes
2013-08-16
1
-0
/
+5
*
i965/vs: Gen4/5: enable front colors if back colors are written
Chris Forbes
2013-07-14
1
-0
/
+6
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-11
/
+7
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+0
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-11
/
+12
*
i965: Shrink Gen5 VUE map layout to be the same as Gen4.
Chris Forbes
2013-06-16
1
-20
/
+3
*
i965/vs: add support for emitting gl_ClipVertex
Chris Forbes
2013-06-07
1
-6
/
+0
*
i965: Avoid recompiles for fragment clamping on non-clamping APIs.
Eric Anholt
2013-04-25
1
-1
/
+1
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-19
/
+48
*
i965/vs: split brw_vs_prog_key into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-23
/
+24
*
i965/vs: split brw_vs_compile into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-2
/
+2
*
i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.
Paul Berry
2013-04-11
1
-13
/
+15
*
i965: Generalize computation of VUE map in preparation for GS.
Paul Berry
2013-04-11
1
-6
/
+6
*
i965: Fix an inconsistency inb the VUE map with gl_ClipVertex on gen4/5.
Eric Anholt
2013-03-30
1
-7
/
+11
*
i965: Shrink brw_vue_map struct.
Paul Berry
2013-03-24
1
-0
/
+8
*
i965: Store the geometry output VUE map in brw_context.
Paul Berry
2013-03-24
1
-0
/
+5
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
1
-11
/
+12
*
i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.
Paul Berry
2013-03-24
1
-2
/
+2
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-9
/
+9
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-30
/
+30
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-10
/
+11
*
i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
Paul Berry
2013-02-20
1
-10
/
+12
*
i965: Support GL_FIXED and packed vertex formats natively on Haswell+.
Kenneth Graunke
2013-01-07
1
-2
/
+8
[next]