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

13 years agoImplement vertex array range support, and move buffer operations to gl_vbo.c
nkeynes [Wed, 19 Jan 2011 17:50:09 +1000]  tree
Implement vertex array range support, and move buffer operations to gl_vbo.c
src/Makefile.am
src/Makefile.in
src/display.h
src/drivers/video_gl.h
src/drivers/video_glx.c
src/drivers/video_nsgl.m
src/drivers/video_null.c
src/lxdream.h
src/pvr2/glrender.c
src/pvr2/glutil.c
...

13 years agomem_serial_id should be static to avoid conflicts with libisofs version
nkeynes [Wed, 19 Jan 2011 12:51:19 +1000]  tree
mem_serial_id should be static to avoid conflicts with libisofs version
src/drivers/cdrom/isomem.c


13 years agoRip out force_vsync - this didn't work even if it was turned on, which it
nkeynes [Wed, 19 Jan 2011 12:50:48 +1000]  tree
Rip out force_vsync - this didn't work even if it was turned on, which it
wasn't
src/pvr2/pvr2.c


13 years agoAdd apple-specific GL context optimization
nkeynes [Wed, 19 Jan 2011 10:45:06 +1000]  tree
Add apple-specific GL context optimization
src/pvr2/glrender.c


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


.