summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Give dump_instruction() a FILE* argument.Matt Turner2014-06-011-51/+57
* i965/fs: Don't use brw_imm_* unnecessarily.Matt Turner2014-05-251-2/+2
* i965/fs: Don't hardcode DEBUG_WM in generic fs code.Matt Turner2014-05-241-1/+2
* i965/fs: Assume fragment color clamping is off when precompiling.Kenneth Graunke2014-05-211-2/+0
* i965/fs: Rip struct brw_wm_compile out of the visitors and generators.Kenneth Graunke2014-05-181-6/+7
* i965/fs: Plumb a mem_ctx all the way through the FS compile.Kenneth Graunke2014-05-181-5/+7
* i965/fs: Replace c->key with a direct reference in fs_visitor.Kenneth Graunke2014-05-181-13/+13
* i965/fs: Replace c->prog_data with a direct reference in fs_visitor.Kenneth Graunke2014-05-181-19/+19
* i965/fs: Move some flags that affect code generation to fs_visitor.Kenneth Graunke2014-05-181-1/+1
* i965/fs: Move payload register info from brw_wm_compile to fs_visitor.Kenneth Graunke2014-05-181-21/+21
* i965/fs: Simplify gl_SampleMaskIn handling.Kenneth Graunke2014-05-181-10/+0