intel/compiler: don't use byte operands for src1 on ICL
[mesa.git] / src / intel / compiler / brw_fs_nir.cpp
2019-06-29 Lionel Landwerlinintel/compiler: don't use byte operands for src1 on ICL
2019-06-06 Ian Romanickintel/fs: Improve discard_if code generation
2019-06-06 Ian Romanickintel/fs: Add need_dest parameter to fs_visitor::nir_em...
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
2019-05-30 Jason Ekstrandintel/fs: Do a stalling MFENCE in endInvocationInterlock()
2019-05-30 Jason Ekstrandintel/fs,vec4: Use g0 as the header for MFENCE
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandintel: Implement abs, neg, and sat in the back-end
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Kenneth Graunkeintel/compiler: Move ICP handle fetching into a helper...
2019-05-03 Caio Marcelo de... intel/fs: Assert when brw_fs_nir sees a nir_deref_instr
2019-04-29 Kenneth Graunkeintel/fs: Don't emit empty ELSE blocks.
2019-04-25 Caio Marcelo de... intel/fs: Don't handle texop_tex for shaders without...
2019-04-22 Rafael Antognolliintel/fs: Move the scalar-region conversion to the...
2019-04-21 Ian Romanickintel/fs: Add support for float16 to the fsign optimiza...
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless image load/store...
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless texture ops
2019-04-19 Jason Ekstrandanv: Implement VK_KHR_shader_atomic_int64
2019-04-18 Ian Romanickintel/fs: Generate better code for fsign multiplied...
2019-04-18 Ian Romanickintel/fs: Add a scale factor to emit_fsign
2019-04-18 Ian Romanickintel/fs: Refactor code generation for nir_op_fsign...
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-18 Iago Toral Quirogaintel/compiler: ask for an integer type if requesting...
2019-04-18 Iago Toral Quirogaintel/compiler: rework conversion opcodes
2019-04-18 Iago Toral Quirogaintel/compiler: drop unnecessary temporary from 32...
2019-04-18 Iago Toral Quirogaintel/compiler: implement 16-bit fsign
2019-04-18 Iago Toral Quirogaintel/compiler: assert restrictions on conversions...
2019-04-18 Iago Toral Quirogaintel/compiler: handle b2i/b2f with other integer conve...
2019-04-18 Iago Toral Quirogaintel/compiler: split float to 64-bit opcodes from...
2019-04-17 Topi Pohjolainenintel/compiler/icl: Use tcs barrier id bits 24:30 inste...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Jason Ekstrandintel/nir: Take a nir_tex_instr and src index in brw_te...
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-09 Caio Marcelo de... intel/fs: Use TEX_LOGICAL whenever implicit lod is...
2019-03-06 Ian Romanickintel/fs: Fix extract_u8 of an odd byte from a 64-bit...
2019-03-06 Ian Romanickintel/fs: nir_op_extract_i8 extracts a byte, not a...
2019-03-05 Jason Ekstrandspirv: Use the same types for resource indices as pointers
2019-03-04 Sagar Ghugenir/glsl: Add another way of doing lower_imul64 for...
2019-03-02 Ian Romanickintel/fs: Don't assert on b2f with a saturate modifier
2019-03-01 Ian Romanickintel/fs: Generate if instructions with inverted conditions
2019-03-01 Ian Romanickintel/fs: Emit better code for b2f(inot(a)) and b2i...
2019-03-01 Ian Romanickintel/fs: Use De Morgan's laws to avoid logical-not...
2019-03-01 Ian Romanickintel/fs: Emit logical-not of operands on Gen8+
2019-03-01 Ian Romanickintel/fs: Refactor ALU source and destination handling...
2019-02-28 Jason Ekstrandintel/fs: Drop the fs_surface_builder
2019-02-15 Jason Ekstrandintel/fs: Bail in optimize_extract_to_float if we have...
2019-02-14 Eric Anholtintel: Use the NIR lowering for isign.
2019-02-11 Jason Ekstrandintel/fs: Use enumerated array assignments in fb read...
2019-02-01 Jason Ekstrandintel/fs: Implement nir_intrinsic_global_atomic_*
2019-02-01 Jason Ekstrandintel/fs: Implement load/store_global with A64 untyped...
2019-02-01 Oscar Blumbergintel/fs: Fix memory corruption when compiling a CS
2019-01-29 Jason Ekstrandintel/fs: Use a logical opcode for IMAGE_SIZE
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2019-01-09 Francisco Jerezintel/fs: Remove nasty open-coded CHV/BXT 64-bit workar...
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-13 Ian Romanicki965/fs: Implement nir_op_uadd_sat
2018-12-12 Jason Ekstrandintel/fs: Support min_lod parameters on texture instruc...
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-03 Matt Turnermesa: Revert INTEL_fragment_shader_ordering support
2018-11-19 Jason Ekstrandintel/fs,vec4: Fix a compiler warning
2018-11-16 Jason Ekstrandintel/compiler: Lower SSBO and shared loads/stores...
2018-11-08 Jason Ekstrandintel/fs: Add an assert to optimize_frontfacing_ternary
2018-11-08 Jason Ekstrandintel/fs: Use the new nir_src_is_const and friends
2018-11-08 Jason Ekstrandintel/fs,vec4: Clean up a repeated pattern with SSBOs
2018-10-31 Jason Ekstrandintel/compiler: Stop assuming the entrypoint is called...
2018-10-11 Jason Ekstrandintel/fs: Fix nir_op_b2[fi] with 64-bit result on Gen8...
2018-10-09 Ian Romanickintel/compiler: Don't handle fsign.sat
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-06 Eric Engestromintel/compiler: remove unused get_image_base_type()
2018-09-05 Alejandro Piñeiroi965/fs: include multisamplers on image_intrinsic_coord...
2018-08-29 Jason Ekstrandintel: Use TXS for image_size when we have a typed...
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-28 Ian Romanicki965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomi...
2018-08-28 Ian Romanicki965/fs: Refactor image atomics to be a bit more like...
2018-08-28 Ian Romanicki965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd...
2018-08-28 Kevin Rogovini965: Add INTEL_fragment_shader_ordering support.
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-08-23 Ian Romanickintel/compiler: Silence unused parameter warnings
2018-08-01 Iago Toral Quirogaintel/compiler: implement 8-bit constant load
2018-08-01 Iago Toral Quirogaintel/compiler: add setup_imm_(u)b helpers
2018-07-26 Kenneth Graunkeintel/compiler: Delete dead VS intrinsic handling.
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-10 Iago Toral Quirogaintel/compiler: emit actual barriers for working-group...
2018-07-09 Jose Maria Casanov... i965/fs: Enable store_ssbo for 8-bit types.
2018-07-09 Jose Maria Casanov... i965/fs: Enable conversions to 8-bit integers
2018-07-09 Jose Maria Casanov... i965: Support for 8-bit base types in helper functions
2018-07-06 Ian Romanicki965/fs: Properly handle sign(-abs(x))
2018-07-04 Neil Robertsi965: Fix output register sizes when variable ranges...
2018-06-28 Francisco Jerezintel/fs: Fix nir_intrinsic_load_helper_invocation...
2018-06-28 Francisco Jerezintel/fs: Rework INTERPOLATE_AT_PER_SLOT_OFFSET
2018-06-28 Francisco Jerezintel/fs: Disable SIMD32 dispatch for fragment shaders...
2018-06-28 Francisco Jerezintel/fs: Disable SIMD32 dispatch on Gen4-6 with contro...
2018-06-23 Jason Ekstrandintel/fs: Use image_deref intrinsics instead of image_var
2018-06-16 Jose Maria Casanov... intel/fs: shuffle_64bit_data_for_32bit_write is not...
2018-06-16 Jose Maria Casanov... intel/fs: Use new shuffle_32bit_write for all 64-bit...
2018-06-16 Jose Maria Casanov... intel/fs: shuffle_32bit_load_result_to_64bit_data is...
next