i965: Push down inclusion of brw_program.h.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_generator.cpp
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2015-01-20 Ben Widawskyi965: Extract scalar region checking logic
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2015-01-08 Kristian Høgsbergi965/skl: Always use a header for SIMD4x2 sampler messages
2014-12-15 Andres Gomezi965/brw_reg: struct constructor now needs explicit...
2014-12-10 Kristian Høgsbergi965: Prepare for using the ATTR register file in the...
2014-12-10 Kristian Høgsbergi965: Add SIMD8 URB write low-level IR instruction
2014-12-10 Kristian Høgsbergi965: Remove shader program argument and member from...
2014-12-10 Kristian Høgsbergi965: Set shader name for generator from call site
2014-12-10 Kristian Høgsbergi965: Generalize fs_generator further
2014-12-06 Matt Turneri965/fs: Add support for generating the LINE instruction.
2014-12-06 Matt Turneri965: Give compile stats through KHR_debug.
2014-12-05 Matt Turneri965/fs: Move brw_file_from_reg() higher in the file.
2014-12-05 Matt Turneri965/fs: Make brw_reg_from_fs_reg static and remove...
2014-12-02 Matt Turneri965/fs: Treat the FB_WRITE as predicated if we're...
2014-11-28 Kenneth Graunkei965: Set prog_data->uses_kill if simulating alpha...
2014-11-28 Kenneth Graunkei965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_...
2014-11-28 Kenneth Graunkei965/fs: Handle derivative quality decisions in the...
2014-11-26 Matt Turneri965/fs: Add vector float immediate infrastructure.
2014-11-24 Matt Turneri965: Don't overwrite the math function with conditiona...
2014-11-24 Matt Turneri965: Assert that math instructions don't have conditio...
2014-11-21 Matt Turneri965/fs: Move ip_record class to its one use.
2014-11-21 Matt Turneri965: Combine offset/texture_offset fields.
2014-11-15 Kristian Høgsbergi965: Refactor fs_generator API
2014-10-27 Jason Ekstrandi965/fs: Use instruction execution sizes when generatin...
2014-10-02 Jason Ekstrandi965/fs: Use the actual regsister width in brw_reg_from...
2014-10-01 Matt Turneri965/fs: Emit compressed BFI2 instructions on Gen > 7.
2014-09-30 Jason Ekstrandi965/fs: Add a an optional source to the FS_OPCODE_FB_W...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-30 Jason Ekstrandi965/fs: Use the instruction execution size directly...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes to set compres...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/brw_reg: Add a firsthalf function and use it in...
2014-09-30 Jason Ekstrandi965/fs: Use the UW type for the destination of VARYING...
2014-09-29 Matt Turneri965: Use BRW_MATH_DATA_SCALAR when source regioning...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_key...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_data...
2014-09-06 Jordan Justeni965/fs: Don't store gl_fragment_program* in fs_generator
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-06 Jordan Justeni965/fs: Rename fs_generator::prog to shader_prog
2014-09-06 Jordan Justeni965/fs: Add stage variable to fs_generator
2014-08-31 Abdiel Janulguei965/vec4/fs: Count loops in shader debug
2014-08-19 Matt Turneri965: Pass a cfg pointer to generate_{code,assembly}.
2014-08-15 Kristian Høgsbergi965: Add optimization pass to let us use the replicate...
2014-08-15 Chris Forbesi965/fs: Add support for non-const sampler indices...
2014-08-15 Chris Forbesi965/fs: Refactor generate_tex in prep for nonconst...
2014-08-15 Chris Forbesi965/fs: Use brw_adjust_sampler_state_pointer in fs...
2014-08-15 Chris Forbesi965/fs: Generate indirect sends for nonconstant UBO...
2014-08-15 Kenneth Graunkei965: Fix INTDIV math assertions on Broadwell.
2014-08-15 Chris Forbesi965/fs: Support fine/coarse derivative opcodes
2014-08-14 Kenneth Graunkei965: Enable INTDIV in SIMD16 mode.
2014-08-14 Kenneth Graunkei965/fs: Drop "do dual source blending" generator param...
2014-08-12 Kenneth Graunkei965/fs: Don't set flag_subreg_nr = 1 on predicated...
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-09 Chris Forbesi965/fs/Gen4-7: Pass sampler_index to generate_tex
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-02 Kenneth Graunkei965: Replace sizeof(struct gen7_sampler_state) with...
2014-07-12 Chris Forbesi965/fs: add generator support for pixel interpolator...
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turneri965/fs: Add no_dd_{clear,check} fields to fs_inst.
2014-06-30 Kenneth Graunkei965/disasm: Stop using gen8_disassemble in favor of...
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Kenneth Graunkei965: Extend is_haswell checks to gen >= 8 in Gen4...
2014-06-26 Kenneth Graunkei965: Convert fs_generator to the new brw_inst API.
2014-06-17 Matt Turneri965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
2014-06-12 Kenneth Graunkei965/fs: Move FB write default state mashing in a level.
2014-06-12 Kenneth Graunkei965: Fix Haswell discard regressions since Gen4-5...
2014-06-10 Kenneth Graunkei965/fs: Combine generate_math[12]_gen6 methods.
2014-06-10 Kenneth Graunkei965/fs: Drop the generate_math[12]_gen7 methods.
2014-06-10 Kenneth Graunkei965: Rename brw_math to gen4_math.
2014-06-10 Kenneth Graunkei965: Split Gen4-5 and Gen6+ MATH instruction emitters.
2014-06-09 Iago Toral Quirogai965/fs: Add Gen < 6 runtime checks for line antialiasing.
2014-06-09 Iago Toral Quirogai965/fs: Let the gen < 8 generator know about runtime_c...
2014-06-02 Matt Turneri965: Emit compaction stats without walking the assembly.
2014-06-02 Matt Turneri965: Move program header printing to end of generate_c...
2014-06-02 Matt Turneri965: Move annotation info into generate code.
2014-06-02 Kenneth Graunkei965: Put '_default_' in the name of functions that...
2014-06-02 Kenneth Graunkei965: Don't use brw_set_conditionalmod in the FS and...
2014-06-01 Matt Turneri965/fs: Loop from 0 to inst->sources, not 0 to 3.
2014-05-25 Matt Turneri965/fs: Don't modify ann_count if not debugging.
2014-05-25 Matt Turneri965/fs: Use next_insn_offset rather than nr_insn.
2014-05-25 Matt Turneri965: Print disassembly after compaction.
2014-05-25 Matt Turneri965/fs: Make patch_discard_jumps_to_fb_writes return...
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-25 Matt Turneri965/fs+blorp: Remove left over dump_file arguments.
2014-05-25 Matt Turneri965/fs: Don't hardcode DEBUG_WM in generic fs code.
2014-05-25 Matt Turneri965: Pass in start_offset to brw_compact_instructions().
2014-05-19 Kenneth Graunkei965/fs: Rip struct brw_wm_compile out of the visitors...
2014-05-19 Kenneth Graunkei965/fs: Plumb a mem_ctx all the way through the FS...
2014-05-19 Kenneth Graunkei965/fs: Replace c->key with a direct reference in...
2014-05-19 Kenneth Graunkei965/fs: Replace c->prog_data with a direct reference...
2014-05-19 Kenneth Graunkei965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-15 Matt Turneri965: Pass brw_context and assembly separately to brw_d...
2014-05-15 Matt Turneri965: Pull brw_compact_instructions() out of brw_get_pr...
2014-04-17 Kenneth Graunkei965: Retype pre-Gen6 varying pull load destination...
2014-04-17 Juha-Pekka Heikkilai965/fs: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
next