Search
lxdream.org :: lxdream/test/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/asic.h
changeset 815:866c103d72cd
prev812:8cc61d5ea1f8
author nkeynes
date Fri Oct 10 00:13:39 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Skip the texcache render-buffer alloc for now (due to various texture-format
complications), and write the buffer straight back to vram after rendering.
file annotate diff log raw
1.1 --- a/test/asic.h Wed Aug 13 10:32:00 2008 +0000
1.2 +++ b/test/asic.h Fri Oct 10 00:13:39 2008 +0000
1.3 @@ -60,3 +60,8 @@
1.4 void asic_dump( FILE *f );
1.5
1.6 void asic_mask_all();
1.7 +
1.8 +/**
1.9 + * Wait until the G2 FIFO buffer is clear to write
1.10 + */
1.11 +int g2_fifo_wait();
.