summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-1/+0
* i965: old VS: use the VUE map to compute the URB entry size.Paul Berry2011-09-061-1/+0
* i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...Paul Berry2011-09-061-1/+1
* i965/vs: Run the shader backend at link time and return compile failures.Eric Anholt2011-08-161-1/+2
* i965: Set up allocation of a VS scratch space if required.Eric Anholt2011-08-161-0/+1
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-1/+2
* i965: Add support for GL_FIXED vertex attributes.Eric Anholt2011-06-101-0/+4
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-201-0/+1
* i965: support for two-sided lighting on SandybridgeXiang, Haihao2010-12-101-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt2010-05-171-1/+1
* i965: Upload as many VS constants as possible through the push constants.Eric Anholt2010-01-191-0/+1
* i965: Only set up the stack register if it's going to get used.Eric Anholt2010-01-181-0/+2
* i965: first attempt at handling URB overflow when there's too many vs outputsBrian Paul2009-06-301-0/+1
* i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-271-2/+0
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-141-0/+7
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-1/+0
* Remove TNL-to-VP tracking from i965Ian Romanick2008-09-281-4/+0
* Merge branch '965-glsl'Zou Nan hai2007-10-261-0/+6
|\
| * support branch and loop in pixel shaderZou Nan hai2007-06-211-0/+5
| * support nested function callZou Nan hai2007-04-301-1/+1
| * Initial 965 GLSL supportZou Nan hai2007-04-121-0/+1
* | Fix-up #includes to remove some -I options.Brian2007-09-111-1/+1
|/
* eliminate rhw divide under some circumstancesKeith Whitwell2006-10-051-1/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+80