i965: Add a 'has_side_effects' back-end instruction predicate.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.cpp
2013-11-04 Francisco Jerezi965: Add a 'has_side_effects' back-end instruction...
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
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-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-25 Paul Berryi965/vec4: if register allocation fails, don't try...
2013-10-25 Paul Berryi965/vec4: Add the ability for attributes to be interle...
2013-10-25 Paul Berryi965/vec4: Extract function to set up vec4 prog key...
2013-10-25 Paul Berryi965/vec4: Remove uses_clip_distance from program key.
2013-10-15 Eric Anholti965: Move the common binding table offset code to...
2013-10-15 Eric Anholti965/vec4: Dynamically assign the VS/GS binding table...
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-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-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-08-30 Kenneth Graunkei965/vs: Detect GRF sources in split_virtual_grfs send...
2013-08-30 Eric Anholti965/vs: Fix regression on pre-gen6 with no VS uniforms...
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_THREAD_END.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_URB_WRITE.
2013-08-23 Paul Berryi965/vec4: Virtualize setup_payload instead of setup_at...
2013-08-23 Paul Berryi965/vec4: Allow for dispatch_grf_start_reg to vary.
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-08-19 Kenneth Graunkei965/vs: Plumb brw_vec4_prog_data into vec4_generator().
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
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-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division...
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-18 Paul Berryi965/vec4: Fix hypothetical use of uninitialized data...
2013-04-12 Eric Anholti965: Fix a warning in the release build.
2013-04-12 Matt Turneri965/vs: Print error if vertex shader fails to compile.
2013-04-12 Matt Turneri965: NULL check prog on shader compilation failure.
2013-04-11 Paul Berryi965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
2013-04-11 Paul Berryi965/vs: Generalize attribute setup code in preparation...
2013-04-11 Paul Berryi965/vs: Generalize data structures pointed to by vec4_...
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: Make vec4_vs_visitor class derived from vec4_v...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_key into generic and VS...
2013-04-11 Paul Berryi965/vs: Remove brw_vs_prog_data pointer from brw_vs_co...
2013-04-11 Paul Berryi965/vs: Make type of vec4_visitor::vp more generic.
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-04-10 Eric Anholti965/vs: Use GRFs for pull constant offsets on gen7.
2013-04-10 Eric Anholti965/vs: When asked to make a dst_reg for a src.xxxx...
2013-04-01 Eric Anholti965/vs: Add a pass to set dependency control fields...
2013-03-29 Eric Anholti965: Add names for all instructions to dump_instructio...
2013-03-28 Eric Anholti965/vs: Include URB payload setup in shader_time.
2013-03-28 Eric Anholti965/vs: Use a send from a 2-register VGRF for shader...
2013-03-28 Eric Anholti965/vs: Teach copy propagation about sends from GRFs.
2013-03-28 Eric Anholti965/vs: Prepare split_virtual_grfs() for the presence...
2013-03-28 Eric Anholti965: Track ARB program state along with GLSL state...
2013-03-20 Kenneth Graunkei965/vs: Add IR dumping for immediates.
2013-03-14 Eric Anholti965: Split shader_time entries into separate cachelines.
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 Matt Turneri965/vs/gen7: Allow MATH instructions to have MRF as...
2012-12-28 Eric Anholti965: Add asserts to check that we don't realloc Parame...
2012-12-15 Eric Anholti965: Generalize VS compute-to-MRF for compute-to-anoth...
2012-12-15 Eric Anholti965/vs: Extend opt_compute_to_mrf to handle limited...
2012-12-14 Eric Anholti965: Scale shader_time to compensate for resets.
2012-12-14 Eric Anholti965: Adjust the split between shader_time_end() and...
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-03 Eric Anholti965: Include codegen time in the INTEL_DEBUG=perf...
2012-12-03 Eric Anholti965: Don't leak the IR annotation into later instructions.
2012-11-29 Kenneth Graunkei965/vs: Move struct brw_compile (p) entirely inside...
2012-11-29 Kenneth Graunkei965/vs: Split final assembly code generation out of...
2012-11-29 Kenneth Graunkei965/vs: Move uses of brw_compile from do_vs_prog to...
2012-11-29 Kenneth Graunkei965/vs: Rework memory contexts for shader compilation...
2012-11-29 Kenneth Graunkei965/vs: Pass the brw_context pointer into vec4_visitor...
2012-11-29 Kenneth Graunkei965/vs: Move some functions from brw_vec4_emit.cpp...
2012-10-25 Kenneth Graunkei965/vs: Don't lose the MRF writemask when doing comput...
2012-10-19 Tapani Pällii965/vs: include format argument in debug printf
2012-10-17 Eric Anholti965/vs: Improve live interval calculation.
2012-10-17 Eric Anholti965/vs: Add a little bit of IR-level debug ability.
2012-10-10 Eric Anholti965/vs: Add support for splitting virtual GRFs.
2012-07-06 Eric Anholti965/vs: Move the other two src_reg/dst_reg constructor...
2012-07-06 Eric Anholti965/vs: Move class functions to brw_vec4.cpp.
2011-12-18 Kenneth Graunkei965/vs: Add vec4_instruction::is_tex() query.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-09-20 Eric Anholti965/vs: Add support for compute-to-MRF.
2011-09-20 Eric Anholti965/vs: Add a function for how many MRFs get written...
2011-09-20 Eric Anholti965/vs: Add support for simple algebraic optimizations.
2011-09-09 Eric Anholti965/vs: Add support for copy propagation of the UNIFOR...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-09 Eric Anholti965/vs: Add support for overflowing the number of...
2011-08-30 Eric Anholti965/vs: Pack live uniform vectors together in the...
2011-08-30 Eric Anholti965/vs: Track uniforms as separate vectors once we...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Eric Anholti965/vs: Add simple dead code elimination.
2011-08-19 Eric Anholti965/vs: Copy the live intervals calculation over from...