util: Move ralloc to a new src/util directory.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-12 Chris Forbesi965: add low-level support for send to pixel interpolator
2014-07-11 Chris Forbesi965: Fix two broken asserts in brw_eu_emit
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Kenneth Graunkei965: Convert brw_eu_emit.c to the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Pass brw into next_offset().
2014-06-17 Matt Turneri965: Silence warning about unused brw in release builds.
2014-06-17 Matt TurnerRevert "i965: Add 'wait' instruction support"
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
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-10 Kenneth Graunkei965: Don't set the "switch" flag on control flow instr...
2014-06-08 Iago Toral QuirogaRevert "i965: Move brw_land_fwd_jump() to compilation...
2014-06-08 Kenneth Graunkei965: Fix else and brace placement in brw_eu_emit.c.
2014-06-08 Kenneth Graunkei965: Drop the remaining default predication whacking.
2014-06-02 Kenneth Graunkei965: Put '_default_' in the name of functions that...
2014-06-02 Kenneth Graunkei965: Delete brw_set_conditionalmod.
2014-06-02 Kenneth Graunkei965: Stop setting predication from brw_set_conditionalmod.
2014-06-02 Kenneth Graunkei965: Make brw_JMPI set predicate_control based on...
2014-06-02 Kenneth Graunkei965: Remove the dst and src0 parameters from brw_JMPI.
2014-05-27 Kenneth Graunkei965: Don't implicitly set predicate default state...
2014-05-26 Matt Turneri965: Switch types D->UD when possible to allow compaction.
2014-05-25 Matt Turneri965: Remove useless typo'd debugging messages.
2014-05-25 Matt Turneri965: Move brw_land_fwd_jump() to compilation unit...
2014-05-25 Matt Turneri965: Emit 0.0:F sources with type VF instead.
2014-05-25 Matt Turneri965: Emit ARF:UD for non-present src1 on Gen6+.
2014-05-25 Matt Turneri965: Move next_offset() to brw_eu.h for use elsewhere.
2014-05-25 Matt Turneri965: Rename next_ip() -> next_offset().
2014-05-14 Matt Turneri965: Reformat brw_set_src1 so it can be easily found...
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-18 Eric Anholti965/fs: Use conditional sends to do FB writes on HSW+.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-06 Eric Anholti965: Warning fix
2013-12-20 Kenneth Graunkei965: Add support for Broadwell's new register types.
2013-12-20 Kenneth Graunkei965: Add BRW_REGISTER_TYPE_DF.
2013-12-20 Kenneth Graunkei965: Abstract BRW_REGISTER_TYPE_* into an enum with...
2013-12-05 Kenneth Graunkei965: Don't use GL types in files shared with intel...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from files shared with...
2013-10-31 Eric Anholti965/fs: Use the gen7 scratch read opcode when possible.
2013-10-29 Francisco Jerezi965: Simplify the shader time code by using atomic...
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-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-09 Chia-I Wui965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-09-19 Kenneth Graunkei965: Fix writemask != 0 assertions on Sandybridge.
2013-09-11 Paul Berryi965/gen7: Add the ability to send URB_WRITE_OWORD...
2013-09-11 Paul Berryi965/gen7: Allow URB_WRITE channel masks to be used.
2013-09-11 Kenneth Graunkei965: Add an assertion that writemask != NULL for non...
2013-09-05 Matt Turneri965: Remove never used RSR and RSL opcodes.
2013-08-26 Paul Berryi965: Allow C++ type safety in the use of enum brw_urb_...
2013-08-23 Paul Berryi965/gs: Add a flag allowing URB write messages to...
2013-08-23 Paul Berryi965: Combine 4 boolean args of brw_urb_WRITE into...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for why the fake MRF range...
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-06-26 Kenneth Graunkei965: Remove broken source type assertions from brw_alu3().
2013-06-26 Kenneth Graunkei965: Add back strict type assertions for MAD and LRP.
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-05-06 Matt Turneri965/gen7: Set src/dst types for 3-src instructions.
2013-04-22 Matt Turneri965: Apply CMP NULL {Switch} work-around to other...
2013-04-19 Matt TurnerRevert "i965: Check reg.nr for BRW_ARF_NULL instead...
2013-04-18 Matt Turneri965: Check reg.nr for BRW_ARF_NULL instead of reg...
2013-04-18 Matt Turneri965: Implement work-around for CMP with null dest...
2013-03-28 Eric Anholti965/fs: Switch shader_time writes to using GRFs.
2013-03-24 Paul Berryi965/gen7: Use WE_all mode when enabling channel masks...
2013-03-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for Haswell.
2013-02-28 Kenneth Graunkei965: Add support for emitting the LRP instruction.
2013-02-28 Matt Turneri965/gen7: Relax restrictions on fake MRFs
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-03 Vinson Leei965: Add break statement at end of BRW_OPCODE_CONTINUE...
2012-12-14 Eric Anholti965: Also consider HALTs a potential block end.
2012-12-14 Kenneth Graunkei965: Jump to the end of the next outer conditional...
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-05 Eric Anholti965: Add a header_present flag for setting up dp read...
2012-12-05 Eric Anholti965/gen7: Add some safety checks for send messages...
2012-11-08 Vinson Leei965: Fix assertion in brw_alu3.
2012-11-01 Kenneth Graunkei965: Remove VS constant buffer read support from brw_e...
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
2012-09-17 Eric Anholti965: Prepare the break/cont uip/jip setting for compac...
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-07-26 Paul Berryi965: Use sendc for all render target writes on Gen6+.
2012-07-20 Paul Berryi965: Add support for AVG instruction.
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-02-21 Kenneth Graunkei965: Only set Last Render Target Select on the last...
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-01-30 Eric Anholti965/fs: Fix rendering corruption in unigine tropics.
2012-01-27 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2012-01-18 Kenneth Graunkei965: Bump Ivybridge's fake MRF range to g112-127 inste...
2012-01-02 Eric Anholti965: Silence gcc warning from resizing EU store changes.
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
2011-12-26 Yuanhan Liui965: call next_insn() before referencing a instruction...
next