index
:
~tstellar/emulator
master
Shader emulator/debugger
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-04
Add dp_instruction
HEAD
master
Tom Stellard
2
-0
/
+45
2011-01-04
Add max_instruction
Tom Stellard
4
-0
/
+34
2011-01-04
Remove some debug statements
Tom Stellard
1
-3
/
+0
2011-01-04
add min_instruction()
Tom Stellard
4
-0
/
+34
2011-01-04
Add rcp_instruction
Tom Stellard
4
-0
/
+57
2011-01-04
Add sat_instruction
Tom Stellard
4
-0
/
+40
2011-01-03
emulator: Make dump regs wine friendly
Tom Stellard
2
-10
/
+20
2011-01-01
emulator: Add functions for dumping registers
Tom Stellard
2
-0
/
+48
2011-01-01
emulator: Treat input registers like const registers
Tom Stellard
2
-13
/
+26
2011-01-01
emulator: Add a safer version of set_value()
Tom Stellard
2
-6
/
+21
2011-01-01
emulator: Handle REGISTER_TYPE_NONE
Tom Stellard
2
-0
/
+9
2011-01-01
queue writes and commit them after an instruction has finished executing
Tom Stellard
3
-7
/
+40
2010-12-29
add sub_instruction
Tom Stellard
4
-0
/
+32
2010-12-29
Add abs_instruction
Tom Stellard
9
-10
/
+88
2010-12-28
Remove instruction::trim_dst_regs()
Tom Stellard
2
-11
/
+0
2010-12-28
Add MAD instruction
Tom Stellard
2
-0
/
+27
2010-12-28
Add mul instruction
Tom Stellard
4
-0
/
+49
2010-12-28
instruction: Add trim_dst_regs()
Tom Stellard
2
-0
/
+11
2010-12-28
Return null if constant index is outside of bounds
Tom Stellard
1
-0
/
+3
2010-12-28
Fix a few segfaults
Tom Stellard
2
-1
/
+6
2010-12-28
emulator: Treat uninitialised temp regs as input regs
Tom Stellard
1
-1
/
+9
2010-12-28
instruction: Add MOV instruction
Tom Stellard
2
-0
/
+20
2010-12-28
emulator: Remove an error message
Tom Stellard
1
-1
/
+0
2010-12-28
emulator: Add input registers
Tom Stellard
2
-4
/
+13
2010-12-16
register_address: Fix up int conversion.
Tom Stellard
2
-10
/
+12
2010-12-16
emulator: Avoid segfault if an output reg is NULL
Tom Stellard
1
-1
/
+1
2010-12-16
emulator: return bool value from run()
Tom Stellard
2
-3
/
+4
2010-12-16
emulator: Make sure index is valid when looking up an output value
Tom Stellard
2
-3
/
+5
2010-12-16
Add new register types.
Tom Stellard
6
-22
/
+77
2010-12-16
Rename inst_loader -> program_loader plus some interface changes to
Tom Stellard
16
-44
/
+123
2010-12-15
Add hack to emulate overloaded evaluate() functions
Tom Stellard
5
-32
/
+121
2010-12-09
Get basic functionality working with a simple test case.
Tom Stellard
18
-127
/
+498
2010-12-07
Initial commit
Tom Stellard
13
-0
/
+273