summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2010-10-14glsl: Add front-end support for GLSL 1.30's roundEven built-in.Kenneth Graunke
2010-10-14glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.Kenneth Graunke
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-14glsl: Add front-end support for the "trunc" built-in.Kenneth Graunke
2010-10-13linker: Reject shaders that have unresolved function callsIan Romanick
2010-10-13glsl: Initialize variable in ir_derefence_array::constant_expression_valueVinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13glsl: add support for shader stencil exportDave Airlie
2010-10-12glsl2: fix signed/unsigned comparison warningBrian Paul
2010-10-11glsl: Changes in generated file glsl_lexer.cppChad Versace
2010-10-11glsl: Add lexer rules for uint and uvecN (N=2..4)Chad Versace
2010-10-11glsl: Add glsl_type::uvecN_type for N=2,3Chad Versace
2010-10-08glsl: Remove const decoration from inlined function parametersIan Romanick
2010-10-08glsl: Add linker support for explicit attribute locationsIan Romanick
2010-10-08glsl: Track explicit location in AST to IR translationIan Romanick
2010-10-08glsl: Regenerate files changes by previous commitIan Romanick
2010-10-08glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick
2010-10-08glcpp: Regenerate files changes by previous commitIan Romanick
2010-10-08glcpp: Add the define for ARB_explicit_attrib_location when presentIan Romanick
2010-10-08glsl: Regenerate files modified by previous commitsIan Romanick
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick
2010-10-08glsl: Clear type_qualifier using memsetIan Romanick
2010-10-08glsl: Slight refactor of error / warning checking for ARB_fcc layoutIan Romanick
2010-10-08glsl: Refactor 'layout' grammar to match GLSL 1.60 spec grammarIan Romanick
2010-10-08glsl: Fail linking if assign_attribute_locations failsIan Romanick
2010-10-01glsl: Remove unnecessary header.Vinson Lee
2010-09-30glsl: Add a lowering pass for texture projection.Eric Anholt
2010-09-28glsl: "Copyright", not "Constantright"Kenneth Graunke
2010-09-28glsl: Also update implicit sizes of varyings at link time.Eric Anholt
2010-09-27glsl: Add validation that a swizzle only references valid channels.Eric Anholt
2010-09-27glsl: Fix broadcast_index of lower_variable_index_to_cond_assign.Eric Anholt
2010-09-22glsl: Fix copy'n'wasted ir_noop_swizzle conditions.Eric Anholt
2010-09-22glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt
2010-09-21glsl2: fix typo in error msgBrian Paul
2010-09-21glsl: Add definition of gl_TextureMatrix inverse/transpose builtins.Eric Anholt
2010-09-20glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.Kenneth Graunke
2010-09-20glsl: Add comments to clarify the types of comparison binops.Kenneth Graunke
2010-09-20glsl2: silence compiler warnings in printf() callsBrian Paul
2010-09-20glsl: Add doxygen commentsIan Romanick
2010-09-18glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke
2010-09-18glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke
2010-09-18glsl: Properly handle nested structure types.Kenneth Graunke
2010-09-18glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck
2010-09-18glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-18glsl2: Empty functions can be inlined.Tilman Sauerbeck
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-17glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri
2010-09-16glsl: Don't print blank (function ...) headers for built-ins.Kenneth Graunke
2010-09-16glsl: Change from has_builtin_signature to has_user_signature.Kenneth Graunke