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: 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
*
glsl: Move definition of exec_node member functions out of the struct.
Matt Turner
2014-06-10
1
-62
/
+83
*
glsl: Validate aux storage qualifier combination with other qualifiers.
Chris Forbes
2014-06-10
1
-39
/
+37
*
glsl: Implement overload resolution for ARB_gpu_shader5
Chris Forbes
2014-06-04
1
-0
/
+71
*
glsl: Add support for comparing function parameter conversions
Chris Forbes
2014-06-04
1
-3
/
+79
*
glsl: Build a list of inexact function matches
Chris Forbes
2014-06-04
1
-11
/
+32
*
glsl: Allow int -> uint implicit conversions on function parameters
Chris Forbes
2014-06-04
1
-3
/
+16
*
glsl: Pass parse state to can_implicitly_convert_to()
Chris Forbes
2014-06-04
4
-6
/
+8
*
glsl: Pass parse state to parameter_lists_match()
Chris Forbes
2014-06-04
1
-2
/
+3
*
glsl: Add support for int -> uint implicit conversions
Chris Forbes
2014-06-04
1
-0
/
+8
*
glsl: Clean up apply_implicit_conversion
Chris Forbes
2014-06-04
1
-27
/
+31
*
glsl: Allow `precise` as a parameter qualifier
Chris Forbes
2014-06-04
1
-2
/
+10
*
glsl: Disallow `precise` redeclarations of vars from outer scopes
Chris Forbes
2014-06-04
1
-0
/
+9
*
glsl: Add support for `precise` redeclarations
Chris Forbes
2014-06-04
4
-7
/
+47
*
glsl: add support for `precise` in type_qualifier
Chris Forbes
2014-06-04
5
-8
/
+48
*
glsl: remove outdated comment, move sample to correct block
Chris Forbes
2014-06-04
1
-3
/
+3
*
glsl: Make most ir_instruction::as_subclass() functions non-virtual.
Matt Turner
2014-06-03
1
-109
/
+52
*
glsl: Move ir_type_unset to end of enumeration.
Matt Turner
2014-06-03
2
-7
/
+3
*
glsl: Reorder ir_type_* enum for easier comparisons.
Matt Turner
2014-06-03
1
-7
/
+7
*
glsl: Remove useless call to as_rvalue().
Matt Turner
2014-06-03
1
-1
/
+1
*
glsl: Set ir_instruction::ir_type in the base class constructor
Ian Romanick
2014-06-03
2
-54
/
+57
*
scons: add common.c as part of glcpp build
Tapani Pälli
2014-05-30
1
-1
/
+1
*
glcpp: link with tests/common.c
Tapani Pälli
2014-05-30
1
-0
/
+1
*
glsl: Add null check in loop_analysis.cpp
Juha-Pekka Heikkila
2014-05-30
1
-2
/
+4
[next]