summaryrefslogtreecommitdiff
path: root/ir_reader.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Add a virtual clone() method to ir_instruction.Eric Anholt1-2/+2
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt1-1/+1
2010-06-19Change error/warning functions to print to the info log.Kenneth Graunke1-5/+11
2010-06-11ir_reader: Use 'union ir_constant_data' in read_constantIan Romanick1-19/+7
2010-06-09Don't call _mesa_glsl_initialize_types for every builtin function.Kenneth Graunke1-7/+0
2010-06-09Set the type of ir_texture properly; infer it from the sampler type.Kenneth Graunke1-2/+3
2010-06-09ir_reader: Add support for reading ir_texture.Kenneth Graunke1-1/+149
2010-06-09ir_reader: Refactor reading of dereferences for later reuse.Kenneth Graunke1-8/+26
2010-05-26ir_reader: Read record_refs.Kenneth Graunke1-2/+18
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke1-26/+18
2010-05-26Begin refactoring ir_dereferenceIan Romanick1-13/+6
2010-05-14ir_reader: Set function signatures as defined.Kenneth Graunke1-0/+1
2010-04-28ir_reader: Slightly better error message when failing to read swizzles.Kenneth Graunke1-2/+6
2010-04-28ir_reader: Don't print out the S-Expression.Kenneth Graunke1-3/+0
2010-04-28ir_reader: Read function calls.Kenneth Graunke1-1/+46
2010-04-28ir_reader: Replace function prototypes with the definition.Kenneth Graunke1-23/+41
2010-04-28ir_reader: Fix incorrect error message for expressions.Kenneth Graunke1-3/+3
2010-04-28Make ir_read_error print out the given S-Expression, for context.Kenneth Graunke1-14/+17
2010-04-28ir_reader: Fix for swizzles.Kenneth Graunke1-3/+3
2010-04-28ir_reader: Preliminary work toward reading functions.Kenneth Graunke1-25/+36
2010-04-28ir_reader: Perform a preliminary pass to scan for function prototypes.Kenneth Graunke1-0/+126
2010-04-28ir_reader: Don't initialize globals, builtins, or constructors.Kenneth Graunke1-3/+5
2010-04-28Make ir_read_error set state->error.Kenneth Graunke1-58/+62
2010-04-28ir_reader: Add support for "break" and "continue" in loops.Kenneth Graunke1-12/+21
2010-04-28ir_reader: Add initial loop support; doesn't yet support break/continue.Kenneth Graunke1-0/+30
2010-04-28ir_reader: Add support for reading (var_ref ...) and (array_ref ...)Kenneth Graunke1-6/+79
2010-04-28ir_reader: rvalues are instructions too!Kenneth Graunke1-6/+8
2010-04-28ir_reader: Add support for reading conditionals: (if ...)Kenneth Graunke1-18/+62
2010-04-28ir_reader: Add support for reading array types.Kenneth Graunke1-10/+34
2010-04-28ir_reader: Add support for reading (return ...)Kenneth Graunke1-0/+23
2010-04-28ir_reader: Add support for reading variable declarations.Kenneth Graunke1-5/+114
2010-04-28Partial IR reader.Kenneth Graunke1-4/+314
2010-04-28Add stub ir_reader and new 'i' mode for reading IR rather than GLSL.Kenneth Graunke1-0/+47