Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1211:eecdeb37934a
prev1210:79bbd30363f4
next1225:73dd41cb37a8
author nkeynes
date Wed Feb 15 18:09:02 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add extension wrangling for max colour attachments
file annotate diff log raw
1.1 --- a/config.h.in Tue Feb 07 14:27:13 2012 +1000
1.2 +++ b/config.h.in Wed Feb 15 18:09:02 2012 +1000
1.3 @@ -106,18 +106,27 @@
1.4 /* Have Color Clamp */
1.5 #undef HAVE_OPENGL_CLAMP_COLOR
1.6
1.7 +/* Have glClearDepthf function */
1.8 +#undef HAVE_OPENGL_CLEAR_DEPTHF
1.9 +
1.10 /* Have 2.0 framebuffer_object support */
1.11 #undef HAVE_OPENGL_FBO
1.12
1.13 /* Have EXT_framebuffer_object support */
1.14 #undef HAVE_OPENGL_FBO_EXT
1.15
1.16 +/* Have OpenGL fixed-functionality */
1.17 +#undef HAVE_OPENGL_FIXEDFUNC
1.18 +
1.19 /* Have 2.0 shader support */
1.20 #undef HAVE_OPENGL_SHADER
1.21
1.22 /* Have ARB shader support */
1.23 #undef HAVE_OPENGL_SHADER_ARB
1.24
1.25 +/* Have glAreTexturesResident */
1.26 +#undef HAVE_OPENGL_TEX_RESIDENT
1.27 +
1.28 /* Building with the OSMesa video driver */
1.29 #undef HAVE_OSMESA
1.30
.