aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2010-07-23SDL: Fix bug #3025258Eugene Sandulenko
2010-07-23GP2XWIZ: Fix warningWillem Jan Palenstijn
2010-07-23Began abstraction of generic ELF-loaderTony Puccinelli
2010-07-23OPENGL: Add basic game screen drawing. Changed Overlay PixelFormat to RGBA5551. Alejandro Marzini
2010-07-23Added abstracted elf32 header file to plugins directoryTony Puccinelli
2010-07-23Added linker flags to ensure R_ARM_TARGET1 is treated as R_ARM_ABS32Tony Puccinelli
2010-07-22OPENGL: Add antialiasing, hotkey: ctrl+alt+f. Fixed minor bugs.Alejandro Marzini
2010-07-22Added code for relocation R_ARM_TARGET1 (untested)Tony Puccinelli
2010-07-21switched out linker script for plugin linking on ds, added in check for RELA ...Tony Puccinelli
2010-07-20General: Fixed building the SEQ MIDI driverTorbjörn Andersson
2010-07-20BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detectionMax Horn
2010-07-20MIDI: Build and use ALSA driver if and only if USE_ALSA is definedMax Horn
2010-07-20Fix warning about float->int conversionMax Horn
2010-07-20Change CHECK_GL_ERROR to not take a 'call statement' as parameterMax Horn
2010-07-20OPENGL: Implement fullscreen mode.Alejandro Marzini
2010-07-20coded for more relocations, added check for RELA type relocations, added comm...Tony Puccinelli
2010-07-20OPENGL: Fix SDL OpenGL context not resizing well on Linux.Alejandro Marzini
2010-07-19OPENGL: Fix adjustment of mouse coordinates when screen is resized and scaled.Alejandro Marzini
2010-07-19ALSA: Get ALSA port settings from the new device config settings.Torbjörn Andersson
2010-07-19OPENGL: Add basic scaler handle.Alejandro Marzini
2010-07-19SDL: Hack to handle special SDL events.Alejandro Marzini
2010-07-19SUBSYSTEM: ALSA music driverTorbjörn Andersson
2010-07-19OPENGL: Fix issue when GFX changes.Alejandro Marzini
2010-07-19OPENGL: Fix palette issues.Alejandro Marzini
2010-07-18trying to fix psp build for case sensitive filesystems.Andre Heider
2010-07-18PSP: switched to using my memcpyYotam Barnoy
2010-07-18PSP: forgot test filesYotam Barnoy
2010-07-18Made memcpy faster but not as fast with uncached mem.Yotam Barnoy
2010-07-18Fixed rect size when drawing npot textures. Added OpenGL attr for SDL.Alejandro Marzini
2010-07-18Improved cursor drawing.Alejandro Marzini
2010-07-17Remove PalmOS portMax Horn
2010-07-16Added basic cursor drawing.Alejandro Marzini
2010-07-16change post-increment to pre-increment in return value of nextHighest2(), as ...Joost Peters
2010-07-16put in initial relocations for R_ARM_ABS32, R_ARM_THM_CALL and R_ARM_V4BXTony Puccinelli
2010-07-16Added basic screen drawing (only overlay working).Alejandro Marzini
2010-07-15added necessary #includes to loaderTony Puccinelli
2010-07-15Fixed function prototype typosTony Puccinelli
2010-07-15Fixed header for OS X, and added OpenGL feature to configure script. (Patch b...Alejandro Marzini
2010-07-15Optimized nextHigher2.Alejandro Marzini
2010-07-15Fixed problem with OpenGL headers and windows.Alejandro Marzini
2010-07-15Fixed doing OpenGL calls before a graphical context was created.Alejandro Marzini
2010-07-15Replaced nextHigher2, so CHAR_BIT define is not needed.Alejandro Marzini
2010-07-15restructured ps2loader to use Common::SeekableReadStream instead of a file de...Tony Puccinelli
2010-07-15Silence gcc warnings.Matthew Hoops
2010-07-15Replaced the extra SDL functions added to GraphicsManager with an EventObserv...Alejandro Marzini
2010-07-14If the ALSA driver hasn't been opened, closing it should do nothing. This keepsTorbjörn Andersson
2010-07-14various dsloader fixes, including initializing _symtab_sect to -1 in the headerTony Puccinelli
2010-07-14changed Elf32_Rela to Elf32_RelTony Puccinelli
2010-07-13formatting fix for dsloader.hTony Puccinelli
2010-07-13PSP: Typos in trace.hYotam Barnoy