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
*
glsl: Two varyings can't write to the same buffer from different streams.
Iago Toral Quiroga
2014-06-30
1
-0
/
+17
*
glsl: Add methods to retrive a varying's name and streamId.
Iago Toral Quiroga
2014-06-30
1
-0
/
+10
*
glsl: Fail to link if inter-stage input/outputs are not assigned to stream 0
Iago Toral Quiroga
2014-06-30
1
-0
/
+8
*
glsl: Assign GLSL StreamIds to transform feedback outputs.
Iago Toral Quiroga
2014-06-30
2
-3
/
+16
*
mesa: add StreamId information to transform feedback outputs.
Iago Toral Quiroga
2014-06-30
1
-0
/
+1
*
glsl: Add parsing support for multi-stream output in geometry shaders.
Samuel Iglesias Gonsalvez
2014-06-30
7
-1
/
+144
*
glsl: Add missing null check in push_back()
Juha-Pekka Heikkila
2014-06-26
1
-2
/
+11
*
glsl: check _mesa_hash_table_create return value in link_uniform_blocks
Juha-Pekka Heikkila
2014-06-26
2
-0
/
+8
*
glsl: Treat an interface block specifier as a level of struct nesting
Chris Forbes
2014-06-26
1
-0
/
+8
*
glsl: Disallow primitive type layout qualifier on variables.
Chris Forbes
2014-06-26
1
-0
/
+7
*
glsl: Relax combinations of layout qualifiers with other qualifiers.
Chris Forbes
2014-06-26
1
-28
/
+8
*
glsl: Don't convert reductions of ivec to a dot-product
Ian Romanick
2014-06-25
1
-1
/
+3
*
glsl: Silence many unused parameter warnings
Ian Romanick
2014-06-23
1
-1
/
+1
*
Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"
Chris Forbes
2014-06-22
1
-0
/
+6
*
glsl: Add gl_Layer and gl_ViewportIndex builtins to fragment shader
Chris Forbes
2014-06-22
1
-0
/
+5
*
glsl: Add builtin define for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
1
-6
/
+3
*
glsl: Add extension plumbing for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
3
-0
/
+4
*
glsl: Optimize (v.x + v.y) + (v.z + v.w) into dot(v, 1.0).
Matt Turner
2014-06-19
1
-0
/
+46
*
glsl: Pass in options to do_algebraic().
Matt Turner
2014-06-19
4
-6
/
+12
*
glsl: Rebalance expression trees that are reduction operations.
Matt Turner
2014-06-19
4
-0
/
+303
*
glsl: Remove 'struct' from ir_variable declaration.
Matt Turner
2014-06-17
1
-1
/
+1
*
glsl: type check between switch init-expression and case
Tapani Pälli
2014-06-17
1
-3
/
+45
*
glsl/cs: Fix local_size_y and local_size_z
Jordan Justen
2014-06-16
1
-1
/
+1
*
glsl: parser changes for GL_ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
4
-0
/
+54
*
glsl: add enable bit for ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
2
-0
/
+3
*
glsl/linker: assign explicit uniform locations
Tapani Pälli
2014-06-16
1
-5
/
+56
*
glsl/linker: initialize explicit uniform locations
Tapani Pälli
2014-06-16
2
-0
/
+119
*
glsl: add glsl_type::uniform_locations() helper function
Tapani Pälli
2014-06-16
2
-0
/
+32
*
glsl: Fix clang mismatched-tags warnings with glsl_type.
Vinson Lee
2014-06-15
1
-1
/
+1
*
glsl: Correct more typos
Chris Forbes
2014-06-15
2
-2
/
+2
*
glsl: Fix typo in comment.
Chris Forbes
2014-06-12
1
-1
/
+1
*
glsl: Store gl_uniform_driver_storage::format as the actual type
Ian Romanick
2014-06-11
1
-5
/
+2
*
glsl: Remove unused include in expr.flatt.
Thomas Helland
2014-06-10
1
-2
/
+0
*
glsl: Remove unused include in ir.cpp
Thomas Helland
2014-06-10
1
-1
/
+0
*
glsl: Remove unused include from ir_constant_expression.cpp
Thomas Helland
2014-06-10
1
-1
/
+0
*
glsl: Remove unused include from ir_basic_block.cpp
Thomas Helland
2014-06-10
1
-2
/
+0
*
glsl: Remove unused include from hir_field_selection.cpp
Thomas Helland
2014-06-10
1
-1
/
+0
*
glsl: Remove unused include from glsl_symbol_table.h
Thomas Helland
2014-06-10
1
-1
/
+1
*
glsl: Remove unused include from glsl_types.cpp
Thomas Helland
2014-06-10
1
-3
/
+1
*
glsl: Remove unused include from builtin_variables.cpp
Thomas Helland
2014-06-10
1
-1
/
+0
*
glsl: Remove unused include in ast_to_hir.cpp
Thomas Helland
2014-06-10
1
-1
/
+0
*
glsl: Remove unused includes in link_uniform_block_active_visitor.h
Thomas Helland
2014-06-10
1
-2
/
+0
*
glsl: Remove unused includes in link_uniform_init.
Thomas Helland
2014-06-10
1
-2
/
+0
*
glsl: Add an exec_node_init() function, usable from C.
Matt Turner
2014-06-10
1
-0
/
+7
*
glsl: Make foreach macros usable from C by adding struct keyword.
Matt Turner
2014-06-10
1
-11
/
+11
*
glsl: Make exec_list members just wrap the C API.
Matt Turner
2014-06-10
1
-77
/
+13
*
glsl: Make exec_node members just wrap the C API.
Matt Turner
2014-06-10
1
-27
/
+11
*
glsl: Add C API for exec_list.
Matt Turner
2014-06-10
1
-0
/
+141
*
glsl: Add C API for exec_node.
Matt Turner
2014-06-10
1
-0
/
+82
*
glsl: Move definition of exec_list member functions out of the struct.
Matt Turner
2014-06-10
1
-108
/
+127
[next]