index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/print: show variable precision
Rob Clark
2020-03-10
1
-0
/
+10
*
glsl/opt_minmax: Add support for float16
Neil Roberts
2020-03-09
1
-0
/
+19
*
glsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP
Kristian H. Kristensen
2020-03-09
1
-4
/
+5
*
glsl/lower_instructions: Handle fp16 for MOD_TO_FLOOR
Hyunjun Ko
2020-03-09
1
-1
/
+1
*
glsl/lower_instructions: Use float16 constants when appropriate
Neil Roberts
2020-03-09
1
-5
/
+31
*
glsl/validate: Allow float16 in the expression tree
Neil Roberts
2020-03-09
1
-27
/
+18
*
glsl: Add type queries for fp16+float and fp16+float+double
Kristian H. Kristensen
2020-03-09
1
-0
/
+16
*
glsl: Handle fp16 unary operations when lowering matrix operations
Hyunjun Ko
2020-03-09
1
-0
/
+3
*
glsl: Add ir_unop_f2fmp
Neil Roberts
2020-03-09
4
-0
/
+8
*
glsl: Add b2f16 and f162b conversion operations
Neil Roberts
2020-03-09
4
-0
/
+17
*
glsl: Add IR conversion ops for 16-bit float types
Neil Roberts
2020-03-09
4
-0
/
+22
*
glsl: Expand fp16 to float before constant expression evaluation
Kristian H. Kristensen
2020-03-09
1
-0
/
+26
*
glsl: Implement constant propagation for fp16
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
glsl: Add fp16 case for ir_triop_lrp optimization
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
glsl: Add support for float16 types in the IR tree
Neil Roberts
2020-03-09
5
-12
/
+86
*
glsl: Add ir_constant constructor for fp16
Kristian H. Kristensen
2020-03-09
2
-0
/
+15
*
nir: add pass to lower discard() to demote()
Daniel Schürmann
2020-03-09
4
-0
/
+73
*
nir: gather info whether a shader uses demote_to_helper
Daniel Schürmann
2020-03-09
2
-0
/
+4
*
nir: fix compilation warning on glsl_get_internal_ifc_packing
Tapani Pälli
2020-03-09
2
-2
/
+2
*
glsl: add subroutine support to nir linker
Timothy Arceri
2020-03-06
1
-1
/
+99
*
glsl: dont try to assign uniform storage for uniform blocks
Timothy Arceri
2020-03-06
1
-2
/
+4
*
glsl: add support for builtins to the nir uniform linker
Timothy Arceri
2020-03-06
1
-2
/
+11
*
glsl: set ShaderStorageBlocksWriteAccess in the nir linker
Timothy Arceri
2020-03-06
1
-6
/
+32
*
glsl: nir linker fix setting of ssbo top level array
Timothy Arceri
2020-03-06
1
-6
/
+19
*
glsl: find the base offset for block members from unnamed blocks
Timothy Arceri
2020-03-06
1
-1
/
+95
*
glsl: correctly set explicit offsets for struct members
Timothy Arceri
2020-03-06
1
-3
/
+11
*
glsl: add std140 and std430 layouts to nir uniform linker
Timothy Arceri
2020-03-06
1
-4
/
+29
*
nir: add glsl_get_std430_size() helper
Timothy Arceri
2020-03-06
2
-0
/
+7
*
nir: add glsl_get_std430_base_alignment() helper
Timothy Arceri
2020-03-06
2
-0
/
+8
*
nir: add glsl_get_std140_size() helper
Timothy Arceri
2020-03-06
2
-0
/
+7
*
nir: add glsl_get_std140_base_alignment() helper
Timothy Arceri
2020-03-06
2
-0
/
+8
*
nir: add glsl_get_internal_ifc_packing() helper
Timothy Arceri
2020-03-06
2
-0
/
+11
*
glsl: correctly find block index when linking glsl with nir linker
Timothy Arceri
2020-03-06
1
-4
/
+30
*
glsl: add name support to nir uniform linker
Timothy Arceri
2020-03-06
1
-42
/
+248
*
glsl: move get_next_index() earlier in nir link uniforms
Timothy Arceri
2020-03-06
1
-34
/
+34
*
glsl: move add_parameter() earlier in nir link uniforms
Timothy Arceri
2020-03-06
1
-54
/
+54
*
glsl: move nir link uniforms struct defs earlier
Timothy Arceri
2020-03-06
1
-47
/
+47
*
nir/linker: remove reference to just SPIR-V linking
Alejandro Piñeiro
2020-03-06
5
-26
/
+19
*
nir/lower_input_attachments: remove bogus assert in try_lower_input_texop()
Samuel Pitoiset
2020-03-06
1
-1
/
+0
*
Revert "spirv: Use a simpler and more correct implementaiton of tanh()"
Kristian H. Kristensen
2020-03-05
1
-14
/
+13
*
Revert "glsl: Use a simpler formula for tanh"
Kristian H. Kristensen
2020-03-05
1
-10
/
+8
*
nir: Flush to zero with OOB low exponents in ldexp
Jason Ekstrand
2020-03-04
1
-14
/
+41
*
glsl/linker: add xfb workaround for modified built-in variables
Louis-Francis Ratté-Boulianne
2020-03-03
1
-6
/
+17
*
glsl/linker: handle array/struct members for DisableXfbPacking
Louis-Francis Ratté-Boulianne
2020-03-03
6
-0
/
+283
*
glsl/linker: add DisableTransformFeedbackPacking workaround
Louis-Francis Ratté-Boulianne
2020-03-03
4
-19
/
+106
*
spirv: fix memory_barrier_tcs_patch emission
Rhys Perry
2020-03-03
1
-1
/
+2
*
spirv: improve creation of memory_barrier
Rhys Perry
2020-03-03
1
-3
/
+8
*
glsl: add some error checks to the nir uniform linker
Timothy Arceri
2020-02-28
1
-0
/
+16
*
glsl: fix sampler index calculation in nir linker
Timothy Arceri
2020-02-28
1
-13
/
+19
*
glsl: reset next_image_index count for each shader stage
Timothy Arceri
2020-02-28
1
-1
/
+2
[next]