summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2010-10-21Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-21generate_builtins.py: Output large strings as arrays of characters.Kenneth Graunke
2010-10-21glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-21glsl: Add support for GLSL 1.30's modf built-in.Kenneth Graunke
2010-10-21glcpp: Refresh autogenerated lexer file.Kenneth Graunke
2010-10-21glcpp: Return NEWLINE token for newlines inside multi-line comments.Kenneth Graunke
2010-10-20glsl: Remove useless ir_shader enumeration value.Kenneth Graunke
2010-10-20glsl: Add assert for unhandled ir_shader case.Vinson Lee
2010-10-19linker: Improve handling of unread/unwritten shader inputs/outputsIan Romanick
2010-10-19glsl: Commit generated file glsl_lexer.cppChad Versace
2010-10-19glsl: Fix lexer rule for ^=Chad Versace
2010-10-19glsl: Implement ast-to-hir for bit-logic opsChad Versace
2010-10-19glsl: Define bit_logic_result_type() in ast_to_hir.cppChad Versace
2010-10-19glsl: Implement ast-to-hir for bit-shift-assignmentChad Versace
2010-10-19glsl: Define shift_result_type() in ast_to_hir.cppChad Versace
2010-10-18glsl: Regenerate parser files.Kenneth Graunke
2010-10-18glsl: Fix copy and paste error in ast_bit_and node creation.Kenneth Graunke
2010-10-18glsl: Don't return NULL IR for erroneous bit-shift operators.Kenneth Graunke
2010-10-15glsl: add ir_unop_round_even case to silence unhandled enum warningBrian Paul
2010-10-15linker: Trivial indention fixIan Romanick
2010-10-15glsl: Fix ir validation for bit logic opsChad Versace
2010-10-15glsl: Implement constant expr evaluation for bitwise logic opsChad Versace
2010-10-15glsl: Implement constant expr evaluation for bit-shift opsChad Versace
2010-10-15glsl: Implement constant expr evaluation for bitwise-notChad Versace
2010-10-15glsl: Implement ast-to-hir for binary shifts in GLSL 1.30Chad Versace
2010-10-15glsl: Change generated file glsl_lexer.cppChad Versace
2010-10-15glsl: Add lexer rules for << and >> in GLSL 1.30Chad Versace
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-14glsl: Add support for the 1.30 round() built-in.Kenneth Graunke
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