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

11 years agoFix emu sign-extension of MULS.W instruction
Nathan Keynes <nkeynes@lxdream.org> [Thu, 29 Dec 2011 15:41:56 +1000]  tree
Fix emu sign-extension of MULS.W instruction
Change emu FMAC to match translator precision
src/sh4/sh4core.in


11 years agoAdd missing float uniform type
nkeynes [Thu, 23 Feb 2012 19:43:24 +1000]  tree
Add missing float uniform type
Fix previous sl cleanup being called after new sl setup is done
src/pvr2/gl_sl.c
src/tools/genglsl.c


11 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


11 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


11 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


11 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


11 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


11 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


11 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


11 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


.