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: Implement parser support for atomic counters.
Francisco Jerez
2013-11-07
1
-1
/
+62
*
glsl: Move layout(location) checks to AST-to-HIR conversion
Ian Romanick
2013-10-30
1
-0
/
+8
*
glsl: Slightly restructure error generation in validate_explicit_location
Ian Romanick
2013-10-30
1
-11
/
+11
*
glsl: Eliminate the global check in validate_explicit_location
Ian Romanick
2013-10-30
1
-3
/
+2
*
glsl: Extract explicit location code from apply_type_qualifier_to_variable
Ian Romanick
2013-10-30
1
-75
/
+84
*
glsl: Add type predicate to check whether a type contains any opaque types.
Francisco Jerez
2013-10-29
1
-0
/
+4
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
1
-0
/
+1
*
glsl: Add check for unsized arrays to glsl types
Timothy Arceri
2013-10-28
1
-14
/
+10
*
glsl: Move error message inside validation check reducing duplicate message h...
Timothy Arceri
2013-10-27
1
-13
/
+14
*
glsl: When disabling gl_PerVertex variables, check that mode matches.
Paul Berry
2013-10-24
1
-1
/
+2
*
glsl: Remove unused gl_PerVertex interface blocks.
Paul Berry
2013-10-24
1
-0
/
+90
*
glsl: Call check_builtin_array_max_size when redeclaring gl_in.
Paul Berry
2013-10-24
1
-1
/
+17
*
glsl: Keep track of centroid/interpolation mode for interface block members.
Paul Berry
2013-10-24
1
-0
/
+9
*
glsl: Pass variable mode into ast_process_structure_or_interface_block().
Paul Berry
2013-10-24
1
-16
/
+23
*
glsl: Extract interpretation of interpolation to its own function.
Paul Berry
2013-10-24
1
-28
/
+42
*
glsl: Pull interpolation_string() out of ir_variable.
Paul Berry
2013-10-24
1
-2
/
+2
*
glsl: When constructing a variable with an interface type, set interface_type
Ian Romanick
2013-10-22
1
-1
/
+0
*
glsl: Don't allow gl_PerVertex to be redeclared after it's been used.
Paul Berry
2013-10-10
1
-0
/
+53
*
glsl: Support redeclaration of GS gl_PerVertex input.
Paul Berry
2013-10-10
1
-2
/
+21
*
glsl: Catch redeclaration of interface block instance names at compile time.
Paul Berry
2013-10-10
1
-2
/
+8
*
glsl: Support redeclaration of VS and GS gl_PerVertex output.
Paul Berry
2013-10-10
1
-2
/
+60
*
glsl: Error check redeclarations of gl_PerVertex.
Paul Berry
2013-10-10
1
-0
/
+60
*
glsl: Generalize processing of variable redeclarations.
Paul Berry
2013-10-10
1
-8
/
+7
*
glsl: Don't allow invalid identifiers as struct names.
Paul Berry
2013-10-10
1
-0
/
+2
*
glsl: Don't allow invalid identifiers as interface block instance names.
Paul Berry
2013-10-10
1
-0
/
+3
*
glsl: Don't allow invalid identifier names in struct/interface fields.
Paul Berry
2013-10-10
1
-3
/
+9
*
glsl: Don't allow invalid identifiers as interface block names.
Paul Berry
2013-10-10
1
-0
/
+4
*
glsl: Don't allow unnamed interface blocks to redeclare variables.
Paul Berry
2013-10-10
1
-0
/
+3
*
glsl: Refactor code to check that identifier names are valid.
Paul Berry
2013-10-10
1
-33
/
+32
*
glsl: Make accessor functions for ir_variable::interface_type.
Paul Berry
2013-10-09
1
-2
/
+2
*
glsl: Keep track of location for interface block fields.
Paul Berry
2013-10-08
1
-0
/
+1
*
glsl: Create and use a has_explicit_attrib_location() helper.
Kenneth Graunke
2013-09-26
1
-1
/
+1
*
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
[next]