lxdream.org
::
lxdream
:: shortlog
Latest Version
lxdream 0.9.1
released Jun 29
Download Now
Navigation
News
Download
Mailing Lists
Mercurial
Issues
Dreamcast Wiki
FAQ
Forums
tree revision
691:ad3356543392
Jump to:
tip
lxdream_0_9_1
lxdream_0_9
lxdream_0_8_4
lxdream_0_8_3
lxdream_0_8_2
lxdream_0_8_1
lxdream_0_8
MILESTONE3
MILESTONE2
MILESTONE1
default
xlat-refactor
lxdream-mem
lxdream-render
lxdream-mmu
summary
|
tree
|
shortlog
|
changelog
|
graph
|
bz2
|
zip
|
gz
(0)
-300
-100
-60
+60
+100
+300
tip
691:ad3356543392
14 years
nkeynes
Refactor the gd-rom list management out of the GUI (devices, recent files, etc).
tree
690:1e8fd13a67ef
14 years
nkeynes
Move glGetError into the #ifdef - outside there may not actually be a context
tree
689:9868667e3525
14 years
nkeynes
Unbreak and finish cleaning up the 'run for limited time' feature
tree
688:8a13dabbdced
14 years
nkeynes
And the updated configure from the previous commit
tree
687:6bdc2b7032ea
14 years
nkeynes
Change colour params to float
tree
686:afd1bd3f1acc
14 years
nkeynes
Add an application icon (ie the existing dcemu.gif)
tree
685:fa1589b42be7
14 years
nkeynes
Add alert dialog for errors
tree
684:95f2068235ef
14 years
nkeynes
Tweak far-clip-plane to cope with borderline vertexes
tree
683:2b6ed6ecbeb7
14 years
nkeynes
Add toolbar images (taken from GTK for now)
tree
682:1ddb41179083
14 years
nkeynes
Fix minor typo + bug for GTK version
tree
681:1755a126b109
14 years
nkeynes
First cut of the Cocoa GUI implementation
tree
680:e237d43e011d
14 years
nkeynes
Build tests as part of make check, not make all
tree
679:f5ae66677a49
14 years
nkeynes
Fix shaders to be disabled until explicitly requested
tree
678:35eb00945316
14 years
nkeynes
Split gdrom.h into public and private gddriver.h
tree
677:3ee62740ff8f
14 years
nkeynes
Remove pvr2mmio.h include from pvr2.h (it's supposed to be moore or less private)
tree
676:705a5707da13
14 years
nkeynes
Add a fallback to 16-bit depth buffers (with appropriate warnings). Could probably be cleaner
tree
675:b97020f9af1c
14 years
nkeynes
hange 64-bit configuration to use sizeof(void *) rather than the system id
tree
674:377d987db8f2
14 years
nkeynes
Fix save states for x86-64, and ensure compatibility between 32-bit and 64-bit versions
tree
673:44c579439d73
14 years
nkeynes
Count fpscr ops separately from other LDS/STS instructions
tree
672:cc2c2b0ab272
14 years
nkeynes
Update test again for ftrv change
tree
671:a530ea88eebd
14 years
nkeynes
Permanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
tree
670:5d277b7ad0df
14 years
nkeynes
Fix missing semicolon
tree
669:ab344e42bca9
14 years
nkeynes
Cleanup most of the -Wall warnings (getting a bit sloppy...)
tree
668:c62dff190859
14 years
nkeynes
Use the command key for osx exit, as it seems easier than ctrl-alt at the moment
tree
667:0e1ac8da75d9
14 years
nkeynes
Centralize gl ext checks in glutil.c
tree
666:ea369bcf6def
14 years
nkeynes
Change secondary colour to 3-components - makes osx happy and is probably more correct anyway
tree
665:99ae9dc4cab7
14 years
nkeynes
Move glsl setup out of the drivers
tree
664:728508bb08df
14 years
nkeynes
Add spanish and italian translations (contributed by segnini75 and ghost22 respectively)
tree
663:553bb7d6befa
14 years
nkeynes
Commit NSGL work-in-progress
tree
662:7c8b88493ee1
14 years
nkeynes
Fix header comment
tree
661:99d9494955a9
14 years
nkeynes
Patch up the osmesa driver
tree
660:d1b2695347c6
14 years
nkeynes
Add check for objective-c compiler (for mac) and set the language if found
tree
659:6b1dff1575b3
14 years
nkeynes
Move drawable creation to video_gtk.c - removes the last platform dependency from gtkui
tree
658:f5926310bfbe
14 years
nkeynes
Start removing X11isms from gtkui into drivers
tree
657:c4143facbfcb
14 years
nkeynes
Add support for the pulseaudio sound system
tree
656:031d23fa6d0b
15 years
nkeynes
Add configure-time checks for fbo and shader functions in libGL (so linking
tree
655:31a4b664d489
15 years
nkeynes
Add support for mirrored textures
tree
654:d40b3b68fbdf
15 years
nkeynes
Load mipmap textures from largest-to-smallest (instead of the other way
tree
653:3202ff01d48e
15 years
nkeynes
Merge lxdream-render branch (643:670) to trunk
tree
652:231ca5cbd397
15 years
nkeynes
Fix perspective correction (at least for those with shader support)
lxdream-render
tree
651:95a9cf98785b
15 years
nkeynes
Ensure depth buffer is unmasked before clearig
lxdream-render
tree
650:80568a7a1ec7
15 years
nkeynes
Use max-z rather than min-z for tri sort (still wrong for some cases of course,
lxdream-render
tree
649:620c5c6496b5
15 years
nkeynes
Use maxz rather than minz for tri sorting (better results atm)
lxdream-render
tree
648:ef9aa5cba86f
15 years
nkeynes
Put the 1/z back in for the moment
lxdream-render
tree
647:d6fecb7750b9
15 years
nkeynes
Add string.h
lxdream-render
tree
646:f9812647b818
15 years
nkeynes
Remove obsolete methods
lxdream-render
tree
645:a7392098299c
15 years
nkeynes
More refactor work in progress - nearly done now
lxdream-render
tree
644:ccae4bfa5f82
15 years
nkeynes
Bug #59: Add provisional support for all CD read modes (not validated)
tree
643:653b0a70f173
15 years
bhaal22
Commit initial ALSA audio driver
tree
642:c7383f21f122
15 years
nkeynes
Quick hack to get s3mplay working again - not likely to be remotely correct
tree
641:afb9a42c61c6
15 years
nkeynes
Remove checkpriv() from STC GBR, Rn (instruction is not privileged)
tree
640:01b50fd48035
15 years
nkeynes
Quick fix to get dclinux.nrg running. Real fix to follow later
tree
639:162ee7614b60
15 years
nkeynes
More render WIP - initial glrender.c
lxdream-render
tree
638:d6dc39e935af
15 years
nkeynes
Fix SLEEP wakeup on IRQ to not screwup the slice_cycle
tree
637:6a284eff5311
15 years
nkeynes
Add svn:keywords to joy_linux files
tree
636:2ccf94f966fc
15 years
nkeynes
Update svn:keywords
lxdream-render
tree
635:76c63aac3590
15 years
nkeynes
Commit render work in progress. Main changes:
lxdream-render
tree
634:b7d5592495e9
15 years
nkeynes
Mouse button sense was inverted - fixed
tree
633:bbfc1a38ddb5
15 years
nkeynes
Fix return buffer size on get cond failure
tree
632:740e7b35a857
15 years
nkeynes
Oops, missed the KP delete key. Fixed
tree
(0)
-300
-100
-60
+60
+100
+300
tip
.