intel/eu/gen12: Implement indirect region binary encoding.
[mesa.git] / src / intel / compiler /
2019-07-22 Caio Marcelo de... intel/compiler: Use nir_opt_conditional_discard
2019-07-17 Jason Ekstrandintel/fs: Use a strided MOV instead of a conversion...
2019-07-17 Jason Ekstrandintel/fs: Properly stride NULL replacement regs in DCE
2019-07-16 Jason Ekstrandst,i965: Stop looping on 64-bit lowering
2019-07-15 Jason Ekstrandnir,intel: Add support for lowering 64-bit nir_opt_extr...
2019-07-13 Jason Ekstrandintel: Run the optimization loop before and after lower...
2019-07-12 Andres Gomezintel/compiler: remove abandoned comments
2019-07-11 Ian Romanicknir: intel/vec4: Add flag to disable some algebraic...
2019-07-11 Ian Romanickintel/vec4: Try to emit immediate sources for MOV
2019-07-11 Ian Romanickintel/vec4: Try to emit a VF source in try_immediate_source
2019-07-11 Ian Romanickintel/vec4: Try to emit a single load for multiple...
2019-07-11 Ian Romanickintel/vec4: Refactor operand fixing for ffma and flrp
2019-07-11 Caio Marcelo de... intel/fs: Add support for SLM fence in Gen11
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-08 Ian Romanickintel/vec4: Delete vec4_visitor::emit_lrp
2019-07-08 Ian Romanickintel/vec4: Reswizzle VF immediates too
2019-07-08 Caio Marcelo de... intel/fs: Implement "demote to helper invocation"
2019-07-08 Connor Abbottintel/nir: Extract add_const_offset_to_base
2019-07-02 Jason Ekstrandintel/fs: Use nir_lower_interpolation on gen11+
2019-07-02 Jason Ekstrandintel/fs: Implement nir_intrinsic_load_fs_input_interp_...
2019-07-02 Jason Ekstrandintel/fs: Actually implement the load_barycentric intri...
2019-07-01 Sagar Ghugeintel/compiler: Emit ROR and ROL instruction
2019-07-01 Sagar Ghugeintel/compiler: Enable the emission of ROR/ROL instructions
2019-06-29 Lionel Landwerlinintel/compiler: don't use byte operands for src1 on ICL
2019-06-29 Ian Romanickintel/vec4: Try both sources as candidates for being...
2019-06-29 Ian Romanickintel/vec4: Try immediate sources for dot products too
2019-06-29 Ian Romanickintel/vec4: Try emitting non-scalar immediates
2019-06-27 Lionel Landwerlinintel/compiler: fix derivative on y axis implementation
2019-06-25 Tapani Pälliintel/compiler: silence a warning of using different...
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-11 Ian Romanickintel/fs: Mark source 0 of bcsel as needing Boolean...
2019-06-06 Ian Romanickintel/compiler: Treat b32csel as potentially producing...
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-06 Ian Romanickintel/fs: Allow cmod propagation across reads and write...
2019-06-06 Ian Romanickintel/fs: Fix flag_subreg handling in cmod propagation
2019-06-06 Ian Romanickintel/fs: Add missing tests for cmod_propagate_not
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkenir: Drop lower_fmod64 option.
2019-06-05 Jason Ekstrandintel/nir: Take nir_shader*s in brw_nir_link_shaders
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
2019-06-04 Jason Ekstrandintel/fs: Skip registers faster when setting spill...
2019-06-04 Sagar Ghugeintel/compiler: Fix assertions in brw_alu3
2019-05-31 Ian Romanickintel/compiler: Use compare rematerialization pass
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-28 Kenneth Graunkeiris: Ask st to vectorize our IO.
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-24 Jason Ekstrandintel/nir: Call alu_to_scalar one last time before...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-21 Kenneth Graunkeintel: Move brw_prog_key_set_id from i965 to the compiler.
2019-05-16 Jason Ekstrandintel/fs/live_variables: Do compute_start_end in BITSET...
2019-05-16 Jason Ekstrandintel/fs/ra: Choose a spill reg before throwing away...
2019-05-16 Jason Ekstrandintel/fs/ra: Add spill costs to the graph on-demand
2019-05-16 Jason Ekstrandintel/fs/ra: Add a helper for discarding the interferen...
2019-05-14 Dave Airlieintel/compiler: use bitset instead of opencoding a...
2019-05-14 Dave Airlieintel/compiler: remove repeated bit_size / 8 in brw...
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-14 Kenneth Graunkeintel/compiler: Don't repeat dispatch max fixing condition
2019-05-14 Kenneth Graunkeintel/compiler: Rename invocation_id_mask to instance_i...
2019-05-14 Kenneth Graunkeintel/compiler: Refactor TCS invocation ID setup into...
2019-05-14 Ian Romanickintel/compiler: Repeat nir_opt_algebraic_late
2019-05-14 Ian Romanickintel/fs: Allow cmod propagation to instructions with...
2019-05-14 Jason Ekstrandintel/fs/ra: Spill without destroying the interference...
2019-05-14 Jason Ekstrandintel/fs/ra: Put the VGRFs at the end of the nodes
2019-05-14 Jason Ekstrandintel/fs/ra: Re-arrange interference setup
2019-05-14 Jason Ekstrandintel/fs/ra: Do the spill loop inside RA
2019-05-14 Jason Ekstrandintel/fs/ra: Only add MRF hack interference if we're...
2019-05-14 Jason Ekstrandintel/fs/ra: Pull the guts of RA into its own class
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
next