summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry2013-08-261-4/+8
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-16/+4
* i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes2013-08-011-67/+82
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-4/+4
* i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.Paul Berry2013-03-241-1/+1
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-27/+27
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-24/+24
* i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt2012-08-081-2/+0
* i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu2012-03-071-0/+4
* i965: get the jmp distance by instruction indexYuanhan Liu2011-12-261-4/+4
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-20/+21
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-2/+2
* 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