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
*
Move count_attribute_slots() out of the linker and into glsl_type.
Paul Berry
2013-08-01
5
-40
/
+42
*
glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.
Paul Berry
2013-08-01
2
-13
/
+13
*
glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
2013-07-31
1
-5
/
+3
*
glsl: Change the lexer's namespace.
Kenneth Graunke
2013-07-31
3
-3
/
+9
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-07-30
1
-1
/
+2
*
glsl: Remove redundant writes to prog->LinkStatus
Paul Berry
2013-07-30
1
-1
/
+0
*
glsl: Improve error message for interstage interface block mismatch.
Paul Berry
2013-07-30
1
-1
/
+2
*
glsl: Use a consistent technique for tracking link success/failure.
Paul Berry
2013-07-30
5
-82
/
+75
*
glsl: Add error message for intrastage interface block mismatch.
Paul Berry
2013-07-30
3
-3
/
+8
*
glsl: Remove bogus check on return value of link_uniform_blocks().
Paul Berry
2013-07-30
3
-6
/
+4
*
glsl: Remove shader stage checking for extension handling.
Kenneth Graunke
2013-07-29
1
-61
/
+28
*
glsl: Less const for glsl_type convenience accessors
Ian Romanick
2013-07-27
2
-8
/
+8
*
glsl: Disallow auxiliary storage qualifiers on FS outputs.
Kenneth Graunke
2013-07-27
1
-0
/
+14
*
glsl: Classify "layout" like other identifiers.
Kenneth Graunke
2013-07-27
1
-1
/
+1
*
glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.
Paul Berry
2013-07-27
8
-122
/
+122
*
glsl: disable ARB_texture_cube_map_array_enable keywords for glsl es
Tapani Pälli
2013-07-26
1
-24
/
+5
*
glsl: Handle empty if statement encountered during loop analysis.
Paul Berry
2013-07-25
1
-1
/
+2
*
glsl: don't rename variables in interface block arrays.
Paul Berry
2013-07-25
1
-6
/
+2
*
glsl: Initialize ast_function member variables.
Vinson Lee
2013-07-21
1
-1
/
+2
*
glsl: Handle the binding qualifier for UBO variables.
Kenneth Graunke
2013-07-18
1
-0
/
+10
*
glsl: Propagate UBO binding qualifier into UBO member variables.
Kenneth Graunke
2013-07-18
1
-0
/
+7
*
glsl: Handle the binding qualifier for arrays of samplers.
Kenneth Graunke
2013-07-18
1
-0
/
+25
*
glsl: Add plumbing for handling uniform binding qualifiers.
Kenneth Graunke
2013-07-18
1
-3
/
+23
*
glsl: Delete unused code for handling samplers in array-initializers.
Kenneth Graunke
2013-07-18
1
-14
/
+0
*
glsl: Cross-validate explicit binding points.
Kenneth Graunke
2013-07-18
1
-0
/
+19
*
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
[next]