Basic facility for playing back captured aubfiles. Requires a small
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 8 Sep 2006 10:36:32 +0000 (10:36 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 8 Sep 2006 10:36:32 +0000 (10:36 +0000)
commit02df36f394da4f699b4841c279a6b573fcb7c32b
tree0c1885a25d16c1897d7de494c02b422b479932ab
parenta5e73e68878ebed7347532285019befc8c7b1106
Basic facility for playing back captured aubfiles.  Requires a small
hack to the drm to disable command verification on the cmd_buffer
ioctl.  Doesn't exactly replay as commands are normally delivered as
batchbuffers but are captured and replayed as commands on the ring.
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_aub.c
src/mesa/drivers/dri/i965/brw_aub.h
src/mesa/drivers/dri/i965/brw_aub_playback.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/i965/bufmgr.h
src/mesa/drivers/dri/i965/bufmgr_fake.c