i965: fix invalid memory write
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
2016-03-22 Marc-André Lureaui965: fix invalid memory write
2016-03-17 Iago Toral Quirogai965: Skip execution size adjustment for instructions...
2016-03-17 Iago Toral Quirogai965: set correct execsize for MOVS with a width of...
2016-03-17 Iago Toral Quirogai965/eu: set execution size for SEND message in brw_sen...
2016-03-17 Iago Toral Quirogai965/eu: set correct execution size in brw_NOP
2016-03-06 Francisco Jerezi965: Pass symbolic swizzle to brw_swizzle() as a singl...
2016-02-26 Jordan Justeni965: Set dest type to UW for several send messages
2016-01-03 Kenneth Graunkei965: Move 3-src subnr swizzle handling into the vec4...
2015-12-11 Kenneth Graunkei965: Make brw_set_message_descriptor() non-static.
2015-11-30 Kenneth Graunkei965: Fix JIP to properly skip over unrelated control...
2015-11-26 Francisco Jerezi965/gen9+: Switch thread scratch space to non-coherent...
2015-11-13 Matt Turneri965: Use BRW_MRF_COMPR4 macro in more places.
2015-11-13 Matt Turneri965: Add and use enum brw_reg_file.
2015-11-13 Matt Turneri965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
2015-10-30 Kristian Høgsbergi965: Fix invalid memory accesses after resizing brw_co...
2015-10-30 Matt Turneri965: Set correct field for indirect align16 addrimm.
2015-10-23 Kristian Høgsberg... i965: Don't use message headers for untyped reads
2015-10-09 Neil Robertsi965/fs: Handle non-const sample number in interpolateA...
2015-09-21 Kenneth Graunkei965: Fix MRF register number assertions for compr4.
2015-09-21 Iago Toral Quirogai965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-09-21 Iago Toral Quirogai965: Move MRF register asserts out of brw_reg.h
2015-09-12 Jason Ekstrandi965/emit: Add assertions for accumulator restrictions
2015-09-02 Ian Romanickmesa: Fix warning about static being in the wrong place
2015-07-07 Francisco Jerezi965/gen4-5: Set ENDIF dst and src0 fields to the null...
2015-06-12 Jordan Justeni965: Add brw_barrier to emit a Gateway Barrier SEND
2015-06-12 Jordan Justeni965: Add brw_WAIT to emit wait instruction
2015-05-28 Matt Turneri965: Silence warning in 3-src type-setting.
2015-05-04 Francisco Jerezi965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
2015-05-04 Francisco Jerezi965: Introduce the BROADCAST pseudo-opcode.
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-27 Zoë BladeFix a few typos
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 brw_inst helpers take a device_info...
2015-04-21 Matt Turneri965/fs: Manually set source regioning on PLN instructions.
2015-04-21 Matt Turneri965/fs: Allow an execution size of 32.
2015-04-21 Matt Turneri965: Replace guess_execution_size with something simpler.
2015-03-20 Francisco Jerezi965: Mask out unused Align16 components in brw_untyped...
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-16 Antia Puentesi965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-02-19 Francisco Jerezi965: Handle F16TO32/F32TO16 with dword src/dst consist...
2015-02-19 Francisco Jerezi965/gen8: Fix F32TO16 in vec4 mode if the source and...
2015-02-04 Matt Turneri965: Remove now unnecessary Gen8 CMP destination type...
2015-01-23 Jason Ekstrandi965/emit: Assert that src1 is not an MRF after doing...
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2015-01-20 Ben Widawskyi965: Extract scalar region checking logic
2014-12-16 Juha-Pekka Heikkilai965: Make validate_reg tables constant
2014-12-06 Matt Turneri965: Set the region of LINE's src0 to <0,1,0>.
2014-11-06 Matt Turneri965: Remove non-existent vertical strides from array.
2014-11-05 Chris Forbesi965: Fix sampler state pointer adjustment for nonconst...
2014-10-27 Jason Ekstrandi965: Use the spill destination for the message header...
2014-10-03 Matt TurnerRevert "i965: Emit ELSE/ENDIF JIP with type D on Gen 7."
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-09-25 Matt Turneri965: Emit ELSE/ENDIF JIP with type D on Gen 7.
2014-09-25 Matt Turneri965: Set JumpCount, not JIP, on ENDIF on Gen 6.
2014-08-15 Chris Forbesi965: Generalize sampler state pointer mangling for...
2014-08-15 Chris Forbesi965: Extract helper function for surface state pointer...
2014-08-15 Chris Forbesi965: Adjust set_message_descriptor to handle non-sends
2014-08-15 Chris Forbesi965: Add low-level support for indirect sends
2014-08-15 Kenneth GraunkeRevert "i965/vec4: Use MOV, not OR, to set URB write...
2014-08-12 Kenneth Graunkei965/eu: Set src0 file to IMM on Gen8+ flow control...
2014-08-12 Kenneth Graunkei965/eu: Refactor brw_WHILE to share a bit more code...
2014-08-12 Kenneth Graunkei965/eu: Emulate F32TO16 and F16TO32 on Broadwell.
2014-08-12 Kenneth Graunkei965/vec4: Use MOV, not OR, to set URB write channel...
2014-08-11 Kenneth Graunkei965/eu: Allow math on immediates on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-11 Kenneth Graunkei965/eu: Set UIP on ELSE instructions on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_patch_break_count only...
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_find_loop_end only...
2014-08-11 Kenneth Graunkei965/eu: Port Broadwell CMP destination type hack to...
2014-08-11 Kenneth Graunkei965/eu: Use Haswell atomic messages on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu...
2014-08-08 Kenneth Graunkei965: Set ExecSize to 16 for loop instructions in SIMD1...
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-08 Kenneth Graunkei965/eu: Drop redundant brw_set_src0/brw_set_dest from...
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.
next