index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
glsl: Fix hypothetical NULL dereference related to process_array_type
Ian Romanick
2013-04-12
1
-1
/
+5
*
glsl: Fix hypothetical NULL dereference in ast_process_structure_or_interface...
Ian Romanick
2013-04-12
1
-3
/
+8
*
glsl: Don't early-out for error-type inputs
Ian Romanick
2013-04-08
1
-3
/
+1
*
glsl: Don't return a value from check_builtin_array_max_size
Ian Romanick
2013-04-08
1
-4
/
+1
*
glsl: Refactor handling of ast_array_index to a separate function
Ian Romanick
2013-04-08
1
-162
/
+3
*
glsl: Make check_build_array_max_size externally visible
Ian Romanick
2013-04-08
1
-1
/
+1
*
glsl: Fix error checking on "flat" keyword to match GLSL ES 3.00, GLSL 1.50.
Paul Berry
2013-02-13
1
-16
/
+32
*
glsl: don't allow non-flat integral types in varying structs/arrays.
Paul Berry
2013-02-13
1
-6
/
+6
*
glsl: Allow default precision qualifiers to be set for sampler types.
Paul Berry
2013-02-13
1
-3
/
+43
*
glsl: Remove ir_variable::uniform_block
Ian Romanick
2013-01-25
1
-1
/
+0
*
glsl: Calculate UBO data at link-time
Ian Romanick
2013-01-25
1
-51
/
+5
*
glsl: Add gl_uniform_buffer_variable::IndexName field
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Handle instance array declarations
Ian Romanick
2013-01-25
1
-3
/
+19
*
glsl: Track blocks in the symbol table using the glsl_type instead of the gl_...
Ian Romanick
2013-01-25
1
-6
/
+6
*
glsl: Require that indices into uniform block arrays be constants
Ian Romanick
2013-01-25
1
-0
/
+9
*
glsl: Add ir_variable::interface_type field
Ian Romanick
2013-01-25
1
-0
/
+2
*
glsl: Generate an interface type for uniform blocks
Ian Romanick
2013-01-25
1
-49
/
+118
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Refactor out processing of structure fields
Ian Romanick
2013-01-25
1
-13
/
+41
*
mesa: Track the packing mode of a UBO in gl_uniform_buffer
Ian Romanick
2013-01-25
1
-0
/
+10
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-4
/
+0
*
glsl: Allow varying structs in GLSL ES 3.00 and GLSL 1.50.
Paul Berry
2013-01-24
1
-4
/
+4
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-31
/
+33
*
mesa: Remove unused field gl_uniform_buffer_variable::Buffer
Ian Romanick
2013-01-18
1
-1
/
+0
*
glsl: Track UBO block names in the symbol table.
Kenneth Graunke
2013-01-18
1
-0
/
+6
*
glsl: Reject row_major and column_major on non-matrix types
Ian Romanick
2013-01-18
1
-6
/
+33
*
glsl: Prohibit structs and bools from being used as "varyings".
Paul Berry
2013-01-08
1
-21
/
+71
[next]