Age | Commit message (Collapse) | Author |
|
- split off x11 based esXXX functions into esWindow, to not cause
compilation issues in fb demos on non-X11 Linux hw
- add some documentation and comments here and there
- define M_PI if needed (I've always believed this to be part of the
C standard, it's not!)
- figure out some OpenCL instructions, and the extra opcode bit on
GC2000 (support it in asm.py / disasm.py)
|
|
|
|
In a bizarre twist of fate, alpha blending now works. Interpretation of
bit 16 of PE_COLOR_FORMAT was the wrong way around.
|
|
|
|
and improve handling of uniforms in disassembler
|
|
also add capability to dump_cmdstream.py to dump shaders in binary
format to a file
|