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