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
/
src
/
mesa
/
pipe
/
llvm
/
instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement kilp and make it work
Zack Rusin
2007-12-11
1
-0
/
+10
*
Rewrite argument passing to prepare for handling of the kil instruction.
Zack Rusin
2007-12-11
1
-15
/
+5
*
Implement sin opcode.
Zack Rusin
2007-11-02
1
-0
/
+10
*
Implement scs opcode
Zack Rusin
2007-11-02
1
-0
/
+11
*
Implement COS and CMP opcode.
Zack Rusin
2007-11-02
1
-2
/
+33
*
Switch to using LLVM builder.
Zack Rusin
2007-10-30
1
-244
/
+205
*
Refactor vector extraction.
Zack Rusin
2007-10-30
1
-214
/
+87
*
Export true C based builtins to a file of its own.
Zack Rusin
2007-10-30
1
-176
/
+5
*
Cleanup constant vector handling a bit.
Zack Rusin
2007-10-30
1
-14
/
+14
*
Change the way we handle temporaries in LLVM translation.
Zack Rusin
2007-10-30
1
-2
/
+6
*
Remove conditionals from the makefiles.
Zack Rusin
2007-10-29
1
-0
/
+2
*
Get basic function calls working in the shaders.
Zack Rusin
2007-10-26
1
-15
/
+95
*
Make ret part of the instruction block instead of implicitely
Zack Rusin
2007-10-26
1
-0
/
+5
*
Implement loops
Zack Rusin
2007-10-25
1
-0
/
+64
*
Implement else ops.
Zack Rusin
2007-10-25
1
-1
/
+12
*
Simplify branch handling. Prepare for proper decleration extraction.
Zack Rusin
2007-10-24
1
-1
/
+1
*
Add copyright headers and do some cleanups.
Zack Rusin
2007-10-24
1
-0
/
+32
*
Implement arl, lerp opcodes and do a first stab at if/endif
Zack Rusin
2007-10-24
1
-110
/
+194
*
Implement cross product and abs opcode
Zack Rusin
2007-10-24
1
-0
/
+57
*
Implement SGE and SLT
Zack Rusin
2007-10-24
1
-0
/
+57
*
Align the load/stores. Reduce the amount of debugging output.
Zack Rusin
2007-10-24
1
-280
/
+179
*
Cleanup some of the debugging output code
Zack Rusin
2007-10-24
1
-21
/
+0
*
Make lit work but in a very lame way - will have to be rewritten.
Zack Rusin
2007-10-24
1
-7
/
+2
*
Muchos fixos. gears kinda works. and cases don't crash.
Zack Rusin
2007-10-24
1
-5
/
+392
*
implement min and max
Zack Rusin
2007-10-24
1
-0
/
+102
*
Fix some warnings and implement lg2
Zack Rusin
2007-10-24
1
-2
/
+53
*
Implement frc and floor
Zack Rusin
2007-10-24
1
-0
/
+51
*
Implement ex2 opcode
Zack Rusin
2007-10-24
1
-0
/
+9
*
Implement dst opcode
Zack Rusin
2007-10-24
1
-0
/
+22
*
Implement dph opcode
Zack Rusin
2007-10-24
1
-0
/
+27
*
Implement dot4 opcode
Zack Rusin
2007-10-24
1
-0
/
+27
*
Implement pow/rcp and sub opcodes
Zack Rusin
2007-10-24
1
-0
/
+66
*
Implement basic opcode translation and storage translation.
Zack Rusin
2007-10-24
1
-0
/
+162