i965: Add memory fence opcode.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu.h
2015-05-04 Francisco Jerezi965: Add memory fence opcode.
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-05-04 Francisco Jerezi965: Fix the untyped surface opcodes to deal with...
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965: Remove the context field from brw_compiler
2015-04-22 Jason Ekstrandi965: Make the disassembler take a device_info instead...
2015-04-22 Jason Ekstrandi965: Make instruction compaction take a device_info...
2015-04-22 Jason Ekstrandi965: Make the brw_inst helpers take a device_info...
2015-04-22 Jason Ekstrandi965/eu: Add a devinfo parameter to brw_compile
2015-04-21 Matt Turneri965: Replace guess_execution_size with something simpler.
2015-03-20 Francisco Jerezi965: Pass number of components explicitly to brw_untyp...
2015-03-20 Francisco Jerezi965: Factor out logic to build a send message instruct...
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-02-27 Kenneth Graunkei965/fs: Introduce brw_negate_cmod().
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2014-09-30 Jason Ekstrandi965/fs: Add a an optional source to the FS_OPCODE_FB_W...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-29 Matt Turneri965: Use BRW_MATH_DATA_SCALAR when source regioning...
2014-08-15 Chris Forbesi965: Extract helper function for surface state pointer...
2014-08-15 Chris Forbesi965: Add low-level support for indirect sends
2014-08-11 Kenneth Graunkei965/eu: Update jump distance scaling for Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-07-12 Chris Forbesi965: add low-level support for send to pixel interpolator
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-06-26 Matt Turneri965: Pass brw to brw_try_compact_instruction().
2014-06-26 Matt Turneri965: Replace struct brw_compact_instruction with brw_c...
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Kenneth Graunkei965: Convert brw_eu.[ch] to use the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Pass brw into next_offset().
2014-06-17 Matt TurnerRevert "i965: Add 'wait' instruction support"
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-08 Iago Toral QuirogaRevert "i965: Move brw_land_fwd_jump() to compilation...
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: Create a "brw_last_inst" convenience macro.
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/sf: Move brw_compile::flag_value to brw_sf_compile.
2014-05-27 Kenneth Graunkei965/sf: Move brw_set_predicate_control_flag_value...
2014-05-25 Matt Turneri965: Move brw_land_fwd_jump() to compilation unit...
2014-05-25 Matt Turneri965: Move next_offset() to brw_eu.h for use elsewhere.
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-25 Matt Turneri965: Pass in start_offset to brw_compact_instructions().
2014-05-19 Kenneth Graunkei965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-15 Matt Turneri965: Pass brw_context and assembly separately to brw_d...
2014-05-15 Matt Turneri965: Delete current_insn() function.
2014-04-17 Juha-Pekka Heikkilai965/vec4: Add support for the MAC instruction.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Replace non-standard INLINE macro with "inline".
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-11-16 Kenneth Graunkei965: Move enum brw_urb_write_flags from brw_eu.h to...
2013-10-31 Eric Anholti965/fs: Use the gen7 scratch read opcode when possible.
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-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
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-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-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-04-01 Eric Anholti965: Remove the old brw_optimize() code.
2013-03-28 Eric Anholti965/fs: Switch shader_time writes to using GRFs.
2013-02-28 Kenneth Graunkei965: Add support for emitting the LRP instruction.
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2012-12-15 Kenneth Graunkei965: Split struct brw_reg out from brw_eu.h into its...
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-11 Eric Anholti965/fs: Add an instruction flag for choosing the flag...
2012-12-11 Eric Anholti965: Let brw_flag_reg() choose the flag reg and subreg.
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-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 Kenneth Graunkei965: Add support for instruction compaction on Gen7.
2012-09-17 Eric Anholti965: Add support for instruction compaction.
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-08-08 Eric Anholti965: Make brw_set_saturate() use stdbool.
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-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-04-09 Kenneth Graunkei965: Remove vestiges of function call support from...
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-01-27 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
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_DO()/brw_WHILE()...
next