Move glsl setup out of the drivers
Move pvr2 setup call up to video_gtk (probably needs to go higher really)
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/pvr2/glrender.c
Move pvr2 setup call up to video_gtk (probably needs to go higher really)
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/pvr2/glrender.c
14 years agoAdd spanish and italian translations (contributed by segnini75 and ghost22 respectively)
Add spanish and italian translations (contributed by segnini75 and ghost22 respectively)
configure
configure.in
po/de.po
po/es.po
po/it.po
po/pt_BR.po
configure
configure.in
po/de.po
po/es.po
po/it.po
po/pt_BR.po
Commit NSGL work-in-progress
src/drivers/audio_pulse.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/drivers/video_nsgl.h
src/drivers/audio_pulse.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/drivers/video_nsgl.h
Move drawable creation to video_gtk.c - removes the last platform dependency from gtkui
src/drivers/video_gtk.c
src/gtkui/main_win.c
src/drivers/video_gtk.c
src/gtkui/main_win.c
Start removing X11isms from gtkui into drivers
Overhaul the configure rules for figuring out the video driver
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/video_gtk.c
src/gtkui/gtkui.c
src/gtkui/main_win.c
...
Overhaul the configure rules for figuring out the video driver
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/video_gtk.c
src/gtkui/gtkui.c
src/gtkui/main_win.c
...
Add support for the pulseaudio sound system
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/aica/audio.h
src/drivers/audio_pulse.c
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/aica/audio.h
src/drivers/audio_pulse.c
Add configure-time checks for fbo and shader functions in libGL (so linking
doesn't fail on really old libGL implementations)
config.h.in
configure
configure.in
src/drivers/gl_fbo.c
src/pvr2/gl_sl.c
doesn't fail on really old libGL implementations)
config.h.in
configure
configure.in
src/drivers/gl_fbo.c
src/pvr2/gl_sl.c
.