glsl: introduce data section to ir_variable
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-07 Chris Forbesi965: Add shader opcode for sampling MCS surface
2013-12-05 Matt Turneri965/fs: New peephole optimization to flatten IF/BREAK...
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.
2013-12-05 Matt Turneri965/fs: Add SEL() convenience function.
2013-12-05 Matt Turneri965: Print conditional mod in dump_instruction().
2013-12-05 Matt Turneri965: Print argument types in dump_instruction().
2013-12-05 Matt Turneri965/fs: Print ARF registers properly in dump_instructi...
2013-12-05 Matt Turneri965: Don't print extra (null) arguments in dump_instru...
2013-12-05 Matt Turneri965/fs: Rename register_coalesce_2() -> register_coale...
2013-12-05 Matt Turneri965/fs: Remove now useless register_coalesce() pass.
2013-12-05 Matt Turneri965/fs: Let register_coalesce_2() eliminate self-moves.
2013-11-27 Kenneth Graunkei965: Always reserve binding table space for at least...
2013-11-27 Francisco Jerezi965/fs: Fix misleading comment.
2013-11-23 Eric Anholti965/fs: Make the first pre-allocation heuristic be...
2013-11-20 Matt Turneri965: Add a pass to remove dead control flow.
2013-11-20 Matt Turneri965/fs: Use source's original type in register_coalesce().
2013-11-16 Kenneth Graunkei965/fs: Remove force_sechalf stack
2013-11-16 Matt Turneri965: Assert that IF with cmod is Gen6 only.
2013-11-12 Eric Anholti965/fs: Try a different pre-scheduling heuristic if...
2013-11-12 Eric Anholti965/fs: Do instruction pre-scheduling just before...
2013-11-06 Chris Forbesi965/fs: Gen4-5: Implement alpha test in shader for MRT
2013-11-06 Chris Forbesi965/fs: Gen4-5: Setup discard masks for MRT alpha...
2013-11-04 Francisco Jerezi965: Add a 'has_side_effects' back-end instruction...
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SamplePosition
2013-11-01 Matt Turneri965/fs: Optimize saturating SEL.G(E) with imm val...
2013-11-01 Matt Turneri965/fs: Optimize saturating SEL.L(E) with imm val...
2013-11-01 Matt Turneri965/fs: Optimize OR with identical sources into a...
2013-10-31 Matt Turneri965/fs: Add reads_flag() and writes_flag() to fs_inst.
2013-10-31 Matt Turneri965/fs: Add is_null() method to fs_reg.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-31 Eric Anholti965/fs: Fix broken register spilling debug code.
2013-10-29 Eric Anholti965/fs: Drop our dead push constants before overflowin...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped surfac...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped atomic...
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-22 Kenneth Graunkei965: Only emit interpolation setup if there are actual...
2013-10-17 Matt Turneri965/fs: Handle printing HW_REGS in dump_instruction().
2013-10-15 Paul Berryi965/fs: Remove bogus field prog_data->dispatch_width.
2013-10-15 Eric Anholti965: Move the common binding table offset code to...
2013-10-15 Eric Anholti965/fs: Dynamically set up the WM binding table offsets.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-14 Matt Turneri965: Don't copy prop source mods into instructions...
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Use per-channel interference for register_coal...
2013-10-10 Eric Anholti965/fs: Use the new per-channel live ranges for dead...
2013-10-10 Kenneth Graunkei965/fs: Invalidate live intervals when compacting...
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-10-09 Chia-I Wui965: keep SecHalf flag after register coalescing
2013-10-07 Matt Turneri965: Remove the "ARF" register file.
2013-10-07 Matt Turneri965: Fixup for don't dead-code eliminate instructions...
2013-10-07 Matt Turneri965: Don't dead-code eliminate instructions that write...
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-09-16 Paul Berryi965/fs: When >64 input components, order them to match...
2013-09-16 Paul Berryi965/fs: Simplify computation of key.input_slots_valid...
2013-09-16 Paul Berryi965/fs: Stop wasting input attribute space on gl_FragC...
2013-09-16 Paul Berryi965/fs: Change brw_wm_prog_data::urb_read_length to...
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-08-30 Kenneth Graunkei965/fs: Detect GRF sources in split_virtual_grfs send...
2013-08-27 Matt Turneri965/fs: Add support for translating ir_triop_fma into...
2013-08-20 Kenneth Graunkei965: Shorten sampler loops in precompile key setup.
2013-08-16 Matt Turneri965: Don't copy propagate bitcasts with source modifiers.
2013-08-12 Kenneth Graunkei965/fs: Add dump_instruction() support for ARF destina...
2013-08-12 Kenneth Graunkei965/fs: Remove extraneous newline in dump_instruction...
2013-08-12 Kenneth Graunkei965/fs: Consider predicated SEL instructions as whole...
2013-08-12 Kenneth Graunkei965/fs: Log a performance warning if skipping 16-wide...
2013-08-01 Chris Forbesi965 Gen4/5: Generalize SF interpolation setup for...
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds...
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-29 Chris Forbesi965/fs: Don't try to use bogus interpolation modes...
2013-04-25 Eric Anholti965: Avoid recompiles for fragment clamping on non...
2013-04-12 Eric Anholti965: Silence one more compile warning.
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965/fs: Fix some untriggered optimization bugs with...
2013-04-12 Eric Anholti965/fs: Add basic-block-level dead code elimination.
2013-04-12 Eric Anholti965/fs: Remove incorrect note of writing attr in centr...
2013-04-12 Eric Anholti965/fs: Add a helper function for checking for partial...
2013-04-12 Matt Turneri965: NULL check prog on shader compilation failure.
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-04-04 Kenneth Graunkei965: Remove now dead brw_wm_prog_key::proj_attrib_mask...
2013-04-04 Kenneth Graunkei965: Remove fixed-function texture projection avoidanc...
2013-04-01 Eric Anholti965/fs: Use LD messages for pre-gen7 varying-index...
next