summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf_emit.c
Commit message (Expand)AuthorAgeFilesLines
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-7/+7
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-6/+5
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-12/+12
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-4/+2
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-4/+3
* i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.Matt Turner2014-09-291-2/+0
* i965: Convert brw_sf_emit.c to the new brw_inst API.Kenneth Graunke2014-06-261-3/+4
* i965: Rename brw_math to gen4_math.Kenneth Graunke2014-06-101-14/+14
* Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga2014-06-071-16/+0
* i965/sf: Use brw_set_default_predicate_control().Kenneth Graunke2014-06-071-2/+2
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-6/+6
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-021-3/+3
* i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke2014-06-021-8/+8
* i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke2014-06-021-11/+8
* i965/sf: Replace push/pop in brw_emit_anyprim_setup.Kenneth Graunke2014-05-271-15/+11
* i965/sf: Drop unnecessary push/pop in copy_z_inv_w.Kenneth Graunke2014-05-271-4/+0
* i965/sf: Drop unnecessary push/pop in flatshading code.Kenneth Graunke2014-05-271-8/+0
* i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke2014-05-271-20/+21
* i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke2014-05-271-0/+14
* i965/sf: Drop unnecessary push/pop in do_twoside_color.Kenneth Graunke2014-05-271-2/+0
* i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke2014-05-271-14/+4
* i965: Move brw_land_fwd_jump() to compilation unit of its use.Matt Turner2014-05-241-0/+16
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-45/+45
* 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