intel/aub_viewer: fix access to freed memory
[mesa.git] / src / intel / compiler /
2020-04-01 Juan A. Suarez Romerointel/compiler: store the FS inputs in WM prog data
2020-04-01 Ian Romanicknir/algebraic: Distribute source modifiers into instruc...
2020-04-01 Ian Romanickintel/vec4: Allow late copy propagation on vec4
2020-03-30 Jason Ekstrandintel/nir: Run copy-prop and DCE after lower_bool_to_int32
2020-03-28 Eric Engestromintel: drop unused include directories
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-26 Francisco Jerezintel/fs/gen12: Fix interaction of SWSB dependency...
2020-03-23 Sagar Ghugeintel/compiler: Track patch count threshold
2020-03-16 Tapani Pälliintel/compiler: detect if atomic load store operations...
2020-03-12 Caio Marcelo de... intel/fs: Combine adjacent memory barriers
2020-03-12 Ian Romanickintel/fs: Fix NULL destinations on 3-source instruction...
2020-03-11 Yevhenii Kolesnikovintel/compiler: fix cmod propagation optimisations
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-03-10 Francisco Jerezintel/fs: Fix workaround for VxH indirect addressing...
2020-03-09 Ian Romanickintel/fs: Allow NOT instructions in conditional discard...
2020-03-09 Ian Romanickintel/fs: Do cmod prop again after scheduling
2020-03-09 Matt Turnerintel/compiler: Discount NOPs from instruction counts
2020-03-09 Matt Turnerintel/compiler: Pass shader_stats for each SIMD mode
2020-03-09 Matt Turnerintel/compiler: Pass backend_shader * to cfg_t()
2020-03-09 Matt Turnerintel/compiler: Mark visitor parameters to scheduler...
2020-03-09 Matt Turnerintel/compiler: Mark some methods and parameters const
2020-03-09 Matt Turnerintel/compiler: Make instructions_to_schedule a local...
2020-03-09 Matt Turnerintel/compiler: Remove unnecessary local variables
2020-03-09 Matt Turnerintel/vec4: Make implied_mrf_writes() a vec4_instructio...
2020-03-06 Francisco Jerezintel/compiler: Calculate num_instructions in O(1)...
2020-03-06 Francisco Jerezintel/compiler: Move register pressure calculation...
2020-03-06 Francisco Jerezentel/compiler: Simplify new_idom reduction in dominanc...
2020-03-06 Francisco Jerezintel/compiler: Move dominance tree data structure...
2020-03-06 Francisco Jerezintel/compiler: Move idom tree calculation and related...
2020-03-06 Francisco Jerezintel/compiler: Drop invalidate_live_intervals()
2020-03-06 Francisco Jerezintel/compiler/vec4: Switch liveness analysis to IR...
2020-03-06 Francisco Jerezintel/compiler/fs: Switch liveness analysis to IR analy...
2020-03-06 Francisco Jerezintel/compiler/vec4: Add live interval validation pass
2020-03-06 Francisco Jerezintel/compiler/fs: Add live interval validation pass
2020-03-06 Francisco Jerezintel/compiler: Pass single backend_shader argument...
2020-03-06 Francisco Jerezintel/compiler: Pass single backend_shader argument...
2020-03-06 Francisco Jerezintel/compiler: Restructure live intervals computation...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-03-06 Francisco Jerezintel/compiler: Mark virtual_grf_interferes and vars_in...
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Define more detailed analysis dependenc...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-03-06 Francisco Jerezintel/compiler: Introduce simple IR analysis pass framework
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2020-03-06 Francisco Jerezintel/compiler: Nest definition of live variables block...
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2020-03-06 Francisco Jerezintel/compiler: Move base IR definitions into a separat...
2020-02-28 Jordan Justenintel/compiler: Restrict cs_threads to 64
2020-02-24 Caio Marcelo de... nir, intel: Move use_scoped_memory_barrier to nir_options
2020-02-24 Eric Anholtnir: Move intel's intrinsic_image_coordinate_components...
2020-02-19 Ian Romanickintel/fs: Correctly handle multiply of fsign with a...
2020-02-19 Danylo Piliaievintel/compiler: Do not qsort zero sized array
2020-02-19 Danylo Piliaievbrw_fs: Avoid zero size vla
2020-02-19 Danylo Piliaievbrw_nir: Cast bitshift to unsigned
2020-02-18 Caio Marcelo de... intel/gen12: Take into account opcode when decoding...
2020-02-14 Francisco Jerezintel/fs/gen7+: Implement discard/demote for SIMD32...
2020-02-14 Francisco Jerezintel/fs: Return consistent UW types from sample_mask_r...
2020-02-14 Francisco Jerezintel/fs: Refactor predication on sample mask into...
2020-02-14 Francisco Jerezintel/fs/gen7+: Swap sample mask flag register and...
2020-02-14 Francisco Jerezintel/fs: Use helper for discard sample mask flag subre...
2020-02-14 Francisco Jerezintel/fs: Make sample_mask_reg() local to brw_fs.cpp...
2020-02-14 Francisco Jerezintel/fs/gen11: Work around dual-source blending hangs...
2020-02-14 Francisco Jerezintel/fs: Set src0 alpha present bit in header when...
2020-02-14 Francisco Jerezintel/fs/gen12: Workaround data coherency issues due...
2020-02-14 Francisco Jerezintel/fs/gen12: Fixup/simplify SWSB annotations of...
2020-02-14 Francisco Jerezintel/fs/gen12: Workaround unwanted SEND execution...
2020-02-14 Francisco Jerezintel/fs: Add virtual instruction to load mask of live...
2020-02-14 Francisco Jerezintel/fs/gen7: Fix fs_inst::flags_written() for SHADER_...
2020-02-14 Francisco Jerezintel/fs/cse: Make HALT instruction act as CSE barrier.
2020-02-07 Tapani Pälliintel/vec4: fix valgrind errors with vf_values array
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-05 Ian Romanickintel/fs: Don't count integer instructions as being...
2020-01-31 Jason Ekstrandintel/fs: Write the address register with NoMask for...
2020-01-31 Jason Ekstrandintel/disasm: SEND has two sources on Gen12+
2020-01-31 Jason Ekstrandintel/eu/validate: Don't validate regions of sends
2020-01-27 Sagar Ghugeintel/compiler: Clear accumulator register before EOT
2020-01-26 Lionel Landwerlinintel: Implement Gen12 workaround for array textures...
2020-01-24 Caio Marcelo de... intel/compiler: Add names for SHADER_OPCODE_[IU]SUB_SAT
2020-01-24 Jason Ekstrandintel/disasm: Properly disassemble indirect SENDs
2020-01-24 Jason Ekstrandintel/fs: Don't unnecessarily fall back to indirect...
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2020-01-23 Ian Romanicki965: Enable INTEL_shader_integer_functions2 on Gen8+
2020-01-23 Ian Romanickintel/fs: Implement support for NIR opcodes for INTEL_s...
2020-01-23 Ian Romanickintel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
2020-01-23 Ian Romanickintel/fs: Don't lower integer multiplies that don't...
2020-01-22 Matt Turnerintel/compiler: Move Gen4/5 rounding to visitor
2020-01-22 Emmanuel Gil Peyrotintel/compiler: Return early if read() failed
2020-01-22 Timur Kristófintel/compiler: Fix array bounds warning on GCC 10.
2020-01-22 Matt Turnerintel/compiler: Test compaction on Gen <= 12
2020-01-22 Matt Turnerintel/compiler: Validate fuzzed instructions
2020-01-22 Matt Turnerintel/compiler: Add unit tests for new EU validation...
2020-01-22 Matt Turnerintel/compiler: Validate some instruction word encodings
2020-01-22 Matt Turnerintel/compiler: Factor out brw_validate_instruction()
2020-01-22 Matt Turnerintel/compiler: Handle invalid compacted immediates
2020-01-22 Matt Turnerintel/compiler: Handle invalid inputs to brw_reg_type_t...
2020-01-22 Matt Turnerintel/compiler: Split hw_type tables
2020-01-22 Matt Turnerintel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
next