intel/fs/ra: Move assign_regs further down in the file
[mesa.git] / src / intel / compiler /
2019-05-14 Jason Ekstrandintel/fs/ra: Move assign_regs further down in the file
2019-05-14 Jason Ekstrandintel/fs/ra: Split building the interference graph...
2019-05-14 Jason Ekstrandintel/fs/ra: Initialize grf_used with first_non_payload_grf
2019-05-14 Jason Ekstrandintel/fs/ra: Stop adding RA interference to too many...
2019-05-14 Jason Ekstrandintel/fs/ra: Only add dest interference to sources...
2019-05-14 Jason Ekstrandintel/fs: Stop doing extra RA calls
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Don't walk all the ACPs for each...
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Purge unused ACPs
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Bump the hash table size to 64
2019-05-07 Matt Turnerintel/compiler: Unset flag reg when FB write is not...
2019-05-07 Sagar Ghugeintel/disasm: Disassemble immediate value properly...
2019-05-07 Sagar Ghugeintel/disasm: Disassemble JIP offset for while
2019-05-07 Sagar Ghugeintel/compiler: Replicate 16 bit immediate value correctly
2019-05-07 Sagar Ghugeintel/compiler: Print quad value in hex format
2019-05-07 Ian Romanickintel/compiler: Don't always require precise lowering...
2019-05-07 Ian Romanickintel/compiler: Use the flrp lowering pass for all...
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-03 Caio Marcelo de... intel/fs: Assert when brw_fs_nir sees a nir_deref_instr
2019-04-29 Eric Engestromdelete autotools .gitignore files
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-25 Topi Pohjolainenintel/compiler/fs/icl: Use dummy masked urb write for...
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-24 Dave Airlieintel/compiler: fix uninit non-static variable. (v2)
2019-04-24 Ian Romanickintel/fs: Fix D to W conversion in opt_combine_constants
2019-04-24 Ian Romanickintel/compiler: Lower ffma on Gen4 and Gen5
2019-04-24 Ian Romanickintel/compiler: Don't have sepearate, per-Gen nir_options
2019-04-22 Matt Turnerintel/compiler: Improve fix_3src_operand()
2019-04-22 Matt Turnerintel/compiler: Add unit tests for sat prop for differe...
2019-04-22 Matt Turnerintel/compiler: Use SIMD16 instructions in fs saturate...
2019-04-22 Rafael Antognolliintel/fs: Remove fs_generator::generate_linterp from...
2019-04-22 Rafael Antognolliintel/fs: Add a lowering pass for linear interpolation.
2019-04-22 Rafael Antognolliintel/fs: Move the scalar-region conversion to the...
2019-04-22 Rafael Antognolliintel/fs: Only propagate saturation if exec_size is...
2019-04-21 Ian Romanickintel/fs: Add support for float16 to the fsign optimiza...
2019-04-19 Jason Ekstrandanv: Use bindless handles for images
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 Ekstrandintel,nir: Lower TXD with a bindless sampler
2019-04-19 Jason Ekstrandanv: Implement VK_KHR_shader_atomic_int64
2019-04-19 Jason Ekstrandintel/nir: Re-run int64 lowering in postprocess_nir
2019-04-18 Jason Ekstrandintel/fs: Account for live range lengths in spill costs
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 Ian Romanickintel/fs: Eliminate dead code first
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: validate region restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: validate conversions between 64-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for half...
2019-04-18 Iago Toral Quirogaintel/compiler: also set F execution type for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: implement SIMD16 restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: skip MAD algebraic optimization for...
2019-04-18 Iago Toral Quirogaintel/compiler: remove inexact algebraic optimizations...
2019-04-18 Iago Toral Quirogaintel/compiler: fix cmod propagation for non 32-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: add a brw_reg_type_is_integer helper
2019-04-18 Iago Toral Quirogaintel/compiler: implement is_zero, is_one, is_negative_...
2019-04-18 Iago Toral Quirogaintel/compiler: generalize the combine constants pass
2019-04-18 Iago Toral Quirogaintel/eu: force stride of 2 on NULL register for Byte...
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: activate 16-bit bit-size lowerings...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-04-18 Iago Toral Quirogaintel/compiler: workaround for SIMD8 half-float MAD...
2019-04-18 Iago Toral Quirogaintel/compiler: fix ddy for half-float in Broadwell
2019-04-18 Iago Toral Quirogaintel/compiler: fix ddx and ddy for 16-bit float
2019-04-18 Iago Toral Quirogaintel/compiler: set correct precision fields for 3...
2019-04-18 Iago Toral Quirogaintel/compiler: allow half-float on 3-source instructio...
2019-04-18 Iago Toral Quirogaintel/compiler: don't compact 3-src instructions with...
2019-04-18 Iago Toral Quirogaintel/compiler: add new half-float register type for...
2019-04-18 Iago Toral Quirogaintel/compiler: add instruction setters for Src1Type...
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: handle extended math restrictions for...
2019-04-18 Iago Toral Quirogaintel/compiler: lower some 16-bit float operations...
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-18 Iago Toral Quirogaintel/compiler: add a NIR pass to lower conversions
2019-04-17 Topi Pohjolainenintel/compiler/icl: Use tcs barrier id bits 24:30 inste...
2019-04-16 Kenneth Graunkei965: Move program key debugging to the compiler.
2019-04-16 Danylo Piliaievintel/compiler: Do not reswizzle dst if instruction...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Jason Ekstrandnir/builder: Add a nir_imm_zero helper
2019-04-14 Karol Herbstintel/nir: use nir_src_is_const and nir_src_as_uint
2019-04-14 Jason Ekstrandintel/nir: Take a nir_tex_instr and src index in brw_te...
2019-04-12 Sagar Ghugeintel/fs: Remove unused condition from opt_algebraic...
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-09 Caio Marcelo de... intel/fs: Use NIR_PASS_V when lowering CS intrinsics
2019-04-09 Caio Marcelo de... intel/fs: Don't loop when lowering CS intrinsics
2019-04-09 Caio Marcelo de... intel/fs: Add support for CS to group invocations in...
2019-04-09 Caio Marcelo de... intel/fs: Use TEX_LOGICAL whenever implicit lod is...
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-03 Dave Airlieintel/compiler: use defined size for vector components
2019-03-28 Ian Romanickintel/compiler: Use partial redundancy elimination...
next