anv: Align UBO sizes to 32B
[mesa.git] / src / intel / compiler /
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
2020-01-22 Matt Turnerintel/compiler: Add NF some more places
2020-01-22 Matt Turnerintel/compiler: Limit compaction unit tests to specific...
2020-01-22 Matt Turnerintel/compiler: Don't disassemble align1 3-src operands...
2020-01-22 Matt Turnerintel/compiler: Split has_64bit_types into float/int
2020-01-22 Matt Turnerintel/compiler: Extract GEN_* macros into separate...
2020-01-22 Matt Turnerintel/compiler: Use ARRAY_SIZE()
2020-01-21 Caio Marcelo de... intel/fs: Don't emit control barrier if only one thread...
2020-01-21 Caio Marcelo de... intel/fs: Don't emit fence for shared memory if only...
2020-01-21 Caio Marcelo de... intel/fs: Add workgroup_size() helper
2020-01-21 Caio Marcelo de... intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
2020-01-17 Francisco Jerezintel/fs: Switch to standard vector layout for barycent...
2020-01-17 Francisco Jerezintel/fs: Introduce barycentric layout lowering pass.
2020-01-17 Francisco Jerezintel/fs: Split fetch_payload_reg() into separate helpe...
2020-01-17 Francisco Jerezintel/fs/gen6: Use SEL instead of bashing thread payloa...
2020-01-17 Francisco Jerezintel/fs/gen6: Generalize aligned_pairs_class to SIMD16...
2020-01-17 Francisco Jerezintel/fs/gen6: Constrain barycentric source of LINTERP...
2020-01-17 Francisco Jerezintel/fs/gen4-6: Allocate registers from aligned_pairs_...
2020-01-17 Francisco Jerezintel/fs: Allow limited copy propagation of a LOAD_PAYL...
2020-01-17 Francisco Jerezintel/fs: Add support for copy-propagating a block...
2020-01-17 Francisco Jerezintel/fs: Add partial support for copy-propagating...
2020-01-17 Francisco Jerezintel/fs: Extend copy propagation dataflow analysis...
2020-01-17 Francisco Jerezintel/fs: Rework fs_inst::is_copy_payload() into multip...
2020-01-17 Francisco Jerezintel/fs: Generalize fs_reg::is_contiguous() to registe...
2020-01-17 Francisco Jerezintel/fs: Try to vectorize header setup in lower_load_p...
2020-01-15 Kenneth Graunkeintel/compiler: Fix illegal mutation in get_nir_image_i...
next