index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-19
glsl: Use alignment of container record for its first field
Ian Romanick
2
-2
/
+28
2013-08-19
glsl: Add new overload of program_resource_visitor::visit_field method
Ian Romanick
2
-10
/
+48
2013-08-19
glsl: Disallow embedded structure definitions
Ian Romanick
3
-0
/
+38
2013-08-19
glsl: Add default precision qualifiers for ES builtins
Ian Romanick
5
-0
/
+6
2013-08-19
glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACE
Marek Olšák
3
-12
/
+23
2013-08-15
glsl: Emit better warnings for things that look like default precision statem...
Ian Romanick
1
-13
/
+31
2013-08-13
glsl: disable ARB_texture_cube_map_array_enable keywords for glsl es
Tapani Pälli
1
-24
/
+5
2013-08-13
glsl: Require function return type arrays be explicitly sized
Ian Romanick
1
-0
/
+12
2013-08-13
glsl: Move and refine test for unsized arrays in GLSL ES
Ian Romanick
1
-6
/
+27
2013-08-09
glsl: Don't allow const on out or inout function parameters
Ian Romanick
1
-0
/
+15
2013-08-06
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
1
-1
/
+2
2013-08-05
glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
1
-5
/
+3
2013-08-05
glsl: Change the lexer's namespace.
Kenneth Graunke
3
-3
/
+9
2013-08-05
glsl: Less const for glsl_type convenience accessors
Ian Romanick
2
-8
/
+8
2013-08-05
glsl: Disallow auxiliary storage qualifiers on FS outputs.
Kenneth Graunke
1
-0
/
+14
2013-08-05
glsl: Classify "layout" like other identifiers.
Kenneth Graunke
1
-1
/
+1
2013-08-05
glsl: Handle empty if statement encountered during loop analysis.
Paul Berry
1
-1
/
+2
2013-07-18
glsl: Handle the binding qualifier for UBO variables.
Kenneth Graunke
1
-0
/
+10
2013-07-18
glsl: Propagate UBO binding qualifier into UBO member variables.
Kenneth Graunke
1
-0
/
+7
2013-07-18
glsl: Handle the binding qualifier for arrays of samplers.
Kenneth Graunke
1
-0
/
+25
2013-07-18
glsl: Add plumbing for handling uniform binding qualifiers.
Kenneth Graunke
1
-3
/
+23
2013-07-18
glsl: Delete unused code for handling samplers in array-initializers.
Kenneth Graunke
1
-14
/
+0
2013-07-18
glsl: Cross-validate explicit binding points.
Kenneth Graunke
1
-0
/
+19
2013-07-18
glsl: Propagate explicit binding information from AST to IR.
Kenneth Graunke
1
-2
/
+5
2013-07-18
glsl: Add ir_variable fields for explicit bindings.
Kenneth Graunke
2
-0
/
+17
2013-07-18
glsl: Add validation for the "binding" qualifier.
Kenneth Graunke
1
-0
/
+81
2013-07-18
glsl: Parse the "binding" keyword and store it in ast_type_qualifier.
Kenneth Graunke
3
-1
/
+25
2013-07-18
glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.
Kenneth Graunke
1
-1
/
+2
2013-07-18
glsl: Use has_layout() rather than a partial open coded version.
Kenneth Graunke
1
-7
/
+1
2013-07-18
glsl: Relax auxiliary storage ordering requirements with 420pack.
Kenneth Graunke
1
-1
/
+2
2013-07-18
glsl: Handle centroid qualifier ordering in C code, not the parser.
Kenneth Graunke
1
-20
/
+30
2013-07-18
glsl: Allow precision qualifiers to be flexibly ordered with 420pack.
Kenneth Graunke
1
-2
/
+2
2013-07-18
glsl: Move precision handling to be part of qualifier handling.
Kenneth Graunke
3
-36
/
+52
2013-07-18
glsl: Change is_precision_statement to default_precision != none.
Kenneth Graunke
3
-7
/
+8
2013-07-18
glsl: Disable ordering checks for const parameters with 420pack.
Kenneth Graunke
1
-1
/
+1
2013-07-18
glsl: Handle "const" as a parameter qualifier.
Kenneth Graunke
1
-29
/
+14
2013-07-18
glsl: Refactor parameter qualifier handling.
Kenneth Graunke
1
-1
/
+12
2013-07-18
glsl: Use merge_qualifier() when processing qualifier lists.
Kenneth Graunke
1
-3
/
+3
2013-07-18
glsl: Allow duplicate layout qualifiers with 420pack.
Kenneth Graunke
1
-1
/
+1
2013-07-18
glsl: Disable ordering checks on most qualifiers for 420pack.
Kenneth Graunke
1
-2
/
+3
2013-07-18
glsl: Handle most qualifier ordering in C code rather than the grammar.
Kenneth Graunke
1
-18
/
+92
2013-07-18
glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method.
Kenneth Graunke
2
-0
/
+11
2013-07-18
glsl: Add a new ast_type_qualifier::has_storage() method.
Kenneth Graunke
2
-0
/
+16
2013-07-18
glsl: Add a new ast_type_qualifier::has_layout() method.
Kenneth Graunke
2
-0
/
+23
2013-07-18
glsl/linker: Use correct array length when linking inter-stage uniforms and v...
Fabian Bieler
1
-1
/
+1
2013-07-18
builtin_compiler/build: Avoid using libtool if cross compiling
Jonathan Liu
1
-0
/
+13
2013-07-17
glsl: Remove comma at end of enumerator list.
Vinson Lee
1
-1
/
+1
2013-07-16
glsl: Fix absurd whitespace conventions in the parser.
Kenneth Graunke
1
-1696
/
+1691
2013-07-16
glsl: Fail the build if the grammar contains shift/reduce errors.
Kenneth Graunke
1
-0
/
+2
2013-07-16
glsl: Silence the last shift/reduce conflict warning in the grammar.
Kenneth Graunke
1
-1
/
+3
[next]