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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
1
-36
/
+1
*
i965: Make brw_{program,vs}.h safe to include from C++.
Paul Berry
2013-08-23
1
-0
/
+8
*
i965: get rid of clip plane compaction
Chris Forbes
2013-08-16
1
-9
/
+0
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-0
/
+3
*
i965/vs: split brw_vs_prog_key into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-10
/
+15
*
i965/vs: split brw_vs_compile into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-2
/
+6
*
i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
Paul Berry
2013-02-20
1
-0
/
+10
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
1
-1
/
+0
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
1
-4
/
+5
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
1
-1
/
+2
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
1
-1
/
+3
*
i965: Generalize GL_FIXED VS w/a support
Chris Forbes
2012-11-26
1
-3
/
+14
*
i965/vs: Remove brw_vs_compile::constant_map.
Kenneth Graunke
2012-11-01
1
-1
/
+0
*
i965/vs: Delete the old vertex shader backend.
Kenneth Graunke
2012-11-01
1
-24
/
+0
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
1
-1
/
+1
*
i965/vp: Remove support for reading destination registers.
Eric Anholt
2012-09-27
1
-1
/
+0
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
1
-0
/
+1
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
1
-0
/
+2
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
1
-0
/
+3
*
i965: Remove vestiges of function call support from the old VS backend.
Kenneth Graunke
2012-04-09
1
-3
/
+0
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-1
/
+0
*
i965/vs: Add texture related data to brw_vs_prog_key.
Kenneth Graunke
2011-12-19
1
-0
/
+3
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-2
/
+2
*
i965 Gen6+: De-compact clip planes.
Paul Berry
2011-10-06
1
-6
/
+9
*
i965 VS: Change nr_userclip to nr_userclip_planes.
Paul Berry
2011-10-06
1
-2
/
+3
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-0
/
+6
*
i965: Move ClipPlanesEnabled state to VS cache key.
Paul Berry
2011-10-06
1
-0
/
+6
*
i965: Rearrange VS cache key struct.
Paul Berry
2011-10-06
1
-1
/
+11
*
i965: Fix a hardcoded user clip plane count.
Paul Berry
2011-09-28
1
-1
/
+1
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
1
-0
/
+1
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-1
/
+0
*
i965: old VS: use the VUE map to compute the URB entry size.
Paul Berry
2011-09-06
1
-1
/
+0
*
i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...
Paul Berry
2011-09-06
1
-1
/
+1
*
i965/vs: Run the shader backend at link time and return compile failures.
Eric Anholt
2011-08-16
1
-1
/
+2
*
i965: Set up allocation of a VS scratch space if required.
Eric Anholt
2011-08-16
1
-0
/
+1
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-1
/
+2
*
i965: Add support for GL_FIXED vertex attributes.
Eric Anholt
2011-06-10
1
-0
/
+4
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
1
-0
/
+1
*
i965: support for two-sided lighting on Sandybridge
Xiang, Haihao
2010-12-10
1
-0
/
+1
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
i965: Fix point coordinate replacement after airlied's ffvertex changes.
Eric Anholt
2010-05-17
1
-1
/
+1
*
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-19
1
-0
/
+1
*
i965: Only set up the stack register if it's going to get used.
Eric Anholt
2010-01-18
1
-0
/
+2
*
i965: first attempt at handling URB overflow when there's too many vs outputs
Brian Paul
2009-06-30
1
-0
/
+1
*
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
1
-2
/
+0
*
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-14
1
-0
/
+7
*
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-02-02
1
-1
/
+0
*
Remove TNL-to-VP tracking from i965
Ian Romanick
2008-09-28
1
-4
/
+0
*
Merge branch '965-glsl'
Zou Nan hai
2007-10-26
1
-0
/
+6
|
\
[next]