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
/
ast_to_hir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
glsl: Allow precision qualifiers for sampler types
Anuj Phogat
2013-08-29
1
-8
/
+21
*
glsl: Disallow uniform block layout qualifiers on non-uniform block vars.
Matt Turner
2013-08-26
1
-4
/
+13
*
glsl: init limit=0 to silence uninitialized var warning
Brian Paul
2013-08-26
1
-1
/
+1
*
glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.
Ian Romanick
2013-08-21
1
-6
/
+12
*
glsl: Remove ubo_qualifiers_allowed variable.
Matt Turner
2013-08-21
1
-3
/
+2
*
glsl: Drop duplicate error messages.
Matt Turner
2013-08-21
1
-12
/
+1
*
glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.
Matt Turner
2013-08-21
1
-3
/
+3
*
glsl: Track existence of default float precision in GLSL ES fragment shaders
Ian Romanick
2013-08-21
1
-4
/
+64
*
glsl: Pass type to is_valid_default_precision_type instead of name
Ian Romanick
2013-08-21
1
-4
/
+5
*
glsl: Disallow embedded structure definitions
Ian Romanick
2013-08-19
1
-0
/
+30
*
glsl: Remove extra "types" from error message
Ian Romanick
2013-08-19
1
-1
/
+1
*
glsl: Emit better warnings for things that look like default precision statem...
Ian Romanick
2013-08-13
1
-13
/
+31
*
glsl/ast: Don't perform GS input array checks on non-inputs.
Paul Berry
2013-08-13
1
-1
/
+1
*
glsl/ast: Fix assertion failure when GS input declared as non-array.
Paul Berry
2013-08-13
1
-4
/
+12
*
glsl/ast: Check that geometry shader interface block inputs are arrays.
Paul Berry
2013-08-13
1
-0
/
+13
*
glsl: Require function return type arrays be explicitly sized
Ian Romanick
2013-08-13
1
-0
/
+12
*
glsl: Move and refine test for unsized arrays in GLSL ES
Ian Romanick
2013-08-13
1
-6
/
+27
*
glsl: Don't allow const on out or inout function parameters
Ian Romanick
2013-08-09
1
-0
/
+15
*
glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.
Paul Berry
2013-08-09
1
-1
/
+2
*
glsl: Disallow interpolation qualifiers on non-input/output variables.
Kenneth Graunke
2013-08-02
1
-7
/
+18
*
glsl: Implement rules for geometry shader input sizes.
Paul Berry
2013-08-01
1
-0
/
+112
*
glsl: Allow geometry shader input instance arrays to be unsized.
Paul Berry
2013-08-01
1
-2
/
+29
*
glsl: Parse the GLSL 1.50 GS layout qualifiers.
Eric Anholt
2013-08-01
1
-0
/
+27
*
glsl: Make sure that we don't put too many bitfields in ast_type_qualifier.
Eric Anholt
2013-08-01
1
-0
/
+2
*
glsl: Require geometry shader inputs to be arrays.
Paul Berry
2013-08-01
1
-1
/
+14
*
glsl: support compilation of geometry shaders
Bryan Cain
2013-08-01
1
-6
/
+26
*
glsl: Disallow auxiliary storage qualifiers on FS outputs.
Kenneth Graunke
2013-07-27
1
-0
/
+14
*
glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.
Paul Berry
2013-07-27
1
-50
/
+50
*
glsl: Propagate UBO binding qualifier into UBO member variables.
Kenneth Graunke
2013-07-18
1
-0
/
+7
*
glsl: Propagate explicit binding information from AST to IR.
Kenneth Graunke
2013-07-18
1
-2
/
+5
*
glsl: Add validation for the "binding" qualifier.
Kenneth Graunke
2013-07-18
1
-0
/
+81
*
glsl: Use has_layout() rather than a partial open coded version.
Kenneth Graunke
2013-07-18
1
-7
/
+1
*
glsl: Move precision handling to be part of qualifier handling.
Kenneth Graunke
2013-07-18
1
-16
/
+18
*
glsl: Change is_precision_statement to default_precision != none.
Kenneth Graunke
2013-07-18
1
-2
/
+2
*
glsl: Don't allow vertex shader input arrays until GLSL 1.50.
Paul Berry
2013-07-15
1
-1
/
+1
*
glsl: Add support for C-style initializers.
Matt Turner
2013-07-11
1
-1
/
+13
*
glsl: Add infrastructure for aggregate initializers.
Matt Turner
2013-07-11
1
-0
/
+4
*
glsl/ast: Silence uninitialized variable warnings in the release build
Emil Velikov
2013-07-08
1
-0
/
+2
*
glsl: Allow non-constant expression initializers of const-qualified vars.
Matt Turner
2013-07-08
1
-11
/
+19
*
glsl: Move all var decls to the front of the IR list in reverse order
Ian Romanick
2013-06-26
1
-0
/
+18
*
glsl: Disallow return with a void argument from void functions.
Matt Turner
2013-06-14
1
-1
/
+17
*
glsl: Allow implicit conversion of return values.
Matt Turner
2013-06-14
1
-9
/
+22
*
glsl ast_to_hir: support in/out for interface blocks
Jordan Justen
2013-05-23
1
-6
/
+22
*
glsl ast_to_hir: reject row/column_major for in/out interface blocks
Jordan Justen
2013-05-23
1
-1
/
+5
*
glsl ast_to_hir: move uniform block symbols to interface blocks namespace
Jordan Justen
2013-05-23
1
-1
/
+1
*
glsl ast_to_hir: reject interpolation qualifiers for uniform blocks
Jordan Justen
2013-05-23
1
-0
/
+6
*
glsl: rename ast_uniform_block to ast_interface_block
Jordan Justen
2013-05-23
1
-3
/
+3
*
glsl: Convert ir_binop_vector_extract in the LHS to ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+24
*
glsl: Ignore redundant prototypes after a function's been defined.
Kenneth Graunke
2013-04-30
1
-4
/
+11
[next]