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: Propagate explicit binding information from AST to IR.
Kenneth Graunke
2013-07-18
1
-2
/
+5
*
glsl: Add ir_variable fields for explicit bindings.
Kenneth Graunke
2013-07-18
2
-0
/
+17
*
glsl: Add validation for the "binding" qualifier.
Kenneth Graunke
2013-07-18
1
-0
/
+81
*
glsl: Parse the "binding" keyword and store it in ast_type_qualifier.
Kenneth Graunke
2013-07-18
3
-1
/
+25
*
glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.
Kenneth Graunke
2013-07-18
1
-1
/
+2
*
glsl: Use has_layout() rather than a partial open coded version.
Kenneth Graunke
2013-07-18
1
-7
/
+1
*
glsl: Relax auxiliary storage ordering requirements with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+2
*
glsl: Handle centroid qualifier ordering in C code, not the parser.
Kenneth Graunke
2013-07-18
1
-20
/
+30
*
glsl: Allow precision qualifiers to be flexibly ordered with 420pack.
Kenneth Graunke
2013-07-18
1
-2
/
+2
*
glsl: Move precision handling to be part of qualifier handling.
Kenneth Graunke
2013-07-18
3
-36
/
+52
*
glsl: Change is_precision_statement to default_precision != none.
Kenneth Graunke
2013-07-18
3
-7
/
+8
*
glsl: Disable ordering checks for const parameters with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Handle "const" as a parameter qualifier.
Kenneth Graunke
2013-07-18
1
-29
/
+14
*
glsl: Refactor parameter qualifier handling.
Kenneth Graunke
2013-07-18
1
-1
/
+12
*
glsl: Use merge_qualifier() when processing qualifier lists.
Kenneth Graunke
2013-07-18
1
-3
/
+3
*
glsl: Allow duplicate layout qualifiers with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Disable ordering checks on most qualifiers for 420pack.
Kenneth Graunke
2013-07-18
1
-2
/
+3
*
glsl: Handle most qualifier ordering in C code rather than the grammar.
Kenneth Graunke
2013-07-18
1
-18
/
+92
*
glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method.
Kenneth Graunke
2013-07-18
2
-0
/
+11
*
glsl: Add a new ast_type_qualifier::has_storage() method.
Kenneth Graunke
2013-07-18
2
-0
/
+16
*
glsl: Add a new ast_type_qualifier::has_layout() method.
Kenneth Graunke
2013-07-18
2
-0
/
+23
*
glsl/linker: Use correct array length when linking inter-stage uniforms and v...
Fabian Bieler
2013-07-18
1
-1
/
+1
*
builtin_compiler/build: Avoid using libtool if cross compiling
Jonathan Liu
2013-07-18
1
-0
/
+13
*
glsl: Remove comma at end of enumerator list.
Vinson Lee
2013-07-17
1
-1
/
+1
*
glsl: Fix absurd whitespace conventions in the parser.
Kenneth Graunke
2013-07-16
1
-1696
/
+1691
*
glsl: Fail the build if the grammar contains shift/reduce errors.
Kenneth Graunke
2013-07-16
1
-0
/
+2
*
glsl: Silence the last shift/reduce conflict warning in the grammar.
Kenneth Graunke
2013-07-16
1
-1
/
+3
*
glsl: Initialize ast_jump_statement::opt_return_value.
Vinson Lee
2013-07-16
1
-0
/
+1
*
glsl: Reject C-style initializers with unknown types.
Matt Turner
2013-07-15
1
-0
/
+5
*
glsl: Rework builtin_variables.cpp to reduce code duplication.
Paul Berry
2013-07-15
1
-761
/
+368
*
glsl: Fix lower_named_interface_blocks to account for dereferences of consts.
Paul Berry
2013-07-15
1
-0
/
+2
*
glsl: Don't allow vertex shader input arrays until GLSL 1.50.
Paul Berry
2013-07-15
1
-1
/
+1
*
glsl: Initialize ast_aggregate_initializer::constructor_type.
Vinson Lee
2013-07-12
1
-1
/
+2
*
glsl: Make gl_TexCoord compatibility-only
Paul Berry
2013-07-12
1
-26
/
+30
*
glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.
Paul Berry
2013-07-12
1
-1
/
+1
*
glsl: Avoid variable length arrays.
José Fonseca
2013-07-12
1
-7
/
+14
*
glsl: Add support for C-style initializers.
Matt Turner
2013-07-11
4
-1
/
+257
*
glsl: Add infrastructure for aggregate initializers.
Matt Turner
2013-07-11
4
-1
/
+72
*
glsl: Add an is_declaration field to ast_struct_specifier.
Matt Turner
2013-07-11
2
-1
/
+4
*
glsl: Track structs' ast_type_specifiers in symbol table.
Matt Turner
2013-07-11
2
-4
/
+27
*
glsl: Add process_vec_mat_constructor() function.
Matt Turner
2013-07-11
1
-0
/
+114
*
glsl: Separate code into process_record_constructor().
Matt Turner
2013-07-11
1
-48
/
+60
*
glsl: Add copy-constructor for ast_struct_specifier.
Matt Turner
2013-07-11
1
-0
/
+12
*
glsl: Add a constructor for ast_type_specifier.
Matt Turner
2013-07-11
1
-0
/
+16
*
glsl: Clean up and clarify comment explaining initializer rules.
Matt Turner
2013-07-11
1
-7
/
+13
*
glsl: Change type of is_array to bool.
Matt Turner
2013-07-11
2
-5
/
+5
*
glsl: Add a comment to note what an exec_list is a list of.
Matt Turner
2013-07-11
1
-0
/
+1
*
glsl: Fix inverted conditional in error message.
Matt Turner
2013-07-11
1
-1
/
+1
*
glsl: Add missing return error_value(ctx) in error path.
Matt Turner
2013-07-11
1
-0
/
+1
*
glsl: Remove unnecessary #include from ast_type.cpp.
Matt Turner
2013-07-11
1
-3
/
+0
[prev]
[next]