index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
graphics
/
openglsdl
Age
Commit message (
Expand
)
Author
2010-08-02
OPENGL: Add missing header.
Alejandro Marzini
2010-08-02
OPENGL: Save last fullscreen mode size to config file.
Alejandro Marzini
2010-08-02
OPENGL: Improve fullscreen mode selection. Add warpMouse adjusting.
Alejandro Marzini
2010-08-01
OPENGL: Remove use of floats for aspect ratio correction. Improved fullscreen...
Alejandro Marzini
2010-07-31
OPENGL: Switch to native resolution fullscreen as default.
Alejandro Marzini
2010-07-31
OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for GL...
Alejandro Marzini
2010-07-31
Add OpenGL dependencies to MinGW configure.
Alejandro Marzini
2010-07-27
OPENGL: Implement aspect ratio support and toggling. Improve fullscreen switc...
Alejandro Marzini
2010-07-27
OPENGL: Commenting.
Alejandro Marzini
2010-07-26
Formatted spaces.
Alejandro Marzini
2010-07-26
OPENGL: Implement saveScreenshot().
Alejandro Marzini
2010-07-26
OPENGL: Add OSD message.
Alejandro Marzini
2010-07-26
OPENGL: Do not allow changing to a not supported scale while on fullscreen.
Alejandro Marzini
2010-07-24
OPENGL: Redesign blitting system. Add basics for aspect correction.
Alejandro Marzini
2010-07-23
OPENGL: Add basic game screen drawing. Changed Overlay PixelFormat to RGBA5551.
Alejandro Marzini
2010-07-22
OPENGL: Add antialiasing, hotkey: ctrl+alt+f. Fixed minor bugs.
Alejandro Marzini
2010-07-20
OPENGL: Implement fullscreen mode.
Alejandro Marzini
2010-07-20
OPENGL: Fix SDL OpenGL context not resizing well on Linux.
Alejandro Marzini
2010-07-19
OPENGL: Fix adjustment of mouse coordinates when screen is resized and scaled.
Alejandro Marzini
2010-07-19
OPENGL: Add basic scaler handle.
Alejandro Marzini
2010-07-18
Fixed rect size when drawing npot textures. Added OpenGL attr for SDL.
Alejandro Marzini
2010-07-18
Improved cursor drawing.
Alejandro Marzini
2010-07-16
Added basic screen drawing (only overlay working).
Alejandro Marzini
2010-07-15
Fixed doing OpenGL calls before a graphical context was created.
Alejandro Marzini
2010-07-15
Replaced the extra SDL functions added to GraphicsManager with an EventObserv...
Alejandro Marzini
2010-07-13
Check if USE_OPENGL is defined for compiling OpenGL code.
Alejandro Marzini
2010-07-13
Merged from trunk, from Rev 49499 to HEAD
Alejandro Marzini
2010-07-12
OpenGL manager: Implemented PixelFormat functions. Implemented GFX methods. C...
Alejandro Marzini
2010-07-11
Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...
Alejandro Marzini
2010-07-10
Added BaseSdlGraphicsManager. Added GLTexture.
Alejandro Marzini
2010-07-09
Added OpenGLSDLGraphicsManager.
Alejandro Marzini
[prev]