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

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


12 years agoMove profile_block setting out of sh4x86 and back into sh4.c. Fix last bits
nkeynes [Mon, 13 Feb 2012 21:02:42 +1000]  tree
Move profile_block setting out of sh4x86 and back into sh4.c. Fix last bits
preventing non-translation build
src/main.c
src/sh4/sh4.c
src/sh4/sh4.h
src/sh4/sh4core.h
src/sh4/sh4trans.h
src/sh4/sh4x86.in


12 years agoFix MMU on non-translated platforms
nkeynes [Mon, 13 Feb 2012 20:00:27 +1000]  tree
Fix MMU on non-translated platforms
- reintroduce old VMA translation functions (slightly modified)
- modify shadow processing to work on post-translated memory ops
src/sh4/mmu.c
src/sh4/mmu.h
src/sh4/sh4core.in
src/sh4/shadow.c


12 years agoFix typo
nkeynes [Mon, 13 Feb 2012 19:59:19 +1000]  tree
Fix typo
src/sh4/sh4x86.in


12 years agotestlxpaths should be in .hgignore
nkeynes [Mon, 13 Feb 2012 12:27:32 +1000]  tree
testlxpaths should be in .hgignore
.hgignore


12 years agoSetup the unlink_blocks function via a callback, rather than calling
nkeynes [Mon, 13 Feb 2012 12:27:09 +1000]  tree
Setup the unlink_blocks function via a callback, rather than calling
directly into sh4/x86 code from xltcache
src/sh4/sh4x86.in
src/xlat/xltcache.c
src/xlat/xltcache.h


12 years agoAdd GTK_LIBS to ldadd for testlxpaths, as GLIB_LIBS isn't defined for GTK
nkeynes [Mon, 13 Feb 2012 12:26:01 +1000]  tree
Add GTK_LIBS to ldadd for testlxpaths, as GLIB_LIBS isn't defined for GTK
builds...
src/Makefile.am
src/Makefile.in


12 years agoAdd -Werror for mregparm check, so it actually fails if mregparm isn't
nkeynes [Sun, 12 Feb 2012 16:30:26 +1000]  tree
Add -Werror for mregparm check, so it actually fails if mregparm isn't
accepted
acinclude.m4
configure


12 years agoBreak tools out into its own Makefile using CC_FOR_BUILD
nkeynes [Fri, 10 Feb 2012 19:26:10 +1000]  tree
Break tools out into its own Makefile using CC_FOR_BUILD
.hgignore
Makefile.in
acinclude.m4
config.h.in
configure
configure.in
m4/ccforbuild.m4
src/Makefile.am
src/Makefile.in
src/tools/Makefile.am
...

12 years agoAdd wrangling for some of the core vs EXT/ARB versions of functions + macros
nkeynes [Tue, 07 Feb 2012 14:27:13 +1000]  tree
Add wrangling for some of the core vs EXT/ARB versions of functions + macros
config.h.in
configure
configure.in
src/drivers/gl_fbo.c
src/pvr2/glutil.h
src/pvr2/texcache.c


.