i965/fs: add support for BRW_OPCODE_AVG in fs_generator
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
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...
2011-12-26 Yuanhan Liui965: get the jmp distance by instruction index
2011-12-26 Yuanhan Liui965: let the if_stack just store the instruction index
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Paul Berryi965 gen6+: Use 1-wide null operands for IF instructions
2011-12-08 Paul Berryi965: Only convert if/else to conditional adds prior...
2011-12-02 Kenneth Graunkei965: Make gen6_resolve_implied_move a no-op for MRF...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-17 Eric Anholti965/gen4: Fix sampling from integer textures.
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-10-19 Brian Pauli965: remove unused vars in brw_set_ff_sync_message()
2011-10-18 Kenneth Graunkei965: Rename pixel_scoreboard_clear to last_render_targ...
2011-10-18 Kenneth Graunkei965: Factor out code for setting Message Descriptors.
2011-10-18 Kenneth Graunkei965: Remove EOT parameter from brw_SAMPLE and brw_set_...
2011-10-18 Kenneth Graunkei965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and...
2011-10-18 Kenneth Graunkei965: Clarify check for which cache to use on Gen6...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-08 Kenneth Graunkei965: Fix inconsistent indentation in brw_eu_emit.c.
2011-10-03 Kenneth Graunkei965: Set the signed/unsigned type bit in Gen4/5 math...
2011-10-03 Kenneth Graunkei965: Fix message and response length calculations...
2011-10-03 Kenneth Graunkei965: Fix assertions about register types for INT DIV...
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
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 Kenneth Graunkei965/gen7: Use align1 mode to set URB_WRITE_HWORD chann...
2011-08-16 Eric Anholti965/gen6: Force WHILE exec size to 8.
2011-08-16 Eric Anholti965: Fix assertion failure on a loop consisting of...
2011-08-16 Eric Anholti965: Make some EU emit code for DP read/write messages...
next