Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

12 years agoCheck for existence of glDrawBuffer (assuming that glReadBuffer will
nkeynes [Thu, 23 Feb 2012 15:24:47 +1000]  tree
Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
config.h.in
configure
configure.in
src/drivers/gl_fbo.c


12 years agomem_stream_class should be static (to avoid potential conflicts with the
nkeynes [Thu, 23 Feb 2012 14:59:58 +1000]  tree
mem_stream_class should be static (to avoid potential conflicts with the
real one)
src/drivers/cdrom/isomem.c


12 years agoBuild all the non video/GUI bits into a static lib for convenience
nkeynes [Thu, 23 Feb 2012 08:49:32 +1000]  tree
Build all the non video/GUI bits into a static lib for convenience
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/tools/Makefile.in


12 years agorename BUILD_SHARED conditional flag to BUILD_PLUGINS, for clarity
nkeynes [Thu, 23 Feb 2012 08:41:07 +1000]  tree
rename BUILD_SHARED conditional flag to BUILD_PLUGINS, for clarity
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/main.c
src/tools/Makefile.in


12 years agoRemove unusued X11 include from kbd.c
nkeynes [Fri, 17 Feb 2012 11:52:47 +1000]  tree
Remove unusued X11 include from kbd.c
src/maple/kbd.c


12 years agoAdd extension wrangling for max colour attachments
nkeynes [Wed, 15 Feb 2012 18:09:02 +1000]  tree
Add extension wrangling for max colour attachments
src/drivers/gl_fbo.c
src/pvr2/glutil.c
src/pvr2/glutil.h


12 years agoUse GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE_ARB for frame buffers, for
nkeynes [Wed, 15 Feb 2012 17:54:51 +1000]  tree
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
src/drivers/gl_fbo.c
src/drivers/video_gl.c
src/drivers/video_gl.h
src/drivers/video_glx.c
src/pvr2/glutil.h


12 years agoMake palette textures 2D (1 pixel high) instead of 1D - pretty much the
nkeynes [Mon, 13 Feb 2012 22:16:43 +1000]  tree
Make palette textures 2D (1 pixel high) instead of 1D - pretty much the
same, but some systems don't support 1D textures
src/pvr2/shaders.glsl
src/pvr2/texcache.c


12 years agoConditionally check GL_STACK_UNDERFLOW as well
nkeynes [Mon, 13 Feb 2012 21:52:55 +1000]  tree
Conditionally check GL_STACK_UNDERFLOW as well
src/pvr2/glutil.c


12 years agoRemove unused pvr2_poly_texblend array
nkeynes [Mon, 13 Feb 2012 21:43:22 +1000]  tree
Remove unused pvr2_poly_texblend array
Support GL_MAX_TEXTURE_UNITS and GL_MAX_IMAGE_TEXTURE_UNITS
Protected against undefined GL_STACK_OVERFLOW
src/pvr2/glrender.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/pvr2.h


.