index
:
~cworth/mesa
amdperf
glcpp-fixup
glcpp-illegal-characters
glcpp-lex-fix
glsl2
jenkins
master
sha1
shader-cache
warnings-cleanup
Carl's lame hacks to mesa.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-19
glsl2: Give IR nodes a type field.
Eric Anholt
1
-8
/
+34
2010-07-18
glsl2: Remove the const disease from function signature's callee.
Eric Anholt
1
-4
/
+4
2010-07-18
glsl2: Make cross() be an expression operation.
Eric Anholt
1
-0
/
+1
2010-07-14
glsl2: Remove ir_program bong hits.
Kenneth Graunke
1
-4
/
+0
2010-07-12
ir_function: Make matching_signature not return const
Ian Romanick
1
-1
/
+1
2010-07-12
linker: Implement first bits of intrastage linking
Ian Romanick
1
-0
/
+3
2010-07-12
ir_function_signature: Add method to get the function owning a signature
Ian Romanick
1
-4
/
+21
2010-07-12
glsl2: Add utility function clone_ir_list
Ian Romanick
1
-0
/
+9
2010-07-12
ir_call: Add method to set the function signature being called
Ian Romanick
1
-0
/
+5
2010-07-12
glsl2: Add a new pass at the IR level to break down matrix ops to vector ops.
Eric Anholt
1
-0
/
+6
2010-07-06
glsl2: Clone methods return the type of the thing being cloned
Ian Romanick
1
-17
/
+21
2010-07-01
glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).
Eric Anholt
1
-0
/
+9
2010-07-01
glsl2: Add ir_unop_fract as an expression type.
Eric Anholt
1
-0
/
+1
2010-06-30
glsl2: Define new ir_discard instruction.
Kenneth Graunke
1
-0
/
+27
2010-06-29
ir_to_mesa: Start adding support for texture instructions.
Eric Anholt
1
-0
/
+6
2010-06-29
ir_swizzle: Add new constructor, refactor constructors
Ian Romanick
1
-0
/
+11
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
1
-0
/
+1178