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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
vtn: Make tanh implementation even stupider
Kenneth Graunke
2016-01-27
1
-5
/
+7
*
nir/opt_algebraic: Use a more elementary mechanism for lowering ldexp
Jason Ekstrand
2016-01-27
1
-62
/
+2
*
vtn: Fix atan2 for non-scalars.
Kenneth Graunke
2016-01-27
1
-24
/
+3
*
vtn: Fix Modf.
Kenneth Graunke
2016-01-27
1
-4
/
+8
*
vtn: Delete references to IMix opcode.
Kenneth Graunke
2016-01-26
1
-1
/
+0
*
nir/spirv: Add proper support for InstanceIndex
Jason Ekstrand
2016-01-26
1
-1
/
+3
*
nir/lower_io: Lower INSTNACE_INDEX
Jason Ekstrand
2016-01-26
1
-0
/
+6
*
glsl/enums: Add an enum for Vulkan instance index
Jason Ekstrand
2016-01-26
2
-0
/
+8
*
Merge remote-tracking branch 'mattst88/nir-lower-pack-unpack' into vulkan
Jason Ekstrand
2016-01-25
21
-278
/
+432
|
\
|
*
nir: Add lowering support for unpacking opcodes.
Matt Turner
2016-01-25
2
-0
/
+32
|
*
nir: Add lowering support for packing opcodes.
Matt Turner
2016-01-25
4
-0
/
+66
|
*
nir: Add opcodes to extract bytes or words.
Matt Turner
2016-01-25
3
-0
/
+28
|
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-01-25
6
-161
/
+8
|
*
nir: Add lowering of nir_op_unpack_half_2x16.
Matt Turner
2016-01-25
2
-4
/
+29
|
*
nir: Make argument order of unop_convert match binop_convert.
Matt Turner
2016-01-25
1
-10
/
+10
|
*
Revert "glsl: move uniform calculation to link_uniforms"
Tapani Pälli
2016-01-20
3
-85
/
+24
|
*
glsl: move uniform calculation to link_uniforms
Tapani Pälli
2016-01-20
3
-24
/
+85
|
*
glsl: add missing explicit_image_format flag to has_layout()
Timothy Arceri
2016-01-20
1
-0
/
+1
|
*
glsl: Don't abbreviate tessellation shader stage names.
Kenneth Graunke
2016-01-19
1
-2
/
+2
|
*
glsl: allow multiple layout qualifiers for a single declaration
Timothy Arceri
2016-01-20
3
-19
/
+28
|
*
glsl: update parser to allow duplicate default layout qualifiers
Timothy Arceri
2016-01-20
3
-15
/
+73
|
*
glsl: move default layout qualifier rules out of the parser
Timothy Arceri
2016-01-20
2
-28
/
+23
|
*
glsl: split layout_defaults into specific types
Timothy Arceri
2016-01-20
1
-4
/
+22
|
*
glsl: allow duplicate layout-qualifier-names
Timothy Arceri
2016-01-20
1
-1
/
+2
|
*
glsl: Restore Mesa-style to shader_enums.c/h.
Matt Turner
2016-01-19
2
-16
/
+24
|
*
glsl: fix interface block error message
Timothy Arceri
2016-01-19
1
-1
/
+1
|
*
glsl: fix subroutine lowering reusing actual parmaters
Dave Airlie
2016-01-18
1
-5
/
+19
|
*
glsl: remove special case for detecting stream duplicates
Timothy Arceri
2016-01-18
1
-5
/
+0
|
*
glsl: add missing explicit_stream flag to has_layout()
Timothy Arceri
2016-01-18
1
-1
/
+2
|
*
glsl: fix segfault linking subroutine uniform with explicit location
Timothy Arceri
2016-01-18
1
-1
/
+1
|
*
nir/print: const_index is signed
Rob Clark
2016-01-16
1
-1
/
+1
|
*
nir: few missing struct names
Rob Clark
2016-01-16
1
-3
/
+3
|
*
glsl: Allow implicit int -> uint conversions for bitwise operators (&, ^, |).
Kenneth Graunke
2016-01-15
1
-8
/
+38
|
*
glsl: restrict consumer stage condition to modify interpolation type
Samuel Iglesias Gonsálvez
2016-01-15
1
-3
/
+5
|
*
nir/builder: Add a nir_build_ivec4() convenience helper.
Kenneth Graunke
2016-01-14
1
-0
/
+14
|
*
glsl: mark explicit uniforms as explicit in other stages too
Tapani Pälli
2016-01-15
1
-1
/
+11
*
|
nir/opcodes: Properly flush denormals in fquantize2f16
Jason Ekstrand
2016-01-22
1
-1
/
+1
*
|
nir/spirv: Ignore cull distance
Jason Ekstrand
2016-01-21
1
-1
/
+1
*
|
nir/lower_system_values: Use the correct invication id for CS
Jason Ekstrand
2016-01-21
1
-1
/
+1
*
|
nir/spirv: Properly assign locations to split structures
Jason Ekstrand
2016-01-21
3
-17
/
+47
*
|
nir/spirv: Improve handling of variable loads and copies
Jason Ekstrand
2016-01-21
1
-26
/
+128
*
|
nir/spirv: Make vectors a proper array time with an array_element
Jason Ekstrand
2016-01-21
2
-24
/
+6
*
|
nir/spirv: Rework access chains a bit to allow for literals
Jason Ekstrand
2016-01-21
2
-37
/
+75
*
|
vtn/variables: Compact local loads/stores into one function
Jason Ekstrand
2016-01-21
1
-99
/
+42
*
|
nir/spirv: Add an actual variable struct to spirv_to_nir
Jason Ekstrand
2016-01-21
4
-310
/
+340
*
|
nir/spirv: Split variable handling out into its own file
Jason Ekstrand
2016-01-21
4
-1303
/
+1337
*
|
nir/spirv: Rework access chains
Jason Ekstrand
2016-01-21
4
-365
/
+447
*
|
nir/spirv: Implement ModfStruct opcode.
Kenneth Graunke
2016-01-21
1
-1
/
+7
*
|
nir/spirv: Delete stray fmod remnants.
Kenneth Graunke
2016-01-21
1
-1
/
+0
*
|
vk: Fix indirect push constants
Kristian Høgsberg Kristensen
2016-01-21
1
-0
/
+8
[next]