Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_fs_generator.cpp
2020-09-04 Marcin Ślusarzintel/fs: add hint how to get more info when shader...
2020-09-02 Jason Ekstrandintel/fs: Add support for a new load_reloc_const intrinsic
2020-09-02 Jason Ekstrandintel/fs,vec4: Stuff the constant data from NIR in...
2020-09-02 Jason Ekstrandintel/eu: Add some new helpers
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-09-01 Jason Ekstrandintel/fs: Fix MOV_INDIRECT and BROADCAST of Q types...
2020-05-30 Jason Ekstrandintel/fs: Emit HALT for discard on Gen4-5
2020-04-29 Caio Marcelo de... intel/fs,vec4: Pull stall logic for memory fences up...
2020-04-29 Caio Marcelo de... intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on...
2020-04-29 Francisco Jerezintel/ir: Pass block cycle count information explicitly...
2020-04-29 Francisco Jerezintel/ir: Use brw::performance object instead of CFG...
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-20 Caio Marcelo de... intel/fs,vec4: Properly account SENDs in IVB memory...
2020-04-15 Jason Ekstrandanv: Advertise SEND count through VK_EXT_pipeline_execu...
2020-03-10 Francisco Jerezintel/fs: Fix workaround for VxH indirect addressing...
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-02-14 Francisco Jerezintel/fs/gen12: Fixup/simplify SWSB annotations of...
2020-02-14 Francisco Jerezintel/fs: Add virtual instruction to load mask of live...
2020-01-31 Jason Ekstrandintel/fs: Write the address register with NoMask for...
2020-01-27 Sagar Ghugeintel/compiler: Clear accumulator register before EOT
2020-01-22 Matt Turnerintel/compiler: Split has_64bit_types into float/int
2020-01-21 Caio Marcelo de... intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
2019-11-11 Jason Ekstrandintel/fs: Implement the new load/store_scratch intrinsics
2019-10-18 Kenneth Graunkeintel/compiler: Report the number of non-spill/fill...
2019-10-11 Francisco Jerezintel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.
2019-10-11 Francisco Jerezintel/fs/gen12: Fix barrier codegen.
2019-10-11 Francisco Jerezintel/fs/gen12: Add scheduling information to the IR.
2019-10-11 Francisco Jerezintel/eu/gen12: Set SWSB annotations in hand-crafted...
2019-10-11 Francisco Jerezintel/fs/gen12: Add codegen support for the SYNC instru...
2019-10-11 Francisco Jerezintel/eu/gen12: Don't set DD control, it's gone.
2019-10-11 Francisco Jerezintel/eu/gen12: Use SEND instruction for split sends.
2019-10-11 Francisco Jerezintel/eu/gen12: Codegen SEND descriptor regions correctly.
2019-09-20 Jason Ekstrandintel/fs: Allow CLUSTER_BROADCAST to do type conversion
2019-09-20 Paulo Zanoniintel/fs: don't forget the stride at generate_shuffle
2019-09-19 Paulo Zanoniintel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32
2019-09-19 Paulo Zanoniintel/fs: the maximum supported stride width is 16
2019-09-17 Samuel Iglesias... i965/fs/generator: add new opcode to set float controls...
2019-09-17 Samuel Iglesias... i965/fs/generator: refactor rounding mode helper in...
2019-09-06 Jason EkstrandRevert "intel/fs: Move the scalar-region conversion...
2019-08-27 Kenneth Graunkeintel/compiler: Refactor FB write message control setup...
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-08-05 Danylo Piliaievintel/compiler: add ability to override shader's assembly
2019-07-30 Jason Ekstrandintel/fs: Use ALIGN16 instructions for all derivatives...
2019-07-30 Matt Turneri965/fs: Print the scheduler mode.
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-11 Caio Marcelo de... intel/fs: Add support for SLM fence in Gen11
2019-07-02 Jason Ekstrandintel/fs: Use nir_lower_interpolation on gen11+
2019-07-01 Sagar Ghugeintel/compiler: Enable the emission of ROR/ROL instructions
2019-06-27 Lionel Landwerlinintel/compiler: fix derivative on y axis implementation
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
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-07 Matt Turnerintel/compiler: Unset flag reg when FB write is not...
2019-04-22 Rafael Antognolliintel/fs: Remove fs_generator::generate_linterp from...
2019-04-22 Rafael Antognolliintel/fs: Move the scalar-region conversion to the...
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-03-14 Plamena Manolovai965: Disable ARB_fragment_shader_interlock for platfor...
2019-02-25 Jason Ekstrandintel/eu: Add an EOT parameter to send_indirect_[split...
2019-02-21 Francisco Jerezintel/fs: Implement extended strides greater than 4...
2019-02-14 Jason Ekstrandintel/fs: Silence a compiler warning
2019-01-29 Jason Ekstrandintel/fs: Support SENDS in SHADER_OPCODE_SEND
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls...
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for surface messages
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-10 Matt Turnerintel/compiler: Split 64-bit MOV-indirects if needed
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2019-01-09 Francisco Jerezintel/fs: Implement quad swizzles on ICL+.
2018-10-23 Sagar Ghugeintel/compiler: Change src1 reg type to unsigned doubleword
2018-08-29 Jason Ekstrandintel: Use TXS for image_size when we have a typed...
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-07-10 Francisco Jerezintel/fs: Initialize mlen for gen7 varying pull constan...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for sampler messages.
2018-07-10 Francisco Jerezintel/eu: Provide desc immediate argument up front...
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-28 Francisco Jerezintel/fs: Disable opt_sampler_eot() in 32-wide dispatch.
2018-06-28 Jason Ekstrandintel/fs: Emit LINE+MAC for LINTERP with unaligned...
2018-06-28 Francisco Jerezintel/fs: Rework INTERPOLATE_AT_PER_SLOT_OFFSET
2018-06-28 Jason Ekstrandintel/fs: Add the group to the flag subreg number on...
2018-06-28 Francisco Jerezintel/fs: Fix FB write message control codegen for...
2018-06-28 Francisco Jerezintel/fs: Fix codegen of FS_OPCODE_SET_SAMPLE_ID for...
2018-06-28 Francisco Jerezintel/fs: Remove program key argument from generator.
2018-06-28 Jason Ekstrandintel/fs: Set up FB write message headers in the visitor
2018-06-28 Jason Ekstrandintel/fs: Pull FB write implied headers from src[0]
2018-06-04 Jason Ekstrandintel/eu: Add some brw_get_default_ helpers
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-29 Francisco Jerezintel/fs: Add explicit last_rt flag to fb writes orthog...
2018-05-29 Francisco Jerezintel/fs: Replace the CINTERP opcode with a simple MOV
2018-05-29 Jason Ekstrandintel/fs: Use groups for SIMD16 LINTERP on gen11+
2018-05-29 Jason Ekstrandintel/fs: Assert that the gen4-6 plane restrictions...
2018-04-24 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-03-08 Kenneth Graunkei965/fs: Add infrastructure for generating CSEL instruc...
2018-03-07 Jason Ekstrandintel/fs: Add support for subgroup quad operations
2018-03-07 Jason Ekstrandintel/fs: Add a couple of simple helper opcodes
2018-03-07 Jason Ekstrandi965/fs: Add support for nir_intrinsic_shuffle
2018-03-02 Kenneth Graunkeintel: Drop program size pointer from vec4/fs assembly...
next