Age | Commit message (Collapse) | Author |
|
GDB plugin for etnaviv driver debugging. This needs gdb 7.5+ to work.
usage (from gdb):
source /path/to/etnaviv_gdb.py
Commands:
gpu-state (prefix|uniforms)
Show full GPU state (default) or only registers with a certain prefix.
The special prefix 'uniforms' shows only the shader uniforms.
gpu-dis
Disassemble the current shaders.
|
|
Also do a few comment clarifications.
|
|
First step towards support for multiple concurrent rendering programs
with v2 driver (v4 driver requires different approach with state deltas,
but that can be done in a similar way later).
|
|
|
|
- get pointcoord x/y to work
- point size output
|
|
|