summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_sf_emit.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-29i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.Matt Turner1-2/+0
2014-06-26i965: Convert brw_sf_emit.c to the new brw_inst API.Kenneth Graunke1-3/+4
2014-06-10i965: Rename brw_math to gen4_math.Kenneth Graunke1-14/+14
2014-06-07Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga1-16/+0
2014-06-07i965/sf: Use brw_set_default_predicate_control().Kenneth Graunke1-2/+2
2014-06-02i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke1-6/+6
2014-06-02i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke1-3/+3
2014-06-02i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke1-8/+8
2014-06-02i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke1-11/+8
2014-05-27i965/sf: Replace push/pop in brw_emit_anyprim_setup.Kenneth Graunke1-15/+11
2014-05-27i965/sf: Drop unnecessary push/pop in copy_z_inv_w.Kenneth Graunke1-4/+0
2014-05-27i965/sf: Drop unnecessary push/pop in flatshading code.Kenneth Graunke1-8/+0
2014-05-27i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke1-20/+21
2014-05-27i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke1-0/+14
2014-05-27i965/sf: Drop unnecessary push/pop in do_twoside_color.Kenneth Graunke1-2/+0
2014-05-27i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke1-14/+4
2014-05-24i965: Move brw_land_fwd_jump() to compilation unit of its use.Matt Turner1-0/+16
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-45/+45
2013-08-26i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry1-4/+8
2013-08-23i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry1-16/+4
2013-08-01i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes1-67/+82
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-4/+4
2013-03-24i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.Paul Berry1-1/+1
2013-03-23i965: Clarify nomenclature: vert_result -> varyingPaul Berry1-27/+27
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-24/+24
2012-08-08i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt1-2/+0
2012-03-07i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu1-0/+4
2011-12-26i965: get the jmp distance by instruction indexYuanhan Liu1-4/+4
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-20/+21
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-2/+2
2011-09-06i965: SF: Stop using nr_setup_attrs in compute_masks.Paul Berry1-1/+1
2011-09-06i965: SF: Change calculate_masks to use the VUE map.Paul Berry1-4/+4
2011-09-06i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result.Paul Berry1-5/+6
2011-09-06i965: SF: change get_vert_attr to use the VUE map, and rename it.Paul Berry1-9/+14
2011-09-06i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry1-11/+21
2011-05-26i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt1-1/+1
2011-05-17i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke1-3/+2
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-2/+2
2010-03-08i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt1-51/+84
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-2/+4
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-9/+9
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul1-2/+2
2009-07-13i965: add support for new chipsetsXiang, Haihao1-6/+15
2009-07-02i965: fixes for JMPIXiang, Haihao1-9/+9
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul1-4/+8
2009-03-23i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt1-32/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-02-14[i965] flip point spriteZou Nan hai1-2/+2
2008-02-14[i965] gl_FrontFacing supportZou Nan hai1-0/+30