aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: SF: Stop using nr_setup_attrs in compute_masks.Paul Berry2011-09-061-1/+1
* i965: SF: Change calculate_masks to use the VUE map.Paul Berry2011-09-061-4/+4
* i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result.Paul Berry2011-09-061-5/+6
* i965: SF: change get_vert_attr to use the VUE map, and rename it.Paul Berry2011-09-061-9/+14
* i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry2011-09-061-11/+21
* i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt2011-05-261-1/+1
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-3/+2
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-2/+2
* i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt2010-03-081-51/+84
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-2/+4
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-9/+9
* i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul2009-10-291-2/+2
* i965: add support for new chipsetsXiang, Haihao2009-07-131-6/+15
* i965: fixes for JMPIXiang, Haihao2009-07-021-9/+9
* i965: interpolate colors with perspective correction by defaultBrian Paul2009-06-121-4/+8
* i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt2009-03-231-32/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* [i965] flip point spriteZou Nan hai2008-02-141-2/+2
* [i965] gl_FrontFacing supportZou Nan hai2008-02-141-0/+30
* i965: allocate GRF registers before building subroutines,Xiang, Haihao2007-12-191-12/+25
* i965: restore the flag after building the subroutine of theXiang, Haihao2007-12-191-1/+12
* i965: revert commit 1a15b2169ba6cb100627eb525a20a00537cfb6f0,Xiang, Haihao2007-09-121-0/+6
* fix fd.o bug #11804Zou Nan hai2007-08-021-0/+9
* ARB sprite point support on i965Zou Nan hai2007-07-301-0/+80
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+609