summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_sf.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-16i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes1-1/+2
2012-03-07i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu1-0/+1
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-4/+4
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-2/+1
2011-09-06i965: SF: Remove unnecessary variables.Paul Berry1-2/+0
2011-09-06i965: SF: Remove attr_to_idx and idx_to_attr.Paul Berry1-2/+0
2011-09-06i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry1-1/+4
2011-09-06i965: SF: Move the computation of urb_entry_read_offset.Paul Berry1-0/+1
2011-05-26i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt1-1/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-03-08i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt1-5/+1
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-1/+1
2009-10-29i965: indentation fixBrian Paul1-1/+1
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul1-2/+2
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul1-1/+2
2007-12-19i965: allocate GRF registers before building subroutines,Xiang, Haihao1-4/+4
2007-10-26Merge branch '965-glsl'Zou Nan hai1-1/+1
2007-09-11Fix-up #includes to remove some -I options.Brian1-1/+1
2007-07-30 ARB sprite point support on i965Zou Nan hai1-1/+8
2007-04-12 Initial 965 GLSL supportZou Nan hai1-2/+2
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+105