summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl: Support GLSL ES in the standalone compile.Chia-I Wu2010-09-081-1/+3
* glsl: Require a context in _mesa_glsl_parse_state.Chia-I Wu2010-09-082-62/+62
* glcpp: Fix build on non-GCC compilers.Kenneth Graunke2010-09-072-90/+92
* ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.Kenneth Graunke2010-09-071-1/+7
* glsl: Allow overloading of built-ins without hiding in GLSL ES.Kenneth Graunke2010-09-071-1/+1
* glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke2010-09-079-15/+28
* ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00.Kenneth Graunke2010-09-071-0/+9
* ast_to_hir: Reject unsized array declarations in GLSL ES 1.00.Kenneth Graunke2010-09-071-9/+18
* ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.Kenneth Graunke2010-09-071-1/+1
* linker: Fix assertion and cross-version checks for version 100.Kenneth Graunke2010-09-071-2/+3
* glsl: Add built-in function profiles for GLSL ES 1.00.Kenneth Graunke2010-09-073-11/+2953
* glsl: Add built-in variables for GLSL ES 1.00.Kenneth Graunke2010-09-072-0/+82
* glsl: Split out types that are in 1.10 but not GLSL ES 1.00.Kenneth Graunke2010-09-073-15/+35
* glsl: Recognize GLSL ES 1.00 keywords.Kenneth Graunke2010-09-074-281/+287
* glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke2010-09-078-227/+249
* glsl: Accept language version 100 and make it the default on ES2.Kenneth Graunke2010-09-074-242/+255
* glsl: Set default language version in mesa_glsl_parse_state constructor.Kenneth Graunke2010-09-074-260/+249
* glsl2: Forbid array-types in ?: operator in GLSL 1.10Ian Romanick2010-09-071-0/+11
* glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...Ian Romanick2010-09-071-1/+1
* glsl: Change grammar rules for selection statements to match the spec.Kenneth Graunke2010-09-073-950/+913
* glsl2: check for _NumLinkedShaders being 0Török Edvin2010-09-071-1/+1
* glsl: Add new files to sconscript.José Fonseca2010-09-051-0/+3
* ir_reader: Only validate IR when a global 'debug' flag is set.Kenneth Graunke2010-09-051-1/+4
* ir_reader: Run ir_validate on the generated IR.Kenneth Graunke2010-09-041-0/+2
* ir_reader: Emit global variables at the top of the instruction list.Kenneth Graunke2010-09-041-2/+11
* ir_reader: Drop support for reading the old assignment format.Kenneth Graunke2010-09-041-6/+4
* glsl: Regenerate autogenerated file builtin_function.cpp.Kenneth Graunke2010-09-041-402/+390
* glsl/builtins: Convert assignments to new format (with write mask).Kenneth Graunke2010-09-0415-398/+389
* ir_reader: Read the new assignment format (with write mask).Kenneth Graunke2010-09-041-6/+46
* ir_reader: Track the current function and report it in error messages.Kenneth Graunke2010-09-041-0/+6
* glsl/builtins: Actually print the info log if reading a builtin failed.Kenneth Graunke2010-09-041-0/+1
* exec_list: replace class with structBrian Paul2010-09-031-1/+1
* glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick2010-09-032-3/+3
* glsl2: Allow copy / constant propagation into array indicesIan Romanick2010-09-032-32/+12
* glsl2: Add module to perform simple loop unrollingIan Romanick2010-09-037-3/+123
* glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick2010-09-033-0/+27
* ir_expression: Add static operator_string methodIan Romanick2010-09-032-3/+13
* exec_node: Add insert_before that inserts an entire listIan Romanick2010-09-031-0/+23
* glsl2: Eliminate zero-iteration loopsIan Romanick2010-09-031-1/+7
* glsl2: Perform initial bits of loop analysis during compilationIan Romanick2010-09-032-0/+10
* glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick2010-09-034-1/+305
* glsl2: Add module to analyze variables used in loopsIan Romanick2010-09-034-1/+672
* ir_validate: Validate loop control fields in ir_loopIan Romanick2010-09-031-0/+35
* glsl2: Add cmp field to ir_loopIan Romanick2010-09-033-6/+34
* glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick2010-09-034-0/+24
* exec_list: Add pop_headIan Romanick2010-09-031-0/+17
* ir_print_visitor: Print empty else blocks more compactlyIan Romanick2010-09-031-9/+13
* glsl2: Update TODO fileIan Romanick2010-09-021-19/+7
* glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke2010-09-012-3/+10
* glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke2010-09-011-1/+3