aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Mark delta_x/y as BAD_FILE if remapped away completely.Kenneth Graunke2014-09-161-5/+14
* i965: Add uses_kill to brw_wm_prog_dataJordan Justen2014-09-051-1/+1
* i965/fs: Don't look at virtual_grf_sizes for uniformsJason Ekstrand2014-09-051-2/+1
* i965/fs: Fix basic block tracking in try_rep_send().Matt Turner2014-09-051-4/+9
* i965/fs: Pass block to insert and remove functions missed earlier.Matt Turner2014-09-051-7/+7
* i965/fs: Use prog rather than fp->Base in fs_visitorJordan Justen2014-09-041-14/+14
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-031-3/+3
* i965/fs: Don't segfault when debug-logging a null programJason Ekstrand2014-09-011-2/+2
* i965/fs: don't pass ir_variable * to emit_samplepos_setup()Connor Abbott2014-09-011-3/+2
* i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()Connor Abbott2014-09-011-3/+3
* i965: Fix GPU hangs when INTEL_DEBUG=no16 is set.Kenneth Graunke2014-08-311-1/+2
* i965: Use basic-block aware insertion/removal functions.Matt Turner2014-08-221-18/+27
* i965: Pass a cfg pointer to generate_{code,assembly}.Matt Turner2014-08-181-7/+9
* i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.Matt Turner2014-08-181-5/+16
* i965/fs: Optimize gl_FrontFacing calculation on Gen6+.Matt Turner2014-08-181-6/+15
* i965: Use ~0 to represent true on Gen >= 6.Matt Turner2014-08-181-3/+3
* i965: Add optimization pass to let us use the replicate data messageKristian Høgsberg2014-08-151-0/+97
* i965: Add an option to not generate the SIMD8 fragment shaderKristian Høgsberg2014-08-151-1/+11
* i965/fs: Add pass to rename registers to break live ranges.Kenneth Graunke2014-08-141-0/+67
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-141-3/+3
* i965: Enable INTDIV in SIMD16 mode.Kenneth Graunke2014-08-131-12/+0
* i965/fs: Drop "do dual source blending" generator parameter.Kenneth Graunke2014-08-131-1/+1
* i965: Never use the Gen8 code generators.Kenneth Graunke2014-08-121-10/+4
* i965: Switch to the EU emit layer for code generation on Broadwell.Kenneth Graunke2014-08-121-1/+1
* i965/fs: Keep track of the register that hold delta_x/delta_y.Matt Turner2014-08-111-0/+14
* i965: Get rid of backend_instruction::samplerChris Forbes2014-08-091-1/+0
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.Kenneth Graunke2014-07-211-1/+6
* Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs"Anuj Phogat2014-07-171-53/+10
* i965/fs: Use WE_all for gl_SampleID header register munging.Kenneth Graunke2014-07-151-5/+9
* i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.Kenneth Graunke2014-07-151-6/+8
* exec_list: Make various places use the new length() method.Connor Abbott2014-07-151-4/+1
* i965/fs: add generator support for pixel interpolator queryChris Forbes2014-07-131-0/+8
* i965: Extend compute-to-mrf pass to understand blocks of MOVsKristian Høgsberg2014-07-071-10/+53
* i965: Make a brw_predicate enum.Matt Turner2014-07-051-1/+1
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-2/+4
* i965: Use enum brw_reg_type for register types.Matt Turner2014-07-051-1/+1
* i965: Move is_zero/one/null/accumulator into backend_reg.Matt Turner2014-07-051-36/+0
* i965: Use immediate storage in brw_reg for visitor regs.Matt Turner2014-07-051-13/+14
* i965: Update a ton of comments about constant buffers.Eric Anholt2014-07-021-0/+3
* i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt2014-07-021-2/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-8/+4
* i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-18/+6
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-35/+13
* i965/fs: Use is_head_sentinel() instead of ->prev == NULL.Matt Turner2014-07-011-1/+1
* i965/fs: Mark predicated PLN instructions with dependency hints.Matt Turner2014-06-301-4/+9
* i965/fs: Predicate PLN instructions used in unlit centroid WA.Matt Turner2014-06-301-6/+14
* i965/fs: Pass const references to emit functions.Matt Turner2014-06-301-6/+7
* i965/fs: Pass const references to instruction functions.Matt Turner2014-06-301-5/+8
* i965: Make can_do_source_mods() a member of the instruction classes.Matt Turner2014-06-251-4/+4