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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+4
*
nir: lower_load_const_to_scalar fix for 8/16b types
Rob Clark
2018-03-13
1
-4
/
+15
*
nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballot
Jason Ekstrand
2018-03-13
2
-0
/
+49
*
nir: Don't i2b a value that is already Boolean
Ian Romanick
2018-03-08
1
-0
/
+1
*
nir: Narrow some dot product operations
Ian Romanick
2018-03-08
1
-0
/
+8
*
spirv: handle AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
1
-0
/
+1
*
nir: add AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
2
-0
/
+30
*
nir: Add a helper for getting binop identities
Jason Ekstrand
2018-03-07
2
-0
/
+70
*
nir: Add subgroup arithmetic reduction intrinsics
Jason Ekstrand
2018-03-07
4
-0
/
+34
*
nir: Add quad operations and lowering
Jason Ekstrand
2018-03-07
3
-0
/
+44
*
nir: Add subgroup shuffle intrinsics and lowering
Jason Ekstrand
2018-03-07
3
-3
/
+69
*
nir/lower_subgroups: Add scalarizing for vote_eq
Jason Ekstrand
2018-03-07
1
-0
/
+29
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
3
-3
/
+6
*
spirv: Add initial subgroup support
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
nir: Add new SPIR-V ballot intrinsics and lowering
Jason Ekstrand
2018-03-07
2
-0
/
+22
*
compiler: Add two new system values for subgroups
Jason Ekstrand
2018-03-07
2
-0
/
+9
*
nir: Add new SPIR-V ballot ALU intrinsics and lowering
Jason Ekstrand
2018-03-07
2
-0
/
+76
*
nir/spirv: Add support for device groups
Jason Ekstrand
2018-03-07
2
-0
/
+7
*
Revert "nir: bump loop unroll limit to 96."
Timothy Arceri
2018-03-07
1
-3
/
+1
*
nir: Simplify some comparisons like a+b < a
Ian Romanick
2018-03-06
1
-0
/
+9
*
nir: Use De Morgan's Law on logic compounded comparisons
Ian Romanick
2018-03-06
1
-0
/
+9
*
nir: Replace fmin(b2f(a), b) with a bcsel
Ian Romanick
2018-03-06
1
-0
/
+9
*
nir: Pull b2f out of bcsel
Ian Romanick
2018-03-06
1
-0
/
+1
*
nir: Replace an odd comparison involving fmin of -b2f
Ian Romanick
2018-03-06
1
-0
/
+13
*
nir: Mark bcsel-to-fmin (or fmax) transformations as inexact
Ian Romanick
2018-03-06
1
-2
/
+2
*
nir: Recognize some more open-coded fmin / fmax
Ian Romanick
2018-03-06
1
-0
/
+2
*
nir: Silence unused parameter warnings in generated nir_constant_expressions ...
Ian Romanick
2018-03-02
1
-1
/
+2
*
nir/search: Include 8 and 16-bit support in construct_value
Jose Maria Casanova Crespo
2018-03-01
1
-0
/
+15
*
nir/search: Support 8 and 16-bit constants in match_value
Jason Ekstrand
2018-03-01
1
-0
/
+20
*
nir/serialize: handle var->name being NULL
Alejandro Piñeiro
2018-03-01
1
-1
/
+2
*
nir: fix interger divide by zero crash during constant folding
Timothy Arceri
2018-02-28
1
-2
/
+2
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
2
-2
/
+4
*
nir: lower fexp2(fmul(flog2(a), 2)) to fmul(a, a)
Samuel Pitoiset
2018-02-22
1
-0
/
+2
*
nir: add is_used_once for fmul(fexp2(a), fexp2(b)) to fexp2(fadd(a, b))
Samuel Pitoiset
2018-02-22
1
-1
/
+1
*
nir: remove old assert
Timothy Arceri
2018-02-22
1
-1
/
+0
*
mesa: move STATE_LENGTH to shader_enums.h and use it everywhere
Marek Olšák
2018-02-13
2
-6
/
+6
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
2
-6
/
+7
*
radv: run nir_opt_shrink_load
Samuel Pitoiset
2018-02-06
1
-0
/
+0
*
nir: add nir_opt_shrink_load pass
Samuel Pitoiset
2018-02-06
3
-0
/
+70
*
nir: Distribute binary operations with constants into bcsel
Ian Romanick
2018-01-30
1
-0
/
+15
*
nir: Rearrange logic op-compounded integer compares
Ian Romanick
2018-01-30
1
-0
/
+35
*
nir: Rearrange and-compounded float compares
Ian Romanick
2018-01-30
1
-0
/
+8
*
nir: Separate a weird compare with zero to two compares with zero
Ian Romanick
2018-01-30
1
-0
/
+2
*
nir: Simplify min and max of b2f
Ian Romanick
2018-01-30
1
-0
/
+5
*
nir: Undo possible damage caused by rearranging or-compounded float compares
Ian Romanick
2018-01-30
1
-0
/
+9
*
nir: Be more conservative about rearranging or-compounded compares
Ian Romanick
2018-01-30
1
-4
/
+9
*
nir: See through an fneg to apply existing optimizations
Ian Romanick
2018-01-30
1
-3
/
+6
*
nir: add lower_all_io_to_temps flag
Timothy Arceri
2018-01-31
1
-0
/
+2
*
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
2018-01-31
2
-10
/
+15
*
nir: partially revert c2acf97fcc9b32e
Timothy Arceri
2018-01-30
1
-6
/
+23
[next]