scummvm/graphics
2021-11-27 21:29:02 +01:00
..
fonts JANITORIAL: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
macgui GRAPHICS: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:31:21 +02:00
nanosvg JANITORIAL: Fix line endings 2021-10-21 19:18:03 +03:00
opengl GRAPHICS: Corrected subdir depth for wintermute shaders 2021-11-21 20:49:09 +01:00
scaler GRAPHICS: Split ScalerPluginObject into two classes 2021-11-23 23:32:58 +01:00
tinygl TINYGL: Moved PixelBuffer to TinyGL 2021-11-27 21:29:02 +01:00
colormasks.h GRAPHICS: Integrate Graphics::ColorMasks with Graphics::PixelFormat 2021-06-24 11:55:54 +02:00
conversion.cpp GRAPHICS: Add generic functions for converting palettes 2021-11-20 01:06:23 +01:00
conversion.h GRAPHICS: Add generic functions for converting palettes 2021-11-20 01:06:23 +01:00
cursor.h
cursorman.cpp
cursorman.h
font.cpp
font.h GRAPHICS: Do not use ellipsis by default when drawing text 2021-08-01 17:22:13 +02:00
fontman.cpp GRAPHICS: Remove outdated builtin font names 2021-10-02 23:50:21 +01:00
fontman.h GRAPHICS: Remove obsolete genLocalizedFontFilename FontManager 2021-10-02 23:50:21 +01:00
framelimiter.cpp GRAPHICS: Move FrameLimiter from engines to common graphics code 2021-10-27 23:11:20 +02:00
framelimiter.h GRAPHICS: Move FrameLimiter from engines to common graphics code 2021-10-27 23:11:20 +02:00
korfont.cpp
korfont.h
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp JANITORIAL: Use override 2021-11-14 02:59:23 +02:00
larryScale.h
maccursor.cpp
maccursor.h
macega.h SCUMM: Add Macintosh b/w rendering mode 2021-07-13 09:53:36 +02:00
managed_surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
managed_surface.h GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
mode.h
module.mk TINYGL: Moved PixelBuffer to TinyGL 2021-11-27 21:29:02 +01:00
nine_patch.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
nine_patch.h
palette.h
pixelformat.cpp
pixelformat.h GRAPHICS: Integrate Graphics::ColorMasks with Graphics::PixelFormat 2021-06-24 11:55:54 +02:00
primitives.cpp
primitives.h
renderer.cpp GRAPHICS: Use OpenGL with shaders as default 2021-09-06 22:12:19 +02:00
renderer.h
scaler.h
scalerplugin.cpp GRAPHICS: Split ScalerPluginObject into two classes 2021-11-23 23:32:58 +01:00
scalerplugin.h GRAPHICS: Split ScalerPluginObject into two classes 2021-11-23 23:32:58 +01:00
screen.cpp TWINE: use Graphics::Screen 2021-06-03 22:07:26 +02:00
screen.h
sjis.cpp
sjis.h
surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
surface.h GRAPHICS: removed invalid char from comment 2021-07-11 13:56:19 +02:00
svg.cpp GRAPHICS: Fix small SVG memory leaks 2021-11-14 08:40:06 +01:00
svg.h
thumbnail.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
thumbnail.h
transform_struct.cpp
transform_struct.h
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
transparent_surface.h GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp Revert "GRAPHICS: fix off-by-one errors when drawing a rounded rectangle" 2021-11-21 20:23:37 +01:00
VectorRendererSpec.h Revert "GUI: Add horizontal triangle drawing algorithm" 2021-11-12 14:46:34 +01:00
wincursor.cpp JANITORIAL: Use override 2021-11-14 02:59:23 +02:00
wincursor.h
yuv_to_rgb.cpp
yuv_to_rgb.h