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
*
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
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
1
-6
/
+2
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
1
-1
/
+1
*
i965/vs: Pass the brw_context pointer into brw_compute_vue_map().
Kenneth Graunke
2012-11-28
1
-3
/
+2
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
1
-1
/
+1
*
i965: set attribute w/a bits for packed formats
Chris Forbes
2012-11-26
1
-4
/
+26
*
i965: Generalize GL_FIXED VS w/a support
Chris Forbes
2012-11-26
1
-4
/
+5
*
i965: Remove unused variables after removing the old VS backend.
Kenneth Graunke
2012-11-01
1
-2
/
+0
*
i965/vs: Remove brw_vs_compile::constant_map.
Kenneth Graunke
2012-11-01
1
-17
/
+1
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
1
-9
/
+6
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
1
-1
/
+1
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
1
-0
/
+33
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
1
-0
/
+19
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
1
-0
/
+71
*
i965: Add performance debug for register spilling.
Eric Anholt
2012-08-12
1
-0
/
+4
*
i965/gen6+: Add support for edge flags.
Eric Anholt
2012-08-09
1
-2
/
+4
*
i965/vs: Add comment noting copy_edgeflag state dependency.
Eric Anholt
2012-08-09
1
-0
/
+2
*
i965/vs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
1
-0
/
+5
*
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
2012-08-07
1
-1
/
+1
*
i965: Allocate dummy slots for point sprites before computing VUE map.
Kenneth Graunke
2012-08-06
1
-2
/
+2
*
i965: Move loop over texture units into brw_populate_sampler_prog_key.
Kenneth Graunke
2012-07-12
1
-4
/
+1
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-0
/
+5
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-7
/
+9
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-2
/
+7
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
1
-1
/
+1
*
i965: Fix transform feedback of gl_ClipVertex.
Paul Berry
2012-01-05
1
-5
/
+8
*
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Kenneth Graunke
2012-01-04
1
-0
/
+1
*
i965/vs: Add texture related data to brw_vs_prog_key.
Kenneth Graunke
2011-12-19
1
-0
/
+8
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-2
/
+2
*
i965: Move program compile to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-1
/
+1
[next]