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 Wed Feb 15 17:54:51 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE_ARB for frame buffers, for
systems that don't provide the latter (and there's not really much
difference anyway).
Add macro wrangling for GL_DEPTH24_STENCIL8 format
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 Wed Feb 15 17:54:51 2012 +1000
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();
.