aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.Francisco Jerez2020-02-141-7/+3
* intel/fs: Add virtual instruction to load mask of live channels into flag reg...Francisco Jerez2020-02-141-1/+10
* intel/fs: Write the address register with NoMask for MOV_INDIRECTJason Ekstrand2020-01-311-0/+9
* intel/compiler: Clear accumulator register before EOTSagar Ghuge2020-01-271-0/+18
* intel/compiler: Split has_64bit_types into float/intMatt Turner2020-01-221-1/+1
* intel/fs: Add FS_OPCODE_SCHEDULING_FENCECaio Marcelo de Oliveira Filho2020-01-211-0/+5
* intel/fs: Implement the new load/store_scratch intrinsicsJason Ekstrand2019-11-111-1/+9
* intel/compiler: Report the number of non-spill/fill SEND messagesKenneth Graunke2019-10-171-5/+30
* intel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.Francisco Jerez2019-10-111-6/+9
* intel/fs/gen12: Fix barrier codegen.Francisco Jerez2019-10-111-2/+6
* intel/fs/gen12: Add scheduling information to the IR.Francisco Jerez2019-10-111-0/+1
* intel/eu/gen12: Set SWSB annotations in hand-crafted assembly.Francisco Jerez2019-10-111-0/+39
* intel/fs/gen12: Add codegen support for the SYNC instruction.Francisco Jerez2019-10-111-0/+4
* intel/eu/gen12: Don't set DD control, it's gone.Francisco Jerez2019-10-111-4/+8
* intel/eu/gen12: Use SEND instruction for split sends.Francisco Jerez2019-10-111-1/+2
* intel/eu/gen12: Codegen SEND descriptor regions correctly.Francisco Jerez2019-10-111-3/+6
* intel/fs: Allow CLUSTER_BROADCAST to do type conversionJason Ekstrand2019-09-201-1/+1
* intel/fs: don't forget the stride at generate_shufflePaulo Zanoni2019-09-201-1/+2
* intel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32Paulo Zanoni2019-09-191-1/+10
* intel/fs: the maximum supported stride width is 16Paulo Zanoni2019-09-191-1/+3
* i965/fs/generator: add new opcode to set float controls modes in control regi...Samuel Iglesias Gonsálvez2019-09-171-0/+6
* i965/fs/generator: refactor rounding mode helper in preparation for float con...Samuel Iglesias Gonsálvez2019-09-171-2/+9
* Revert "intel/fs: Move the scalar-region conversion to the generator."Jason Ekstrand2019-09-061-1/+1
* intel/compiler: Refactor FB write message control setup into a helper.Kenneth Graunke2019-08-271-26/+1
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-121-1/+10
* intel/compiler: add ability to override shader's assemblyDanylo Piliaiev2019-08-051-3/+17
* intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7Jason Ekstrand2019-07-301-21/+62
* i965/fs: Print the scheduler mode.Matt Turner2019-07-301-8/+19
* i965/fs: Add a shader_stats struct.Matt Turner2019-07-301-4/+4
* intel/fs: Add support for SLM fence in Gen11Caio Marcelo de Oliveira Filho2019-07-111-2/+3
* intel/fs: Use nir_lower_interpolation on gen11+Jason Ekstrand2019-07-021-1/+1
* intel/compiler: Enable the emission of ROR/ROL instructionsSagar Ghuge2019-07-011-0/+10
* intel/compiler: fix derivative on y axis implementationLionel Landwerlin2019-06-271-21/+5
* intel/fs: Add an UNDEF instruction to avoid excess live rangesJason Ekstrand2019-06-041-0/+3
* intel/fs: Do a stalling MFENCE in endInvocationInterlock()Jason Ekstrand2019-05-301-2/+3
* intel/fs,vec4: Use g0 as the header for MFENCEJason Ekstrand2019-05-301-2/+2
* intel/compiler: Unset flag reg when FB write is not predicatedMatt Turner2019-05-071-0/+1
* intel/fs: Remove fs_generator::generate_linterp from gen11+.Rafael Antognolli2019-04-221-44/+6
* intel/fs: Move the scalar-region conversion to the generator.Rafael Antognolli2019-04-221-1/+1
* intel/compiler: fix ddy for half-float in BroadwellIago Toral Quiroga2019-04-181-2/+15
* intel/compiler: fix ddx and ddy for 16-bit floatIago Toral Quiroga2019-04-181-19/+18
* i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9Plamena Manolova2019-03-141-0/+1
* intel/eu: Add an EOT parameter to send_indirect_[split]_messageJason Ekstrand2019-02-251-5/+6
* intel/fs: Implement extended strides greater than 4 for IR source regions.Francisco Jerez2019-02-211-3/+10
* intel/fs: Silence a compiler warningJason Ekstrand2019-02-141-2/+1
* intel/fs: Support SENDS in SHADER_OPCODE_SENDJason Ekstrand2019-01-291-8/+15
* intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+Jason Ekstrand2019-01-291-73/+0
* intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+Jason Ekstrand2019-01-291-136/+26
* intel/fs: Use SHADER_OPCODE_SEND for surface messagesJason Ekstrand2019-01-291-62/+0
* intel/fs: Add a generic SEND opcodeJason Ekstrand2019-01-291-1/+34