anv: Put image params in the descriptor set buffer on gen8 and earlier
[mesa.git] / src / intel / compiler /
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...
2019-03-25 Danylo Piliaievintel/fs: Make alpha test work with MRT and sample...
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering for 16-bit flrp
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering option for 16-bit fmod
2019-03-23 Caio Marcelo de... intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE...
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-16 Jason Ekstrandintel/nir: Lower array-deref-of-vector UBO and SSBO...
2019-03-15 Jason Ekstrandi965: Stop setting LowerBuferInterfaceBlocks
2019-03-14 Plamena Manolovai965: Disable ARB_fragment_shader_interlock for platfor...
2019-03-13 Caio Marcelo de... intel/nir: Combine store_derefs to improve code from...
2019-03-13 Caio Marcelo de... intel/nir: Combine store_derefs after vectorizing IO
2019-03-13 Caio Marcelo de... nir: Add a pass to combine store_derefs to same vector
2019-03-13 Kenneth Graunkeintel/fs: Fix opt_peephole_csel to not throw away satur...
2019-03-12 Jason Ekstrandintel/nir: Vectorize all IO
2019-03-09 Jason Ekstrandintel/nir: Move lower_mem_access_bit_sizes to postproce...
2019-03-08 Brian Paulintel/compiler: silence unitialized variable warning...
2019-03-06 Jason Ekstrandintel/nir: Move 64-bit lowering later
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-06 Jason Ekstrandintel/nir: Drop an unneeded lower_constant_initializers...
2019-03-06 Jason Ekstrandintel/debug: Add a debug flag to force software fp64
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-06 Ian Romanickintel/compiler: Silence unused parameter warning in...
2019-03-06 Ian Romanickintel/compiler: Silence many unused parameter warnings...
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-03-05 Jason Ekstrandspirv: Use the same types for resource indices as pointers
2019-03-04 Jason Ekstrandintel,nir: Lower TXD with min_lod when the sampler...
2019-03-04 Sagar Ghugenir/glsl: Add another way of doing lower_imul64 for...
2019-03-02 Jordan Justenintel/compiler: Move int64/doubles lowering options
2019-03-02 Ian Romanickintel/fs: Don't assert on b2f with a saturate modifier
2019-03-01 Matt Turnerintel/compiler: Add commas on final values of compactio...
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-03-01 Ian Romanickintel/fs: Handle OR source modifiers in algebraic optim...
2019-03-01 Ian Romanickintel/fs: Relax type matching rules in cmod propagation...
2019-03-01 Ian Romanickintel/vec4: Emit constants for some ALU sources as...
2019-02-28 Jason Ekstrandintel/compiler: Re-prefix non-logical surface opcodes...
2019-02-28 Jason Ekstrandintel/schedule_instructions: Move some comments
2019-02-28 Jason Ekstrandintel/compiler: Drop unused surface opcodes
2019-02-28 Jason Ekstrandintel/fs: Get rid of the IMAGE_SIZE opcode
next