projects
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa/program: Change the program parser's namespace.
[mesa.git]
/
src
/
glsl
/
2013-07-31
Kenneth Graunke
glsl: Switch from the deprecated YYLEX_PARAM to %lex...
tree
|
commitdiff
2013-07-31
Kenneth Graunke
glsl: Change the lexer's namespace.
tree
|
commitdiff
2013-07-30
Marek Olšák
mesa,glsl,st/dri: add a new driconf option force_glsl_v...
tree
|
commitdiff
2013-07-30
Paul Berry
glsl: Remove redundant writes to prog->LinkStatus
tree
|
commitdiff
2013-07-30
Paul Berry
glsl: Improve error message for interstage interface...
tree
|
commitdiff
2013-07-30
Paul Berry
glsl: Use a consistent technique for tracking link...
tree
|
commitdiff
2013-07-30
Paul Berry
glsl: Add error message for intrastage interface block...
tree
|
commitdiff
2013-07-30
Paul Berry
glsl: Remove bogus check on return value of link_unifor...
tree
|
commitdiff
2013-07-29
Kenneth Graunke
glsl: Remove shader stage checking for extension handling.
tree
|
commitdiff
2013-07-27
Ian Romanick
glsl: Less const for glsl_type convenience accessors
tree
|
commitdiff
2013-07-27
Kenneth Graunke
glsl: Disallow auxiliary storage qualifiers on FS outputs.
tree
|
commitdiff
2013-07-27
Kenneth Graunke
glsl: Classify "layout" like other identifiers.
tree
|
commitdiff
2013-07-27
Paul Berry
glsl: Be consistent about '\n', '.', and capitalization...
tree
|
commitdiff
2013-07-26
Tapani Pälli
glsl: disable ARB_texture_cube_map_array_enable keyword...
tree
|
commitdiff
2013-07-25
Paul Berry
glsl: Handle empty if statement encountered during...
tree
|
commitdiff
2013-07-25
Paul Berry
glsl: don't rename variables in interface block arrays.
tree
|
commitdiff
2013-07-21
Vinson Lee
glsl: Initialize ast_function member variables.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Handle the binding qualifier for UBO variables.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Propagate UBO binding qualifier into UBO member...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Handle the binding qualifier for arrays of samplers.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Add plumbing for handling uniform binding qualifiers.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Delete unused code for handling samplers in array...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Cross-validate explicit binding points.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Propagate explicit binding information from AST...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Add ir_variable fields for explicit bindings.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Add validation for the "binding" qualifier.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Parse the "binding" keyword and store it in ast_t...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Have the lexer return LAYOUT_TOK if 420pack is...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Use has_layout() rather than a partial open coded...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Relax auxiliary storage ordering requirements...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Handle centroid qualifier ordering in C code...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Allow precision qualifiers to be flexibly ordered...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Move precision handling to be part of qualifier...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Change is_precision_statement to default_precisio...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Disable ordering checks for const parameters...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Handle "const" as a parameter qualifier.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Refactor parameter qualifier handling.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Use merge_qualifier() when processing qualifier...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Allow duplicate layout qualifiers with 420pack.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Disable ordering checks on most qualifiers for...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Handle most qualifier ordering in C code rather...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Add a new ast_type_qualifier::has_auxiliary_stora...
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Add a new ast_type_qualifier::has_storage() method.
tree
|
commitdiff
2013-07-18
Kenneth Graunke
glsl: Add a new ast_type_qualifier::has_layout() method.
tree
|
commitdiff
2013-07-18
Fabian Bieler
glsl/linker: Use correct array length when linking...
tree
|
commitdiff
2013-07-18
Jonathan Liu
builtin_compiler/build: Avoid using libtool if cross...
tree
|
commitdiff
2013-07-18
Vinson Lee
glsl: Remove comma at end of enumerator list.
tree
|
commitdiff
2013-07-16
Kenneth Graunke
glsl: Fix absurd whitespace conventions in the parser.
tree
|
commitdiff
2013-07-16
Kenneth Graunke
glsl: Fail the build if the grammar contains shift...
tree
|
commitdiff
2013-07-16
Kenneth Graunke
glsl: Silence the last shift/reduce conflict warning...
tree
|
commitdiff
2013-07-16
Vinson Lee
glsl: Initialize ast_jump_statement::opt_return_value.
tree
|
commitdiff
2013-07-15
Matt Turner
glsl: Reject C-style initializers with unknown types.
tree
|
commitdiff
2013-07-15
Paul Berry
glsl: Rework builtin_variables.cpp to reduce code dupli...
tree
|
commitdiff
2013-07-15
Paul Berry
glsl: Fix lower_named_interface_blocks to account for...
tree
|
commitdiff
2013-07-15
Paul Berry
glsl: Don't allow vertex shader input arrays until...
tree
|
commitdiff
2013-07-13
Vinson Lee
glsl: Initialize ast_aggregate_initializer::constructor...
tree
|
commitdiff
2013-07-13
Paul Berry
glsl: Make gl_TexCoord compatibility-only
tree
|
commitdiff
2013-07-13
Paul Berry
glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.
tree
|
commitdiff
2013-07-12
José Fonseca
glsl: Avoid variable length arrays.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add support for C-style initializers.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add infrastructure for aggregate initializers.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add an is_declaration field to ast_struct_specifier.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Track structs' ast_type_specifiers in symbol...
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add process_vec_mat_constructor() function.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Separate code into process_record_constructor().
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add copy-constructor for ast_struct_specifier.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add a constructor for ast_type_specifier.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Clean up and clarify comment explaining initializ...
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Change type of is_array to bool.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add a comment to note what an exec_list is a...
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Fix inverted conditional in error message.
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Add missing return error_value(ctx) in error...
tree
|
commitdiff
2013-07-12
Matt Turner
glsl: Remove unnecessary #include from ast_type.cpp.
tree
|
commitdiff
2013-07-12
Chia-I Wu
glsl/build: build builtin_compiler with VISIBILITY_CFLAGS
tree
|
commitdiff
2013-07-11
Matt Turner
glsl: Add comment explaining "row_major" parsing.
tree
|
commitdiff
2013-07-11
Matt Turner
glsl: Mark "row_major" as not a reserved word in GLSL...
tree
|
commitdiff
2013-07-11
Matt Turner
glsl: Remove outdated FINISHME comment.
tree
|
commitdiff
2013-07-09
Emil Velikov
glsl: Silence unused variable warning in the release...
tree
|
commitdiff
2013-07-09
Emil Velikov
glsl/ast: Silence uninitialized variable warnings in...
tree
|
commitdiff
2013-07-08
Matt Turner
glsl: Allow non-constant expression initializers of...
tree
|
commitdiff
2013-07-03
José Fonseca
glsl: Ensure snprintf is defined on MSVC builds.
tree
|
commitdiff
2013-07-02
Marek Olšák
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
tree
|
commitdiff
2013-07-02
Marek Olšák
glsl/linker: eliminate unused and set-but-unused built...
tree
|
commitdiff
2013-07-02
Marek Olšák
glsl/linker: check against varying limit after unused...
tree
|
commitdiff
2013-07-02
Marek Olšák
glsl/linker: link shaders in the opposite order (from...
tree
|
commitdiff
2013-07-02
Marek Olšák
mesa: renumber shader indices according to their placem...
tree
|
commitdiff
2013-07-02
Kenneth Graunke
glsl/builtins: Fix ARB_texture_cube_map_array built...
tree
|
commitdiff
2013-06-28
Vinson Lee
glsl: Initialize member variable is_ubo_var in constructor.
tree
|
commitdiff
2013-06-27
José Fonseca
glsl: Use the C99 variadic macro syntax.
tree
|
commitdiff
2013-06-26
Ian Romanick
glsl: Move all var decls to the front of the IR list...
tree
|
commitdiff
2013-06-26
Kenneth Graunke
glsl: Streamline the built-in type handling code.
tree
|
commitdiff
2013-06-26
Kenneth Graunke
glsl: Don't use random pointers as an array of glsl_typ...
tree
|
commitdiff
2013-06-26
Kenneth Graunke
glsl: Stop being clever with pointer arithmetic when...
tree
|
commitdiff
2013-06-26
Kenneth Graunke
glsl: Add simple vector type accessor helpers.
tree
|
commitdiff
2013-06-21
Eric Anholt
mesa: Move the common _mesa_glsl_compile_shader() code...
tree
|
commitdiff
2013-06-21
Eric Anholt
mesa: Use shared code for converting shader targets...
tree
|
commitdiff
2013-06-21
Eric Anholt
glsl: Remove ir_print_visitor.h includes and usage
tree
|
commitdiff
2013-06-21
Eric Anholt
glsl: Make _mesa_print_ir() available from anything...
tree
|
commitdiff
2013-06-21
Paul Berry
glsl: Make some files safe to include from C
tree
|
commitdiff
2013-06-14
Matt Turner
glsl: Disallow return with a void argument from void...
tree
|
commitdiff
next