Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
In a bizarre twist of fate, alpha blending now works. Interpretation of
bit 16 of PE_COLOR_FORMAT was the wrong way around.
|
|
- 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
|