i965: Let the caller of brw_set_dp_write/read_message control the target cache.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
2016-12-15 Francisco Jerezi965: Let the caller of brw_set_dp_write/read_message...
2016-12-06 Matt Turneri965: Emit proper NOPs.
2016-10-04 Timothy Arcerii965: fix unused variable warning in gen7_block_read_sc...
2016-09-21 Jason Ekstrandi965/fs: Take Dispatch/Vector mask into account in...
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-31 Matt Turneri965: Pass start_offset to brw_set_uip_jip().
2016-08-26 Francisco Jerezi965/eu: Add codegen support for the Gen9+ render targe...
2016-08-26 Francisco Jerezi965/eu: Take into account the target cache argument...
2016-07-14 Samuel Iglesias... i965/eu: set DF imm value to the source of DIM
2016-07-14 Samuel Iglesias... i965: enable the emission of the DIM instruction
2016-06-04 Francisco JerezRevert "i965/fs: Allow scalar source regions on SNB...
2016-06-02 Alejandro Piñeiroi965/eu: use simd8 when exec_size != EXECUTE_16
2016-05-31 Francisco Jerezi965/fs: Allow scalar source regions on SNB math instru...
2016-05-28 Francisco Jerezi965/ir: Make BROADCAST emit an unmasked single-channel...
2016-05-28 Francisco Jerezi965/fs: Allow specifying arbitrary quarter control...
2016-05-28 Francisco Jerezi965/fs: Allow specifying arbitrary execution sizes...
2016-05-28 Francisco Jerezi965/fs: Implement scratch reads and writes of 4 GRFs...
2016-05-28 Francisco Jerezi965/eu: Fix Gen7+ DP scratch message size calculation...
2016-05-28 Francisco Jerezi965/eu: Set execution size explicitly for memory fence...
2016-05-28 Francisco Jerezi965/eu: Consider QtrCtrl 3Q-4Q in typed surface messag...
2016-05-28 Francisco Jerezi965/fs: Clean up remaining uses of dispatch_width...
2016-05-28 Francisco Jerezi965/eu: Use current exec size instead of p->compressed...
2016-05-28 Francisco Jerezi965/eu: Stop using p->compressed to specify the exec...
2016-05-28 Francisco Jerezi965/eu: Fix a bunch of compression control bugs in...
2016-05-25 Matt Turneri965: Mark fallthrough in switch statement.
2016-05-16 Kenneth Graunkei965: Fix JIP to skip over sibling do...while loops.
2016-05-16 Kenneth Graunkei965: Make a "does this while jump before our instructi...
2016-05-10 Iago Toral Quirogai965: two-argument instructions can only use 32-bit...
2016-05-10 Connor Abbotti965/eu: add support for DF immediates
2016-05-10 Topi Pohjolaineni965/eu: Allow 3-src float ops with doubles
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-22 Marc-André Lureaui965: fix invalid memory write
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
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-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-06 Francisco Jerezi965: Pass symbolic swizzle to brw_swizzle() as a singl...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-26 Jordan Justeni965: Set dest type to UW for several send messages
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-03 Kenneth Graunkei965: Move 3-src subnr swizzle handling into the vec4...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-11 Kenneth Graunkei965: Make brw_set_message_descriptor() non-static.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Neil Robertsi965/fs: Handle non-const sample number in interpolateA...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
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-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-07 Francisco Jerezi965/gen4-5: Set ENDIF dst and src0 fields to the null...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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>.
next