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

15 years agoUpdate the texture dimensions regardless of whether we created the texture here
nkeynes [Fri, 10 Oct 2008 00:07:54 +0000]  tree
Update the texture dimensions regardless of whether we created the texture here
or not - safer than depending on the caller to do it
src/drivers/gl_fbo.c


15 years agoProtect save-state load against corrupt image data
nkeynes [Tue, 07 Oct 2008 11:14:49 +0000]  tree
Protect save-state load against corrupt image data
src/pvr2/pvr2.c


15 years agoMove bundle/system paths into paths.c, install lxdreamrc into the bundle
nkeynes [Mon, 06 Oct 2008 01:05:12 +0000]  tree
Move bundle/system paths into paths.c, install lxdreamrc into the bundle
(Fix OSX bundle missing default configuration)
Makefile.am
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/config.c
src/lxdream.h
src/main.c
...

15 years agoTidy up punchout handling slightly (doesn't really seem to need sorting...)
nkeynes [Mon, 29 Sep 2008 06:34:25 +0000]  tree
Tidy up punchout handling slightly (doesn't really seem to need sorting...)
src/pvr2/glrender.c
src/pvr2/pvr2.h
src/pvr2/rendsort.c


15 years agoCompute accurate shadow volume stencils
nkeynes [Mon, 29 Sep 2008 05:55:33 +0000]  tree
Compute accurate shadow volume stencils
src/pvr2/glrender.c
src/pvr2/pvr2.h


15 years agoInitial shadow volume implementation for opaque polygons (stencil isn't quite
nkeynes [Sun, 28 Sep 2008 01:09:51 +0000]  tree
Initial shadow volume implementation for opaque polygons (stencil isn't quite
right, but we get some kind of shadows now)
src/display.h
src/drivers/gl_fbo.c
src/drivers/video_glx.c
src/pvr2/glrender.c
src/pvr2/scene.c
src/pvr2/scene.h


15 years agoSimplify triangle extraction (using scene data properly)
nkeynes [Sun, 28 Sep 2008 00:31:58 +0000]  tree
Simplify triangle extraction (using scene data properly)
src/pvr2/rendsort.c


15 years agoAdd missing declaration for pvr2_finish_render_buffer
nkeynes [Sun, 28 Sep 2008 00:30:45 +0000]  tree
Add missing declaration for pvr2_finish_render_buffer
src/pvr2/pvr2.h


15 years agoDowngrade Bumpmap to warning (temporarily until implemented) and treat unrecognized
nkeynes [Sun, 28 Sep 2008 00:29:37 +0000]  tree
Downgrade Bumpmap to warning (temporarily until implemented) and treat unrecognized
textures as ARGB1555
src/pvr2/texcache.c


15 years agoImprove FRQCR register handling slightly (recognize the PLLEN1 flag)
nkeynes [Fri, 26 Sep 2008 10:29:10 +0000]  tree
Improve FRQCR register handling slightly (recognize the PLLEN1 flag)
src/sh4/sh4mmio.h
src/sh4/timer.c


.