summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_nir.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Don't emit empty ELSE blocks.Kenneth Graunke2019-04-281-4/+4
* intel/fs: Don't handle texop_tex for shaders without implicit LODCaio Marcelo de Oliveira Filho2019-04-251-6/+1
* intel/fs: Move the scalar-region conversion to the generator.Rafael Antognolli2019-04-221-2/+2
* intel/fs: Add support for float16 to the fsign optimizationsIan Romanick2019-04-201-6/+24
* intel/fs: Add support for bindless image load/store/atomicJason Ekstrand2019-04-191-7/+54
* intel/fs: Add support for bindless texture opsJason Ekstrand2019-04-191-2/+15
* anv: Implement VK_KHR_shader_atomic_int64Jason Ekstrand2019-04-191-2/+15
* intel/fs: Generate better code for fsign multiplied by a valueIan Romanick2019-04-181-0/+43
* intel/fs: Add a scale factor to emit_fsignIan Romanick2019-04-181-11/+76
* intel/fs: Refactor code generation for nir_op_fsign to its own functionIan Romanick2019-04-181-65/+63
* nir: Add a nir_src_as_intrinsic() helperJason Ekstrand2019-04-181-11/+4
* nir: Rework nir_src_as_alu_instr to not take a pointerJason Ekstrand2019-04-181-6/+4
* intel/compiler: ask for an integer type if requesting an 8-bit typeIago Toral Quiroga2019-04-181-2/+3
* intel/compiler: rework conversion opcodesIago Toral Quiroga2019-04-181-19/+22
* intel/compiler: drop unnecessary temporary from 32-bit fsign implementationIago Toral Quiroga2019-04-181-3/+2
* intel/compiler: implement 16-bit fsignIago Toral Quiroga2019-04-181-1/+16
* intel/compiler: assert restrictions on conversions to half-floatIago Toral Quiroga2019-04-181-2/+3
* intel/compiler: handle b2i/b2f with other integer conversion opcodesIago Toral Quiroga2019-04-181-8/+8
* intel/compiler: split float to 64-bit opcodes from int to 64-bitIago Toral Quiroga2019-04-181-0/+7
* intel/compiler/icl: Use tcs barrier id bits 24:30 instead of 24:27Topi Pohjolainen2019-04-171-7/+17
* nir: make nir_const_value scalarKarol Herbst2019-04-141-11/+11
* intel/nir: Take a nir_tex_instr and src index in brw_texture_offsetJason Ekstrand2019-04-141-8/+2
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-121-1/+1
* intel/fs: Use TEX_LOGICAL whenever implicit lod is supportedCaio Marcelo de Oliveira Filho2019-04-081-2/+6
* intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick2019-03-061-0/+7
* intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick2019-03-061-2/+4
* spirv: Use the same types for resource indices as pointersJason Ekstrand2019-03-051-0/+1
* nir/glsl: Add another way of doing lower_imul64 for gen8+Sagar Ghuge2019-03-041-0/+5
* intel/fs: Don't assert on b2f with a saturate modifierIan Romanick2019-03-021-1/+3
* intel/fs: Generate if instructions with inverted conditionsIan Romanick2019-03-011-3/+20
* intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))Ian Romanick2019-03-011-0/+38
* intel/fs: Use De Morgan's laws to avoid logical-not of a logic result on Gen8+Ian Romanick2019-03-011-0/+59
* intel/fs: Emit logical-not of operands on Gen8+Ian Romanick2019-03-011-6/+24
* intel/fs: Refactor ALU source and destination handling to a separate functionIan Romanick2019-03-011-33/+54
* intel/fs: Drop the fs_surface_builderJason Ekstrand2019-02-281-166/+195
* intel/fs: Bail in optimize_extract_to_float if we have modifiersJason Ekstrand2019-02-141-0/+9
* intel: Use the NIR lowering for isign.Eric Anholt2019-02-141-19/+0
* intel/fs: Use enumerated array assignments in fb read TXF setupJason Ekstrand2019-02-111-5/+9
* intel/fs: Implement nir_intrinsic_global_atomic_*Jason Ekstrand2019-02-011-0/+94
* intel/fs: Implement load/store_global with A64 untyped messagesJason Ekstrand2019-02-011-0/+58
* intel/fs: Fix memory corruption when compiling a CSOscar Blumberg2019-02-011-1/+2
* intel/fs: Use a logical opcode for IMAGE_SIZEJason Ekstrand2019-01-291-6/+8
* i965: Drop mark_surface_used mechanism.Kenneth Graunke2019-01-131-32/+0
* intel/compiler: Prevent warnings in the following patchMatt Turner2019-01-091-2/+2
* intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.Francisco Jerez2019-01-091-2/+4
* intel/fs: Remove nasty open-coded CHV/BXT 64-bit workarounds.Francisco Jerez2019-01-091-80/+9
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-33/+33
* i965/fs: Implement nir_op_uadd_satIan Romanick2018-12-131-0/+5
* intel/fs: Support min_lod parameters on texture instructionsJason Ekstrand2018-12-111-1/+5
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-7/+12