summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_sf_state.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09i965/gen6: Add support for gl_PointCoord.Eric Anholt1-0/+3
2011-06-09i965/gen6: Fix point sprite texture coordinate overrides.Eric Anholt1-7/+7
2011-06-09i965/gen6: Refactor SF setup a bit to handle overrides in one place.Eric Anholt1-19/+24
2011-05-18i965/gen6: Add support for point min/max size from ARB_point_parameters.Eric Anholt1-2/+7
2011-05-17i965: Make gen6_sf_state.c's get_attr_override non-static.Kenneth Graunke1-1/+1
2011-02-22i965: Increase Sandybridge point size clamp.Kenneth Graunke1-1/+1
2011-02-22i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke1-0/+2
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-1/+1
2010-12-10i965: support for two-sided lighting on SandybridgeXiang, Haihao1-3/+29
2010-12-06i965: fix for flat shading on SandybridgeXiang, Haihao1-2/+9
2010-12-04i965: Update gen6 SF state on fragment program change too.Eric Anholt1-1/+3
2010-12-02i965: add support for polygon mode on Sandybridge.Xiang, Haihao1-0/+42
2010-10-28i965: Update gen6 SF state when point state (sprite or attenuation) changes.Eric Anholt1-0/+1
2010-10-28i965: Add user clip planes support to gen6.Eric Anholt1-2/+10
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-08i965: Enable attribute swizzling (repositioning) in the gen6 SF.Eric Anholt1-1/+2
2010-10-06i965: Fix gen6 pointsize handling to match pre-gen6.Eric Anholt1-1/+2
2010-09-28i965: fix point sprite on sandybridgeZhenyu Wang1-3/+11
2010-09-28i965: enable polygon offset on sandybridgeZhenyu Wang1-0/+3
2010-09-28i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt1-12/+17
2010-07-19i965: Don't set up VUE space for the disabled user clip distances on gen6.Eric Anholt1-1/+1
2010-06-12i965: Fix gen6 front cull mode.Eric Anholt1-1/+1
2010-03-05i965: Try to assign SNB SF inputs to outputs.Eric Anholt1-2/+41
2010-03-05i965: Fix the SNB SF input size.Eric Anholt1-1/+1
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-1/+0
2010-02-25i965: Untested Sandybridge SF setup.Eric Anholt1-0/+149