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
/
ast_to_hir.cpp
Age
Commit message (
Expand
)
Author
2010-09-18
glsl: Properly handle nested structure types.
Kenneth Graunke
2010-09-16
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
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
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-01
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
2010-09-01
glsl2: Don't generate constructor functions for structures
Ian Romanick
2010-09-01
glsl2: Disallow function declarations within function definitions in GLSL 1.20
Ian Romanick
2010-08-31
ast_to_hir: Add support for bit-wise operators (but not shifts).
Kenneth Graunke
2010-08-26
glsl2: Remove a couple FINISHME comments that have already been resolved
Ian Romanick
2010-08-26
glsl: Move built-ins to live beyond the global scope.
Kenneth Graunke
2010-08-26
glsl: Refactor variable declaration handling.
Kenneth Graunke
2010-08-26
glsl: Don't add overloads to existing structure constructors.
Kenneth Graunke
2010-08-26
glsl: Remove name_declared_this_scope check when adding functions.
Kenneth Graunke
2010-08-26
glsl: Use a single shared namespace in the symbol table.
Kenneth Graunke
2010-08-25
glsl: fix crash with variable indexing into array in a struct
Aras Pranckevicius
2010-08-24
glsl: Include main/core.h.
Chia-I Wu
2010-08-23
glsl: When unable to assign the initializer for a const variable, set it to 0.
Eric Anholt
2010-08-23
glsl: Cleanly fail when a function has an unknown return type.
Eric Anholt
2010-08-23
glsl: Trim the size of uniform arrays to the maximum element used.
Eric Anholt
2010-08-21
glsl: Silence unused variable warning.
Vinson Lee
2010-08-21
glsl: Handle array declarations in function parameters.
Kenneth Graunke
2010-08-20
ast_to_hir: Reject function names that start with "gl_".
Kenneth Graunke
2010-08-20
ast_to_hir: Fix crash when a function shadows a variable.
Kenneth Graunke
2010-08-18
glsl: Fix scoping bug in if statements.
Kenneth Graunke
2010-08-13
glsl2: Remove unnecessary use of 'struct' before type names
Ian Romanick
2010-08-11
glsl2: Don't declare a variable called sig that shadows the other one
Ian Romanick
2010-08-05
glsl2: Insert global declarations at the top of the instruction stream.
Eric Anholt
2010-08-04
glsl2: Remove the shader_in/shader_out tracking separate from var->mode.
Eric Anholt
2010-08-04
glsl2: Don't try to construct an ir_assignment with an invalid LHS
Ian Romanick
2010-08-04
glsl2: Make the clone() method take a talloc context.
Eric Anholt
2010-07-31
glsl2: Fix stack smash when ternary selection is used.
Aras Pranckevicius
2010-07-29
glsl2: Fix spelling of "initializer."
Eric Anholt
2010-07-28
glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc.
Eric Anholt
2010-07-28
glsl2: Perform some semantic checking of ARB_fcc layout qualifiers
Ian Romanick
2010-07-22
glsl2: Put side effects of the RHS of logic_or in the right branch.
Eric Anholt
2010-07-22
glsl2: When setting the size of an unsized array, set its deref's size too.
Eric Anholt
2010-07-22
glsl2: Fix expected type for multiplying vector with non-square matrix.
Carl Worth
2010-07-22
glsl2: When a "continue" happens in a "for" loop, run the loop expression.
Eric Anholt
2010-07-21
ast_to_hir: Fix bug in constant initializers.
Kenneth Graunke
2010-07-21
glsl: Correctly handle unary plus operator.
Carl Worth
2010-07-20
glsl2: glsl_type has its own talloc context, don't pass one in
Ian Romanick
2010-07-20
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
2010-07-20
glsl2: talloc the glsl_struct_field[] we use to look up structure types.
Eric Anholt
[next]