186 Incheckningar (548a1b5ab7304037a7cac8e6d647fb6b5ccbaf5d)
 

Upphovsman SHA1 Meddelande Datum
  Ian Romanick 548a1b5ab7 Implement array type handling 16 år sedan
  Ian Romanick 066304679c Add proper wrappers so that C++ code can use hash_table type 16 år sedan
  Ian Romanick 1cf43a4331 Initial bits of constant expression evaluator 16 år sedan
  Ian Romanick 84960f01cb Add some array declaration tests 16 år sedan
  Ian Romanick 2d816204c8 Arrays are not allowed as vertex shader inputs in GLSL 1.30 either 16 år sedan
  Ian Romanick 8901eeefc9 Add several tests for vertex shader attributes 16 år sedan
  Ian Romanick fb9f5b0675 Add some checking for vertex shader inputs / attributes 16 år sedan
  Ian Romanick 06e5308e29 Add parser support for texture rectangle types 16 år sedan
  Ian Romanick bfb09c2a94 Use call-by-reference for apply_implicit_conversion 16 år sedan
  Ian Romanick db9be2e7aa Apply implicit conversions to ?: operator 16 år sedan
  Ian Romanick 212b0327b4 Apply implicit conversions to equality operators 16 år sedan
  Ian Romanick 0150f5f20e Apply implicit conversions to relational operators 16 år sedan
  Ian Romanick 0104536568 Apply implicit conversions to arithmetic operators 16 år sedan
  Ian Romanick 70348543ac Add glsl_type::is_array and glsl_type::is_float queries 16 år sedan
  Ian Romanick 8a24cd5cea Allow single-component constructors 16 år sedan
  Ian Romanick 32a494586f Add tests for :? operator 16 år sedan
  Ian Romanick 96f9cea116 Implement HIR conversion for ?: operator 16 år sedan
  Ian Romanick 5185a5f7d5 Add generate_temporary to generate an anonymous temporary 16 år sedan
  Ian Romanick 6e659caaa9 Implement HIR conversion for ast_nequal and ast_equal 16 år sedan
  Ian Romanick 251eb75318 Add missing break-statements in ast_expression::hir 16 år sedan
  Ian Romanick 3c6fea3048 Implement ir_if (for if-statments) and conversion from AST 16 år sedan
  Ian Romanick 721efc04da Add several simple if-statement tests 16 år sedan
  Ian Romanick 17d86f4371 Add a variable to the symbol table after processing the initializer 16 år sedan
  Ian Romanick 521c2983b4 Trivial code cleanup in ir_dereference::is_lvalue 16 år sedan
  Eric Anholt d1e31952ed Add support for builtin radians() and degrees(). 16 år sedan
  Eric Anholt 78fe3c9150 Add definitions for 1.10 built-in uniforms for ff state. 16 år sedan
  Eric Anholt a9fafc6504 Don't let swizzles with duplicated components be considered as lvalues. 16 år sedan
  Eric Anholt ab372dab2a Reject main() declarations with a non-void return value. 16 år sedan
  Eric Anholt 2e063f1adf Reject variables marked with attribute in the fragment shader. 16 år sedan
  Eric Anholt 3cb4358f38 Add the instruction for the parameter variable declarations of builtin funcs. 16 år sedan
  Eric Anholt 76a91e1afb Implement dot() builtin. 16 år sedan
  Eric Anholt 01665262e5 Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e. 16 år sedan
  Eric Anholt 53afc3609d Implement builtin length() function. 16 år sedan
  Eric Anholt 44d68fd06f Add sqrt() builtin as an IR operation. 16 år sedan
  Eric Anholt ddd2e83db2 Add builtin pow() function. 16 år sedan
  Eric Anholt 0f09aea3bf Add support for builtin deprecated fs varyings. 16 år sedan
  Eric Anholt bfe380a721 Implement some binary gentype builtin functions. 16 år sedan
  Eric Anholt 2eec73f735 Implement additional unary gentype builtins. 16 år sedan
  Eric Anholt c22c40015d Implement the first builtin function: exp(). 16 år sedan
  Ian Romanick 43de172820 Generate more correctly diagnostics from some invalid initializers 16 år sedan
  Ian Romanick 66faec4895 Initial bits to process initializers in variable declarations 16 år sedan
  Ian Romanick 19360152f5 Reject uniform initializers in GLSL 1.10 mode 16 år sedan
  Eric Anholt 72fc47f0b0 Set variables with the sampler base type to read only. 16 år sedan
  Eric Anholt 8518e75d28 Set the var_type for arrays to error_type until it's implemented. 16 år sedan
  Eric Anholt 76ea56c007 Add support for ast_to_hir of pre inc/dec. 16 år sedan
  Eric Anholt de38f0ed53 Add support for ast_to_hir of post inc/dec. 16 år sedan
  Eric Anholt c4f86d3b80 Make read-only variables not be considered lvalues. 16 år sedan
  Eric Anholt 3c36b2df7c Add constructors for immediate hir constants. 16 år sedan
  Eric Anholt 48a0e64b7d Add support for %= in ast_to_hir. 16 år sedan
  Eric Anholt 10a6852186 Factor out assignment setup in ast_to_hir. 16 år sedan