149 Commits (2eec73f7354ba4d11907f14381463fc0fa035174)
 

Autor SHA1 Nachricht Datum
  Eric Anholt 2eec73f735 Implement additional unary gentype builtins. vor 15 Jahren
  Eric Anholt c22c40015d Implement the first builtin function: exp(). vor 15 Jahren
  Ian Romanick 43de172820 Generate more correctly diagnostics from some invalid initializers vor 15 Jahren
  Ian Romanick 66faec4895 Initial bits to process initializers in variable declarations vor 15 Jahren
  Ian Romanick 19360152f5 Reject uniform initializers in GLSL 1.10 mode vor 15 Jahren
  Eric Anholt 72fc47f0b0 Set variables with the sampler base type to read only. vor 15 Jahren
  Eric Anholt 8518e75d28 Set the var_type for arrays to error_type until it's implemented. vor 15 Jahren
  Eric Anholt 76ea56c007 Add support for ast_to_hir of pre inc/dec. vor 15 Jahren
  Eric Anholt de38f0ed53 Add support for ast_to_hir of post inc/dec. vor 15 Jahren
  Eric Anholt c4f86d3b80 Make read-only variables not be considered lvalues. vor 15 Jahren
  Eric Anholt 3c36b2df7c Add constructors for immediate hir constants. vor 15 Jahren
  Eric Anholt 48a0e64b7d Add support for %= in ast_to_hir. vor 15 Jahren
  Eric Anholt 10a6852186 Factor out assignment setup in ast_to_hir. vor 15 Jahren
  Eric Anholt e65e12fdbc IR print visitor: Print out something for the operator. vor 15 Jahren
  Ian Romanick d1dfe8b994 IR print visitor: Print expressions a little better vor 15 Jahren
  Ian Romanick 0b7dcc80eb Initial implementation of constructor handling code vor 15 Jahren
  Ian Romanick 5508129fd8 IR print visitor: print function calls vor 15 Jahren
  Ian Romanick 93614bc4b9 Add hack ir_call::callee_name to get the name of the called function vor 15 Jahren
  Ian Romanick 9f93d24050 Be sure to set ir_function_signature::definition for constructors vor 15 Jahren
  Ian Romanick 9878c6518f Add ir_call::iterator to iterate over actual parameters vor 15 Jahren
  Ian Romanick 605ff69b0d Add missing parenthesis in foreach_iter vor 15 Jahren
  Ian Romanick 8343550b42 Add some simple constructor tests vor 15 Jahren
  Ian Romanick 6c86ea8adc Add unary operator to convert unsigned integer to float vor 15 Jahren
  Ian Romanick 738c183cc9 Slightly change the representation of numeric types vor 15 Jahren
  Ian Romanick d811d47609 Add glsl_type::components to query total number of components in a type vor 15 Jahren
  Ian Romanick cef3baecf6 Replace remaining use of is_error_type with glsl_type::is_error vor 15 Jahren
  Ian Romanick a6d653dcbb Replace remaining uses of is_numeric_base_type with glsl_type::is_numeric vor 15 Jahren
  Ian Romanick 40176e249f Replace is_integer_base_type macro with glsl_type::is_integer method vor 15 Jahren
  Ian Romanick 0471e8b089 Make glsl_*_type glsl_type class static data vor 15 Jahren
  Ian Romanick a43817a483 Use glsl_type::is_error instead of comparison with glsl_error_type pointer vor 15 Jahren
  Kenneth Graunke affc1413ac Move swizzles out of ir_dereference and into their own class. vor 15 Jahren
  Kenneth Graunke fb9fb5f51d Add new abstract ir_rvalue class; rework accordingly. vor 15 Jahren
  Kenneth Graunke 44e1dfa2df Replace "mode" type tag with virtual as_foo() downcasting functions. vor 15 Jahren
  Ian Romanick b7592c362b Merge branch 'anholt' vor 15 Jahren
  Ian Romanick 7954922473 IR print visitor: Finish printing constants vor 15 Jahren
  Ian Romanick d14642739e IR print visitor: Remove most of the newlines from the printed output vor 15 Jahren
  Ian Romanick d7388f389d IR print visitor: print expressions vor 15 Jahren
  Ian Romanick 8c70a62193 IR print visitor: print ir_dereference instructions vor 15 Jahren
  Ian Romanick 6e7c278e24 IR print visitor: Less newlines when printing ir_variables vor 15 Jahren
  Eric Anholt ece0a51160 Fix assignment operators: *=, /=, +=, -=. vor 15 Jahren
  Ian Romanick a4e92c4b26 Before generating HIR for user code, generate constructors for built-in types vor 15 Jahren
  Ian Romanick 9546997736 Add dereference constructor for array element dereferences vor 15 Jahren
  Ian Romanick 720c88eab9 Add functions to generate constructors for built-in types. vor 15 Jahren
  Eric Anholt 2f9ca7dce2 Fix up the operator printing for the logic or and beyond, check array bounds. vor 15 Jahren
  Ian Romanick acb36240e5 Merge branch 'anholt' vor 15 Jahren
  Eric Anholt b3f743ab0b Set up fragment shader builtin variables. vor 15 Jahren
  Eric Anholt 7c15bb2465 Make the standalone parser return an exit code so we can automate testing. vor 15 Jahren
  Ian Romanick 68507eceea More matrix compilation tests vor 15 Jahren
  Ian Romanick 3d303eb59f Merge branch 'kwg' vor 15 Jahren
  Ian Romanick 1b4f04124a Fix matrix dimensioning vor 15 Jahren