summaryrefslogtreecommitdiff
path: root/ir_reader.cpp
AgeCommit message (Expand)Author
2010-06-23Close memory leaks in glsl_type (constructor and get_array_instance)Carl Worth
2010-06-23exec_node: Add new talloc-based new()Carl Worth
2010-06-23Add a virtual clone() method to ir_instruction.Eric Anholt
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt
2010-06-19Change error/warning functions to print to the info log.Kenneth Graunke
2010-06-11ir_reader: Use 'union ir_constant_data' in read_constantIan Romanick
2010-06-09Don't call _mesa_glsl_initialize_types for every builtin function.Kenneth Graunke
2010-06-09Set the type of ir_texture properly; infer it from the sampler type.Kenneth Graunke
2010-06-09ir_reader: Add support for reading ir_texture.Kenneth Graunke
2010-06-09ir_reader: Refactor reading of dereferences for later reuse.Kenneth Graunke
2010-05-26ir_reader: Read record_refs.Kenneth Graunke
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke
2010-05-26Begin refactoring ir_dereferenceIan Romanick
2010-05-14ir_reader: Set function signatures as defined.Kenneth Graunke
2010-04-28ir_reader: Slightly better error message when failing to read swizzles.Kenneth Graunke
2010-04-28ir_reader: Don't print out the S-Expression.Kenneth Graunke
2010-04-28ir_reader: Read function calls.Kenneth Graunke
2010-04-28ir_reader: Replace function prototypes with the definition.Kenneth Graunke
2010-04-28ir_reader: Fix incorrect error message for expressions.Kenneth Graunke
2010-04-28Make ir_read_error print out the given S-Expression, for context.Kenneth Graunke
2010-04-28ir_reader: Fix for swizzles.Kenneth Graunke
2010-04-28ir_reader: Preliminary work toward reading functions.Kenneth Graunke
2010-04-28ir_reader: Perform a preliminary pass to scan for function prototypes.Kenneth Graunke
2010-04-28ir_reader: Don't initialize globals, builtins, or constructors.Kenneth Graunke
2010-04-28Make ir_read_error set state->error.Kenneth Graunke
2010-04-28ir_reader: Add support for "break" and "continue" in loops.Kenneth Graunke
2010-04-28ir_reader: Add initial loop support; doesn't yet support break/continue.Kenneth Graunke
2010-04-28ir_reader: Add support for reading (var_ref ...) and (array_ref ...)Kenneth Graunke
2010-04-28ir_reader: rvalues are instructions too!Kenneth Graunke
2010-04-28ir_reader: Add support for reading conditionals: (if ...)Kenneth Graunke
2010-04-28ir_reader: Add support for reading array types.Kenneth Graunke
2010-04-28ir_reader: Add support for reading (return ...)Kenneth Graunke
2010-04-28ir_reader: Add support for reading variable declarations.Kenneth Graunke
2010-04-28Partial IR reader.Kenneth Graunke
2010-04-28Add stub ir_reader and new 'i' mode for reading IR rather than GLSL.Kenneth Graunke