summaryrefslogtreecommitdiff
path: root/tools/dump_separate_cmdbuf.py
AgeCommit message (Collapse)Author
2013-07-31tools: add gpu-trace gdb commandWladimir J. van der Laan
This command traces and dumps all submitted command buffers, along with the physcial address of each command. This should come in handy for searching back the physical address that the rendering is stuck on according to the kernel.
2013-02-23etna_pipe: add displacement mapping demoWladimir J. van der Laan
2013-02-10etna: alpha blendingWladimir J. van der Laan
In a bizarre twist of fate, alpha blending now works. Interpretation of bit 16 of PE_COLOR_FORMAT was the wrong way around.
2013-02-01split up state.xml into multiple partsWladimir J. van der Laan
- state.xml : main file - state_2d.xml.h : 2d state - state_3d.xml.h : 3d state - state_hi.xml.h : host interface state (registers) - common.xml : shared bits between state.xml, cmdstream.xml and isa.xml also beginnings of automatic state management, currently for RS only