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
*
nir/spirv: don't declare builtin blocks
Connor Abbott
2015-07-16
2
-5
/
+22
*
nir/spirv: add support for loading UBO's
Connor Abbott
2015-07-16
2
-28
/
+178
*
nir/types: add more nir_type_is_xxx() wrappers
Connor Abbott
2015-07-15
2
-0
/
+14
*
nir: move to two-level binding model for UBO's
Connor Abbott
2015-07-15
2
-17
/
+32
*
nir/spirv: update to SPIR-V revision 31
Connor Abbott
2015-07-13
2
-1092
/
+599
*
nir: Add C++ versions of NIR_(SRC|DEST)_INIT
Jason Ekstrand
2015-07-10
1
-2
/
+10
*
nir/spirv: fix wrong writemask for ALU operations
Connor Abbott
2015-07-09
1
-0
/
+1
*
nir/spirv: fix memory context for builtin variable
Connor Abbott
2015-07-08
1
-1
/
+1
*
nir/spirv: zero out value array
Connor Abbott
2015-07-08
1
-1
/
+1
*
nir/spirv: fix some bugs
vulkan-header-0.90.0
Connor Abbott
2015-07-06
1
-3
/
+4
*
nir/spirv: add support for builtins inside structures
Connor Abbott
2015-07-06
2
-21
/
+125
*
nir/spirv: fix a bug with structure creation
Connor Abbott
2015-07-06
1
-1
/
+1
*
nir/spirv: fix a bad assertion in the decoration handling
Connor Abbott
2015-07-06
1
-3
/
+6
*
nir/spirv: pull out logic for getting builtin locations
Connor Abbott
2015-07-06
1
-62
/
+107
*
nir/spirv: plumb through the type of dereferences
Connor Abbott
2015-07-06
2
-16
/
+25
*
nir/spirv: handle structure member builtin decorations
Connor Abbott
2015-07-06
1
-9
/
+72
*
nir/spirv: add a vtn_type struct
Connor Abbott
2015-07-06
3
-32
/
+73
*
nir/spirv: move 'type' into the union
Connor Abbott
2015-07-06
2
-62
/
+65
*
nir/spirv: Add initial structure member decoration support
Jason Ekstrand
2015-07-01
1
-1
/
+44
*
nir/spirv: Make vtn_handle_type match the other handler functions
Jason Ekstrand
2015-07-01
1
-36
/
+48
*
nir/spirv: Add basic support for Op[Group]MemberDecorate
Jason Ekstrand
2015-07-01
2
-15
/
+32
*
Merge branch 'wip/nir-vtn' into vulkan
Connor Abbott
2015-06-26
6
-117
/
+1061
|
\
|
*
nir/vtn: add support for phi nodes
Connor Abbott
2015-06-23
2
-0
/
+129
|
*
nir/builder: add support for inserting before/after blocks
Connor Abbott
2015-06-23
1
-0
/
+36
|
*
nir/vtn: fix emitting code after loops
Connor Abbott
2015-06-22
1
-1
/
+1
|
*
unbreak things
Connor Abbott
2015-06-22
1
-1
/
+1
|
*
matrices matrices matrices
Connor Abbott
2015-06-18
2
-28
/
+268
|
*
nir/types: be less strict about constructing matrix types
Connor Abbott
2015-06-18
1
-1
/
+1
|
*
nir/builder: add a nir_fdot() convenience function
Connor Abbott
2015-06-18
1
-0
/
+17
|
*
nir/types: add a helper to transpose a matrix type
Connor Abbott
2015-06-18
2
-0
/
+9
|
*
fix glsl450 for composites
Connor Abbott
2015-06-18
1
-11
/
+13
|
*
composites composites composites
Connor Abbott
2015-06-17
2
-87
/
+593
|
*
awesome control flow bugfixes/clarifications
Connor Abbott
2015-06-03
1
-14
/
+16
*
|
nir/spirv: Set the right location for shader input/outputs
Jason Ekstrand
2015-06-25
1
-0
/
+11
*
|
nir/spirv: Set the interface type on uniform blocks
Jason Ekstrand
2015-06-25
1
-0
/
+1
*
|
nir/spirv: Set the system value mode on builtins
Jason Ekstrand
2015-06-25
1
-0
/
+1
*
|
nir/spirv: Actually put variables on the right linked list
Jason Ekstrand
2015-06-25
1
-6
/
+21
*
|
glsl: Move vert_attrib varying_slot and frag_result enums to shader_enums.h
Jason Ekstrand
2015-06-25
1
-0
/
+207
*
|
nir/spirv: Fix up some dererf ralloc parenting
Jason Ekstrand
2015-06-24
1
-2
/
+2
*
|
nir/spirv: Use vtn_ssa_value for texture coordinates
Jason Ekstrand
2015-06-24
1
-5
/
+3
*
|
nir/spirv: Add support for the Uniform storage class
Jason Ekstrand
2015-06-24
1
-1
/
+1
*
|
nir/spirv: Add support for some more decorations including built-in
Jason Ekstrand
2015-06-24
1
-3
/
+68
*
|
nir/spirv: Make the header file C++ safe
Jason Ekstrand
2015-06-24
1
-0
/
+8
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-06-23
41
-215
/
+567
|
\
\
|
*
|
glsl: binding point is a texture unit, which is a combined space
Ilia Mirkin
2015-06-23
1
-1
/
+1
|
*
|
glsl: Specify the shader stage in linker errors due to too many in/outputs.
Jose Fonseca
2015-06-23
1
-4
/
+8
|
*
|
nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.
Kenneth Graunke
2015-06-22
1
-1
/
+3
|
*
|
glsl: fix formatting glitch in _mesa_print_ir()
Brian Paul
2015-06-19
1
-1
/
+1
|
*
|
glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.
Jose Fonseca
2015-06-19
1
-0
/
+7
|
*
|
glsl: guard gl_NumSamples enablement on ARB_sample_shading
Ilia Mirkin
2015-06-18
1
-1
/
+2
[next]