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

13 years agoClear polygon buffer map more efficiently
nkeynes [Tue, 18 Jan 2011 17:48:48 +1000]  tree
Clear polygon buffer map more efficiently
src/pvr2/scene.c


13 years agoAvoid rebinding textures unnecessarily (actually saves a surprising amount
nkeynes [Mon, 17 Jan 2011 21:22:06 +1000]  tree
Avoid rebinding textures unnecessarily (actually saves a surprising amount
of runtime)
src/pvr2/glrender.c
src/pvr2/pvr2.h
src/pvr2/rendsort.c


13 years agoRevert changes from r1151 that went in by accident (not ready from
nkeynes [Thu, 23 Dec 2010 18:14:29 +1000]  tree
Revert changes from r1151 that went in by accident (not ready from
prime-time yet)
src/Makefile.am
src/Makefile.in
src/pvr2/glrender.c
src/pvr2/scene.h
src/pvr2/tileiter.h
src/pvr2/untile.c
src/tools/genglsl.c
test/pvr.c


13 years agoClone iso_memory_stream_new() as iso_mem_stream_new(), since current
nkeynes [Thu, 23 Dec 2010 17:50:10 +1000]  tree
Clone iso_memory_stream_new() as iso_mem_stream_new(), since current
versions of libisofs have made it unlinkable on linux
src/Makefile.am
src/Makefile.in
src/drivers/cdrom/isofs.h
src/drivers/cdrom/isomem.c
src/loader.c


13 years agoUpdated pt_BR translation from Arthonis
nkeynes [Wed, 08 Dec 2010 18:33:23 +1000]  tree
Updated pt_BR translation from Arthonis
po/pt_BR.po
src/Makefile.am
src/Makefile.in
src/pvr2/glrender.c
src/pvr2/scene.h
src/pvr2/tileiter.h
src/pvr2/untile.c
src/tools/genglsl.c
test/pvr.c


13 years agoAdd convenience gl_check_error() function
nkeynes [Thu, 11 Nov 2010 17:51:37 +1000]  tree
Add convenience gl_check_error() function
src/pvr2/glutil.c
src/pvr2/glutil.h


13 years agoAdd chain pointer to the xlat cache, so that we can maintain multiple blocks
nkeynes [Wed, 10 Nov 2010 08:37:42 +1000]  tree
Add chain pointer to the xlat cache, so that we can maintain multiple blocks
for the same address. This prevents thrashing in cases where we would other
keep retranslating the same blocks over and over again due to varying
xlat_sh4_mode values
src/sh4/sh4trans.c
src/sh4/sh4x86.in
src/xlat/xltcache.c
src/xlat/xltcache.h


13 years agoAdd variant gdb invocation for OS X (which ships with a much older gdb).
nkeynes [Wed, 10 Nov 2010 08:23:05 +1000]  tree
Add variant gdb invocation for OS X (which ships with a much older gdb).
TODO: detect gdb version at configure time and work off that instead
src/util.c


13 years agoSuggest to the compiler a little more firmly that it inline the x86op
nkeynes [Mon, 08 Nov 2010 22:10:47 +1000]  tree
Suggest to the compiler a little more firmly that it inline the x86op
functions (as these are nearly always called with constants, they can
usually be reduced down pretty dramatically)
acinclude.m4
config.h.in
configure
configure.in
src/xlat/x86/x86op.h


13 years agoFix 32-bit non-fastcall build
nkeynes [Mon, 08 Nov 2010 18:56:11 +1000]  tree
Fix 32-bit non-fastcall build
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h


.