summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-01i965/vs: Remove brw_vs_compile::constant_map.Kenneth Graunke1-1/+0
2012-11-01i965/vs: Delete the old vertex shader backend.Kenneth Graunke1-24/+0
2012-10-10i965/vs: Fix unit mismatch in scratch base_offset parameter.Kenneth Graunke1-1/+1
2012-09-27i965/vp: Remove support for reading destination registers.Eric Anholt1-1/+0
2012-09-07i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt1-0/+1
2012-09-07i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt1-0/+2
2012-08-27i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.Kenneth Graunke1-0/+3
2012-04-09i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke1-3/+0
2012-02-21i965: Move VUE map computation to once at VS compile time.Eric Anholt1-1/+0
2011-12-19i965/vs: Add texture related data to brw_vs_prog_key.Kenneth Graunke1-0/+3
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-10-06i965 Gen6+: De-compact clip planes.Paul Berry1-6/+9
2011-10-06i965 VS: Change nr_userclip to nr_userclip_planes.Paul Berry1-2/+3
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-0/+6
2011-10-06i965: Move ClipPlanesEnabled state to VS cache key.Paul Berry1-0/+6
2011-10-06i965: Rearrange VS cache key struct.Paul Berry1-1/+11
2011-09-28i965: Fix a hardcoded user clip plane count.Paul Berry1-1/+1
2011-09-23i965: Don't upload clip planes when gl_ClipDistance is in use.Paul Berry1-0/+1
2011-09-06i965: Remove two_side_color from brw_compute_vue_map().Paul Berry1-1/+0
2011-09-06i965: old VS: use the VUE map to compute the URB entry size.Paul Berry1-1/+0
2011-09-06i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...Paul Berry1-1/+1
2011-08-16i965/vs: Run the shader backend at link time and return compile failures.Eric Anholt1-1/+2
2011-08-16i965: Set up allocation of a VS scratch space if required.Eric Anholt1-0/+1
2011-08-16i965: Start adding the VS visitor and codegen.Eric Anholt1-1/+2
2011-06-10i965: Add support for GL_FIXED vertex attributes.Eric Anholt1-0/+4
2011-04-20intel: Add support for ARB_color_buffer_float.Eric Anholt1-0/+1
2010-12-10i965: support for two-sided lighting on SandybridgeXiang, Haihao1-0/+1
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-05-17i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt1-1/+1
2010-01-19i965: Upload as many VS constants as possible through the push constants.Eric Anholt1-0/+1
2010-01-18i965: Only set up the stack register if it's going to get used.Eric Anholt1-0/+2
2009-06-30i965: first attempt at handling URB overflow when there's too many vs outputsBrian Paul1-0/+1
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul1-2/+0
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul1-0/+7
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt1-1/+0
2008-09-28Remove TNL-to-VP tracking from i965Ian Romanick1-4/+0
2007-10-26Merge branch '965-glsl'Zou Nan hai1-0/+6
2007-09-11Fix-up #includes to remove some -I options.Brian1-1/+1
2007-06-21 support branch and loop in pixel shaderZou Nan hai1-0/+5
2007-04-30 support nested function callZou Nan hai1-1/+1
2007-04-12 Initial 965 GLSL supportZou Nan hai1-0/+1
2006-10-05eliminate rhw divide under some circumstancesKeith Whitwell1-1/+2
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+80