summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2010-10-29glsl: Remove unused ARRAY_SIZE macro.Kenneth Graunke1-4/+0
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke1-1/+1
2010-10-25glsl: Fix constant component count in vector constructor emitting.Kenneth Graunke1-1/+1
2010-10-25glsl: Fix ast-to-hir for ARB_fragment_coord_conventionsChad Versace1-1/+1
2010-10-21Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-3160/+205
2010-10-21generate_builtins.py: Output large strings as arrays of characters.Kenneth Graunke1-2/+14
2010-10-21glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-0/+88
2010-10-21glsl: Add support for GLSL 1.30's modf built-in.Kenneth Graunke3-0/+51
2010-10-21glcpp: Refresh autogenerated lexer file.Kenneth Graunke1-23/+13
2010-10-21glcpp: Return NEWLINE token for newlines inside multi-line comments.Kenneth Graunke1-2/+2
2010-10-20glsl: Remove useless ir_shader enumeration value.Kenneth Graunke4-12/+2
2010-10-20glsl: Add assert for unhandled ir_shader case.Vinson Lee1-0/+4
2010-10-19linker: Improve handling of unread/unwritten shader inputs/outputsIan Romanick1-11/+25
2010-10-19glsl: Commit generated file glsl_lexer.cppChad Versace1-312/+312
2010-10-19glsl: Fix lexer rule for ^=Chad Versace1-1/+1
2010-10-19glsl: Implement ast-to-hir for bit-logic opsChad Versace1-4/+12
2010-10-19glsl: Define bit_logic_result_type() in ast_to_hir.cppChad Versace1-32/+67
2010-10-19glsl: Implement ast-to-hir for bit-shift-assignmentChad Versace1-4/+12
2010-10-19glsl: Define shift_result_type() in ast_to_hir.cppChad Versace1-41/+67
2010-10-18glsl: Regenerate parser files.Kenneth Graunke2-249/+256
2010-10-18glsl: Fix copy and paste error in ast_bit_and node creation.Kenneth Graunke1-1/+1
2010-10-18glsl: Don't return NULL IR for erroneous bit-shift operators.Kenneth Graunke1-5/+0
2010-10-15glsl: add ir_unop_round_even case to silence unhandled enum warningBrian Paul1-0/+1
2010-10-15linker: Trivial indention fixIan Romanick1-2/+2
2010-10-15glsl: Fix ir validation for bit logic opsChad Versace1-5/+9
2010-10-15glsl: Implement constant expr evaluation for bitwise logic opsChad Versace1-0/+54
2010-10-15glsl: Implement constant expr evaluation for bit-shift opsChad Versace1-0/+48
2010-10-15glsl: Implement constant expr evaluation for bitwise-notChad Versace1-0/+15
2010-10-15glsl: Implement ast-to-hir for binary shifts in GLSL 1.30Chad Versace2-3/+71
2010-10-15glsl: Change generated file glsl_lexer.cppChad Versace1-205/+215
2010-10-15glsl: Add lexer rules for << and >> in GLSL 1.30Chad Versace1-0/+2
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick3-20/+84
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-0/+120
2010-10-14glsl: Add support for the 1.30 round() built-in.Kenneth Graunke3-0/+31
2010-10-14glsl: Add front-end support for GLSL 1.30's roundEven built-in.Kenneth Graunke3-0/+31
2010-10-14glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.Kenneth Graunke2-0/+3
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-0/+60
2010-10-14glsl: Add front-end support for the "trunc" built-in.Kenneth Graunke3-0/+31
2010-10-13linker: Reject shaders that have unresolved function callsIan Romanick1-2/+6
2010-10-13glsl: Initialize variable in ir_derefence_array::constant_expression_valueVinson Lee1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg7-17/+17
2010-10-13glsl: add support for shader stencil exportDave Airlie3-0/+28
2010-10-12glsl2: fix signed/unsigned comparison warningBrian Paul1-1/+1
2010-10-11glsl: Changes in generated file glsl_lexer.cppChad Versace1-691/+716
2010-10-11glsl: Add lexer rules for uint and uvecN (N=2..4)Chad Versace1-0/+4
2010-10-11glsl: Add glsl_type::uvecN_type for N=2,3Chad Versace2-0/+4
2010-10-08glsl: Remove const decoration from inlined function parametersIan Romanick1-0/+7
2010-10-08glsl: Add linker support for explicit attribute locationsIan Romanick3-4/+48
2010-10-08glsl: Track explicit location in AST to IR translationIan Romanick4-0/+60
2010-10-08glsl: Regenerate files changes by previous commitIan Romanick2-902/+956