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
*
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
*
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
5
-23
/
+38
|
\
|
|
*
nir: Add another index to load_uniform to specify the range read
Jason Ekstrand
2016-04-14
4
-1
/
+18
|
*
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
9
-7568
/
+0
*
|
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
32
-219
/
+414
|
\
|
|
*
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
|
*
nir/lower_io: Allow for a full bitmask of modes
Jason Ekstrand
2016-04-13
2
-7
/
+7
|
*
nir/lower_indirect: nir_variable_mode is now a bitfield
Jason Ekstrand
2016-04-13
2
-7
/
+7
|
*
nir: Convert nir_variable_mode to a bitfield
Jason Ekstrand
2016-04-13
2
-17
/
+19
|
*
nir/clone: Copy bit size when cloning registers
Jason Ekstrand
2016-04-12
1
-0
/
+1
|
*
nir: Fix typo in comment
Ian Romanick
2016-04-11
1
-1
/
+1
|
*
nir: Merge redudant integer clamping.
Markus Wick
2016-04-11
1
-1
/
+4
|
*
nir: Silence unused "options" warning in algebraic passes.
Kenneth Graunke
2016-04-11
1
-0
/
+1
|
*
nir: Do basic constant reassociation.
Kenneth Graunke
2016-04-11
1
-0
/
+8
|
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
2
-3
/
+73
|
*
compiler: remove {glsl,nir}/Makefile.sources
Emil Velikov
2016-04-11
1
-79
/
+0
|
*
nir: add a pass for lowering (un)pack_double_2x32
Connor Abbott
2016-04-11
3
-0
/
+98
|
*
nir: add split versions of (un)pack_double_2x32
Connor Abbott
2016-04-11
1
-0
/
+36
|
*
nir: don't try to scalarize unpack_double_2x32
Connor Abbott
2016-04-11
1
-0
/
+3
|
*
nir: add support for (un)pack_double_2x32
Connor Abbott
2016-04-11
2
-0
/
+35
|
*
nir: add i2d and u2d opcodes
Iago Toral Quiroga
2016-04-11
2
-0
/
+10
|
*
nir: add d2i, d2u, d2b opcodes
Iago Toral Quiroga
2016-04-11
2
-0
/
+6
|
*
nir: add support for d2f and f2d
Connor Abbott
2016-04-11
2
-0
/
+5
|
*
nir/glsl_to_nir: set bit_size on ssbo_load result
Iago Toral Quiroga
2016-04-11
1
-2
/
+3
|
*
nir/glsl_to_nir: add bit-size info to add_instr()
Samuel Iglesias Gonsálvez
2016-04-11
1
-10
/
+14
|
*
nir/split_var_copies: handle doubles
Connor Abbott
2016-04-11
1
-0
/
+2
|
*
nir/instr_set: handle 64-bit bit-sizes
Connor Abbott
2016-04-11
1
-5
/
+17
|
*
nir: handle doubles in nir_deref_get_const_initializer_load()
Connor Abbott
2016-04-11
1
-1
/
+5
|
*
nir/print: add support for printing doubles and bitsize
Connor Abbott
2016-04-11
1
-3
/
+16
|
*
nir/glsl_to_nir: support doubles
Connor Abbott
2016-04-11
1
-26
/
+38
|
*
nir/lower_load_const_to_scalar: support doubles and multiple bit sizes
Iago Toral Quiroga
2016-04-11
1
-2
/
+6
|
*
nir/lower_to_source_mods: Handle different bit sizes
Iago Toral Quiroga
2016-04-11
1
-2
/
+3
|
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
9
-15
/
+20
[next]