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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: add a pass to lower some double operations
Connor Abbott
2016-04-28
3
-0
/
+392
*
nir/builder: add nir_imm_double()
Connor Abbott
2016-04-28
1
-0
/
+8
*
nir/builder: Add bit_size info to nir_build_imm()
Samuel Iglesias Gonsálvez
2016-04-28
3
-8
/
+9
*
glsl: fix lowering outputs for early/nested returns
Lars Hamre
2016-04-28
1
-4
/
+54
*
nir: rewrite nir_foreach_block and friends
Connor Abbott
2016-04-27
2
-83
/
+202
*
nir/opt_cp: use nir_block_get_following_if()
Connor Abbott
2016-04-27
1
-7
/
+3
*
nir/algebraic: Add a bit-size validator
Jason Ekstrand
2016-04-27
1
-0
/
+270
*
nir/opt_algebraic: Fix some expressions with ambiguous bit sizes
Jason Ekstrand
2016-04-27
1
-3
/
+3
*
nir/search: Respect the bit_size parameter on nir_search_value
Jason Ekstrand
2016-04-27
2
-1
/
+18
*
nir/algebraic: Add a mechanism for specifying the bit size of a value
Jason Ekstrand
2016-04-27
3
-4
/
+31
*
nir/algebraic: Use "uint" instead of "unsigned" for uint types
Jason Ekstrand
2016-04-27
1
-2
/
+2
*
nir/algebraic: Do better error reporting of bad expressions
Jason Ekstrand
2016-04-27
1
-1
/
+16
*
glsl: move uniform block validation to link_uniform_blocks.cpp
Timothy Arceri
2016-04-27
2
-53
/
+53
*
nir: Add a helper for figuring out what channels of an SSA def are read
Jason Ekstrand
2016-04-26
2
-0
/
+27
*
glsl: removing double semi-colons
Jakob Sinclair
2016-04-26
2
-2
/
+2
*
nir: Add missing break into switch in construct_value()
Juha-Pekka Heikkila
2016-04-26
1
-0
/
+1
*
glsl: add ability to use essl 3.20
Ilia Mirkin
2016-04-25
2
-0
/
+9
*
spirv: fix warning in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
glsl: fix warning in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
glsl: fix cross validation for explicit locations on structs and arrays
Timothy Arceri
2016-04-22
1
-13
/
+30
*
glsl: Relax GLSL 1.10 float suffix error to a warning.
Matt Turner
2016-04-21
1
-2
/
+2
*
glsl: android: add back missing generated glcpp include path
Rob Herring
2016-04-21
1
-0
/
+1
*
glsl: add forgotten textureOffset function for sampler2DArrayShadow
Roland Scheidegger
2016-04-21
1
-0
/
+7
*
spirv: Trivially handle the NonWriteable decoration
Jason Ekstrand
2016-04-20
2
-0
/
+4
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
45
-70
/
+70
*
nir/lower-tex: add srgb->linear lowering
Rob Clark
2016-04-19
2
-0
/
+53
*
nir/builder: const'ify swiz param
Rob Clark
2016-04-19
1
-1
/
+1
*
nir/lower-tex: make options a local var
Rob Clark
2016-04-19
1
-8
/
+8
*
glsl: Properly handle ldexp(0.0f, non-zero-exp).
Matt Turner
2016-04-18
1
-4
/
+6
*
nir: only dereference undef after NULL check. (v2)
Dave Airlie
2016-04-18
1
-1
/
+0
*
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-15
1
-7
/
+27
|
\
|
*
nir/print: Fix printing variable mode
Eduardo Lima Mitev
2016-04-15
1
-7
/
+27
*
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-14
2
-1
/
+3
|
\
|
|
*
nir/lower_io: Add UBOs and SSBOs to get_io_offset_src
Jason Ekstrand
2016-04-14
1
-0
/
+3
|
*
nir/intrinsics: Add a vulkan_resource_index intrinsic
Jason Ekstrand
2016-04-14
3
-0
/
+34
|
*
nir: Add a descriptor_set field to nir_variable
Jason Ekstrand
2016-04-14
1
-0
/
+5
*
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-14
7
-23
/
+112
|
\
|
|
*
nir: Add another index to load_uniform to specify the range read
Jason Ekstrand
2016-04-14
4
-1
/
+18
|
*
scons: Build NIR.
Jose Fonseca
2016-04-14
2
-0
/
+74
|
*
nir: Use _snprintf on Windows.
Jose Fonseca
2016-04-14
1
-0
/
+4
|
*
nir: Avoid structure initalization expressions.
Jose Fonseca
2016-04-14
1
-2
/
+16
|
*
nir: Remove unistd.h include.
Jose Fonseca
2016-04-14
1
-1
/
+0
|
*
nir: Avoid empty {} struct initializer.
Jose Fonseca
2016-04-14
1
-10
/
+10
*
|
nir/opt_algebraic: Remove the encoding line
Jason Ekstrand
2016-04-14
1
-1
/
+0
*
|
spirv: Move to compiler/
Jason Ekstrand
2016-04-14
10
-7
/
+7
*
|
nir: Remove some pointless delta between vulkan and master
Jason Ekstrand
2016-04-14
2
-3
/
+0
*
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-13
59
-914
/
+893
|
\
|
|
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
2
-10
/
+25
|
*
nir/algebraic: Add lowering for ldexp
Jason Ekstrand
2016-04-13
1
-0
/
+31
|
*
nir: Add more modulus opcodes
Jason Ekstrand
2016-04-13
2
-1
/
+16
[prev]
[next]