i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
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...
2013-04-01 Eric Anholti965/fs: Don't double-emit SEND dependency workarounds...
2013-04-01 Eric Anholti965/fs: Bake regs_written into the IR instead of recom...
2013-04-01 Eric Anholti965/fs: Improve performance of varying-index uniform...
2013-04-01 Eric Anholti965/fs: Avoid inappropriate optimization with regs_wri...
2013-04-01 Eric Anholti965: Make the fragment shader pull constants index...
2013-04-01 Eric Anholti965/fs: Move varying uniform offset compuation into...
2013-04-01 Eric Anholti965/fs: Remove creation of a MOV instruction that...
2013-03-29 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for fragment shaders...
2013-03-29 Eric Anholti965: Add names for all instructions to dump_instructio...
2013-03-29 Matt Turneri965/fs: Generate LOD sampler message from ir_lod.
2013-03-28 Eric Anholti965/fs: Include everything but the final FB write...
2013-03-28 Eric Anholti965/fs: Switch shader_time writes to using GRFs.
2013-03-28 Eric Anholti965: Track ARB program state along with GLSL state...
2013-03-24 Paul Berryi965/fs: Rename vp_outputs_written to input_slots_valid.
2013-03-19 Paul Berryi965/fs: Avoid unnecessary recompiles due to POS bit...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryGet rid of _mesa_vert_result_to_frag_attrib().
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berryi965: Change fragment input related bitfields to 64...
2013-03-14 Eric Anholti965: Split shader_time entries into separate cachelines.
2013-03-11 Eric Anholti965/fs: Also do the gen4 SEND dependency workaround...
2013-03-11 Eric Anholti965/fs: Switch to using sampler LD messages for unifor...
2013-03-11 Eric Anholti965/fs: Fix broken rendering in large shaders with...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-01 Chris Forbesi965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-28 Matt Turneri965/fs/gen7: Allow MATH instructions to have MRF as...
2013-02-28 Matt Turneri965/fs: Remove duplicate scan_inst->mlen check
2013-02-22 Eric Anholti965/fs: Fix broken math on values loaded from uniform...
2013-02-19 Eric Anholti965/fs: Delay setup of uniform loads until after pre...
2013-02-19 Eric Anholti965/fs: Add a bit more instruction dumping useful...
2013-02-15 Eric Anholti965/fs: Do a general SEND dependency workaround for...
2013-02-14 Eric Anholti965/fs: Use a helper function for checking for flow...
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-12 Kenneth Graunkei965: Add an INTEL_DEBUG=no16 option.
2012-12-28 Eric Anholti965/fs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-28 Eric Anholti965: Add asserts to check that we don't realloc Parame...
2012-12-15 Eric Anholti965/fs: Drop an unnecessary _safe on a list walk.
2012-12-15 Eric Anholti965/fs: Add a note explaining a detail of register_coa...
2012-12-14 Eric Anholti965/fs: Move the failure for gen7 16-wide intdiv to...
2012-12-14 Chris Forbesi965: fs: fix gen6+ math operands in one place
next