aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/fs: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-06-241-2/+4
* i965/fs: Optimize SEL with the same sources into a MOV.Matt Turner2014-06-171-1/+7
* i965/fs: Lower LOAD_PAYLOAD and clean up.Matt Turner2014-06-171-0/+38
* i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.Matt Turner2014-06-171-0/+10
* i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke2014-06-101-0/+6
* i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke2014-06-101-1/+1
* i965/fs: Let the gen < 8 generator know about runtime_check_aads_emitIago Toral Quiroga2014-06-091-1/+1
* i965/fs: Add fs_inst constructor that takes a list of sources.Matt Turner2014-06-011-0/+12
* i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2014-06-011-0/+9
* i965/fs: Clean up fs_inst constructors.Matt Turner2014-06-011-66/+24
* i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner2014-06-011-12/+12
* i965/fs: Store the number of sources an fs_inst has.Matt Turner2014-06-011-10/+11
* i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2014-06-011-0/+8
* i965/fs: Add and use an fs_inst copy constructor.Matt Turner2014-06-011-0/+5
* i965/fs: Debug the optimization passes by dumping instr to file.Matt Turner2014-06-011-12/+41
* i965: Give dump_instructions() a filename argument.Matt Turner2014-06-011-3/+19