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

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


13 years agoIntroduce tile iterators to simplify processing of the tile lists
nkeynes [Mon, 08 Nov 2010 14:33:38 +1000]  tree
Introduce tile iterators to simplify processing of the tile lists
src/Makefile.am
src/Makefile.in
src/pvr2/glrender.c
src/pvr2/pvr2.h
src/pvr2/tacore.c
src/pvr2/tileiter.h


13 years agoAdd boolean config type
nkeynes [Mon, 08 Nov 2010 14:12:10 +1000]  tree
Add boolean config type
src/config.c
src/config.h


13 years agoFix triangle extraction when the tile entry is a triangle but the polygon is
nkeynes [Fri, 29 Oct 2010 07:52:45 +1000]  tree
Fix triangle extraction when the tile entry is a triangle but the polygon is
actually a strip (lead to extracting too many triangles)
src/pvr2/rendsort.c


13 years agoFix call to isGLMultitextureSuppported() in texcache
nkeynes [Tue, 26 Oct 2010 18:41:01 +1000]  tree
Fix call to isGLMultitextureSuppported() in texcache
Add debug helper to print idx4 textures on console
Change pvr2_scene_dump() to just dump to stdout
src/pvr2/scene.c
src/pvr2/texcache.c


13 years agoRemove unnecessary (and slow) glFinish() calls from the FBO driver
nkeynes [Tue, 26 Oct 2010 09:22:22 +1000]  tree
Remove unnecessary (and slow) glFinish() calls from the FBO driver
src/drivers/gl_fbo.c


13 years agoImplement fragment shader to support palette textures 'directly', and
nkeynes [Tue, 26 Oct 2010 08:39:02 +1000]  tree
Implement fragment shader to support palette textures 'directly', and
therefore avoid having to reload all palette textures whenever the palette
changes.
src/pvr2/gl_sl.c
src/pvr2/glrender.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/scene.c
src/pvr2/scene.h
src/pvr2/shaders.glsl
src/pvr2/texcache.c


13 years agoEliminate GL_REPLACE tex mode in favour of GL_MODULATE (by setting colour
nkeynes [Sun, 24 Oct 2010 15:22:59 +1000]  tree
Eliminate GL_REPLACE tex mode in favour of GL_MODULATE (by setting colour
values to 1.0) - one less case for shaders to care about later
src/pvr2/glrender.c
src/pvr2/scene.c


.