index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
compiler
/
brw_fs_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/fs: Don't emit empty ELSE blocks.
Kenneth Graunke
2019-04-28
1
-4
/
+4
*
intel/fs: Don't handle texop_tex for shaders without implicit LOD
Caio Marcelo de Oliveira Filho
2019-04-25
1
-6
/
+1
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
1
-2
/
+2
*
intel/fs: Add support for float16 to the fsign optimizations
Ian Romanick
2019-04-20
1
-6
/
+24
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
1
-7
/
+54
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
1
-2
/
+15
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
1
-2
/
+15
*
intel/fs: Generate better code for fsign multiplied by a value
Ian Romanick
2019-04-18
1
-0
/
+43
*
intel/fs: Add a scale factor to emit_fsign
Ian Romanick
2019-04-18
1
-11
/
+76
*
intel/fs: Refactor code generation for nir_op_fsign to its own function
Ian Romanick
2019-04-18
1
-65
/
+63
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
1
-11
/
+4
*
nir: Rework nir_src_as_alu_instr to not take a pointer
Jason Ekstrand
2019-04-18
1
-6
/
+4
*
intel/compiler: ask for an integer type if requesting an 8-bit type
Iago Toral Quiroga
2019-04-18
1
-2
/
+3
*
intel/compiler: rework conversion opcodes
Iago Toral Quiroga
2019-04-18
1
-19
/
+22
*
intel/compiler: drop unnecessary temporary from 32-bit fsign implementation
Iago Toral Quiroga
2019-04-18
1
-3
/
+2
*
intel/compiler: implement 16-bit fsign
Iago Toral Quiroga
2019-04-18
1
-1
/
+16
*
intel/compiler: assert restrictions on conversions to half-float
Iago Toral Quiroga
2019-04-18
1
-2
/
+3
*
intel/compiler: handle b2i/b2f with other integer conversion opcodes
Iago Toral Quiroga
2019-04-18
1
-8
/
+8
*
intel/compiler: split float to 64-bit opcodes from int to 64-bit
Iago Toral Quiroga
2019-04-18
1
-0
/
+7
*
intel/compiler/icl: Use tcs barrier id bits 24:30 instead of 24:27
Topi Pohjolainen
2019-04-17
1
-7
/
+17
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-11
/
+11
*
intel/nir: Take a nir_tex_instr and src index in brw_texture_offset
Jason Ekstrand
2019-04-14
1
-8
/
+2
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-1
/
+1
*
intel/fs: Use TEX_LOGICAL whenever implicit lod is supported
Caio Marcelo de Oliveira Filho
2019-04-08
1
-2
/
+6
*
intel/fs: Fix extract_u8 of an odd byte from a 64-bit integer
Ian Romanick
2019-03-06
1
-0
/
+7
*
intel/fs: nir_op_extract_i8 extracts a byte, not a word
Ian Romanick
2019-03-06
1
-2
/
+4
*
spirv: Use the same types for resource indices as pointers
Jason Ekstrand
2019-03-05
1
-0
/
+1
*
nir/glsl: Add another way of doing lower_imul64 for gen8+
Sagar Ghuge
2019-03-04
1
-0
/
+5
*
intel/fs: Don't assert on b2f with a saturate modifier
Ian Romanick
2019-03-02
1
-1
/
+3
*
intel/fs: Generate if instructions with inverted conditions
Ian Romanick
2019-03-01
1
-3
/
+20
*
intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))
Ian Romanick
2019-03-01
1
-0
/
+38
*
intel/fs: Use De Morgan's laws to avoid logical-not of a logic result on Gen8+
Ian Romanick
2019-03-01
1
-0
/
+59
*
intel/fs: Emit logical-not of operands on Gen8+
Ian Romanick
2019-03-01
1
-6
/
+24
*
intel/fs: Refactor ALU source and destination handling to a separate function
Ian Romanick
2019-03-01
1
-33
/
+54
*
intel/fs: Drop the fs_surface_builder
Jason Ekstrand
2019-02-28
1
-166
/
+195
*
intel/fs: Bail in optimize_extract_to_float if we have modifiers
Jason Ekstrand
2019-02-14
1
-0
/
+9
*
intel: Use the NIR lowering for isign.
Eric Anholt
2019-02-14
1
-19
/
+0
*
intel/fs: Use enumerated array assignments in fb read TXF setup
Jason Ekstrand
2019-02-11
1
-5
/
+9
*
intel/fs: Implement nir_intrinsic_global_atomic_*
Jason Ekstrand
2019-02-01
1
-0
/
+94
*
intel/fs: Implement load/store_global with A64 untyped messages
Jason Ekstrand
2019-02-01
1
-0
/
+58
*
intel/fs: Fix memory corruption when compiling a CS
Oscar Blumberg
2019-02-01
1
-1
/
+2
*
intel/fs: Use a logical opcode for IMAGE_SIZE
Jason Ekstrand
2019-01-29
1
-6
/
+8
*
i965: Drop mark_surface_used mechanism.
Kenneth Graunke
2019-01-13
1
-32
/
+0
*
intel/compiler: Prevent warnings in the following patch
Matt Turner
2019-01-09
1
-2
/
+2
*
intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
Francisco Jerez
2019-01-09
1
-2
/
+4
*
intel/fs: Remove nasty open-coded CHV/BXT 64-bit workarounds.
Francisco Jerez
2019-01-09
1
-80
/
+9
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-33
/
+33
*
i965/fs: Implement nir_op_uadd_sat
Ian Romanick
2018-12-13
1
-0
/
+5
*
intel/fs: Support min_lod parameters on texture instructions
Jason Ekstrand
2018-12-11
1
-1
/
+5
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-7
/
+12
[next]