index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
2010-09-07
glcpp: Fix build on non-GCC compilers.
Kenneth Graunke
2010-09-07
ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.
Kenneth Graunke
2010-09-07
glsl: Allow overloading of built-ins without hiding in GLSL ES.
Kenneth Graunke
2010-09-07
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00.
Kenneth Graunke
2010-09-07
ast_to_hir: Reject unsized array declarations in GLSL ES 1.00.
Kenneth Graunke
2010-09-07
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
Kenneth Graunke
2010-09-07
linker: Fix assertion and cross-version checks for version 100.
Kenneth Graunke
2010-09-07
glsl: Add built-in function profiles for GLSL ES 1.00.
Kenneth Graunke
2010-09-07
glsl: Add built-in variables for GLSL ES 1.00.
Kenneth Graunke
2010-09-07
glsl: Split out types that are in 1.10 but not GLSL ES 1.00.
Kenneth Graunke
2010-09-07
glsl: Recognize GLSL ES 1.00 keywords.
Kenneth Graunke
2010-09-07
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
2010-09-07
glsl: Accept language version 100 and make it the default on ES2.
Kenneth Graunke
2010-09-07
glsl: Set default language version in mesa_glsl_parse_state constructor.
Kenneth Graunke
2010-09-07
glsl2: Forbid array-types in ?: operator in GLSL 1.10
Ian Romanick
2010-09-07
glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...
Ian Romanick
2010-09-07
glsl: Change grammar rules for selection statements to match the spec.
Kenneth Graunke
2010-09-07
glsl2: check for _NumLinkedShaders being 0
Török Edvin
2010-09-05
glsl: Add new files to sconscript.
José Fonseca
2010-09-05
ir_reader: Only validate IR when a global 'debug' flag is set.
Kenneth Graunke
2010-09-04
ir_reader: Run ir_validate on the generated IR.
Kenneth Graunke
2010-09-04
ir_reader: Emit global variables at the top of the instruction list.
Kenneth Graunke
2010-09-04
ir_reader: Drop support for reading the old assignment format.
Kenneth Graunke
2010-09-04
glsl: Regenerate autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-09-04
glsl/builtins: Convert assignments to new format (with write mask).
Kenneth Graunke
2010-09-04
ir_reader: Read the new assignment format (with write mask).
Kenneth Graunke
2010-09-04
ir_reader: Track the current function and report it in error messages.
Kenneth Graunke
2010-09-04
glsl/builtins: Actually print the info log if reading a builtin failed.
Kenneth Graunke
2010-09-03
exec_list: replace class with struct
Brian Paul
2010-09-03
glsl2: Use as_constant some places instead of constant_expression_value
Ian Romanick
2010-09-03
glsl2: Allow copy / constant propagation into array indices
Ian Romanick
2010-09-03
glsl2: Add module to perform simple loop unrolling
Ian Romanick
2010-09-03
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
2010-09-03
ir_expression: Add static operator_string method
Ian Romanick
2010-09-03
exec_node: Add insert_before that inserts an entire list
Ian Romanick
2010-09-03
glsl2: Eliminate zero-iteration loops
Ian Romanick
2010-09-03
glsl2: Perform initial bits of loop analysis during compilation
Ian Romanick
2010-09-03
glsl2: Add module to suss out loop control variables from loop analysis data
Ian Romanick
2010-09-03
glsl2: Add module to analyze variables used in loops
Ian Romanick
2010-09-03
ir_validate: Validate loop control fields in ir_loop
Ian Romanick
2010-09-03
glsl2: Add cmp field to ir_loop
Ian Romanick
2010-09-03
glsl2: Set a flag when visiting the assignee of an assignment
Ian Romanick
2010-09-03
exec_list: Add pop_head
Ian Romanick
2010-09-03
ir_print_visitor: Print empty else blocks more compactly
Ian Romanick
2010-09-02
glsl2: Update TODO file
Ian Romanick
2010-09-01
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
glsl: Convert constant record constructor parameters to ir_constants.
Kenneth Graunke
2010-09-01
glsl: Reject structure constructors that have too many arguments.
Kenneth Graunke
2010-09-01
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
[prev]
[next]