i965/fs: Use a separate variable to keep track of the last uniform index seen.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2014-02-19 Francisco Jerezi965/fs: Use a separate variable to keep track of the...
2014-02-19 Francisco Jerezi965/fs: Remove fs_reg::retype.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-18 Eric Anholti965/fs: Drop dead comment about the old proj_attrib_ma...
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::sechalf.
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::smear.
2014-02-12 Francisco Jerezi965/fs: Add support for specifying register horizontal...
2014-02-12 Francisco Jerezi965/fs: Add support for sub-register byte offsets...
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-02-07 Juha-Pekka Heikkilai965: Add missing null check in fs_visitor::dead_code_e...
2014-02-06 Kenneth Graunkei965: Fix register types in dump_instructions().
2014-02-05 Chris Forbesi965/fs: Assume FBO rendering in precompile if MRT.
2014-02-05 Chris Forbesi965/fs: Guess nr_color_regions better in precompile
2014-01-29 Matt Turneri965/fs: Add a saturation propagation optimization...
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-21 Anuj Phogati965: Ignore 'centroid' interpolation qualifier in...
2014-01-21 Anuj Phogati965: Use sample barycentric coordinates with per sampl...
2014-01-21 Matt Turneri965/fs: Optimize LRP with x == y into a MOV.
2014-01-21 Matt Turneri965/fs: Print the maximum register pressure.
2014-01-21 Kenneth Graunkei965/fs: Show register pressure in dump_instructions...
2014-01-21 Kenneth Graunkei965: Compute the number of live registers at each IP.
2014-01-21 Matt Turneri965/fs: Call opt_peephole_sel later in the optimizatio...
2014-01-21 Matt Turneri965/fs: Calculate interference better in register_coal...
2014-01-21 Matt Turneri965/fs: Support coalescing registers of size > 1.
2014-01-21 Matt Turneri965/fs: Add a comment explaining how register coalesci...
2014-01-21 Matt Turneri965: Print reg_offset for vgrf of size > 1 in dump_ins...
2014-01-19 Kenneth Graunkei965: Create a new fragment shader backend for Broadwell.
2014-01-17 Eric Anholti965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
2014-01-17 Eric Anholti965: Stop doing our optimization on a copy of the...
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
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.
next