scummvm/graphics
2024-06-30 16:35:41 +03:00
..
blit JANITORIAL: Fix adress typo in blit-atari.cpp 2024-05-18 13:52:31 +02:00
fonts COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
macgui GRAPHICS: MACGUI: Fix MacMenu to support 32-bit graphics 2024-06-18 18:24:08 +08:00
nanosvg COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
opengl GRAPHICS: OPENGL: Allow sscanf_s for GLAD 2024-06-01 13:42:01 +02:00
scaler COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
tinygl COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
big5.cpp GRAPHICS: sanity check for big5 font file 2023-04-29 13:37:45 +02:00
big5.h GRAPHICS: Fix default bpp value for drawBig5Char 2023-05-03 15:22:17 +02:00
blit.h GRAPHICS: Add functions for blitting with transparent masks 2023-11-10 14:36:55 +01:00
colormasks.h GRAPHICS: Fix riscos compilation with an explicit cast 2023-01-19 10:32:26 +01:00
conversion.h GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
cursor.h GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
cursorman.cpp BACKENDS: Report if the backend supports cursors with alpha channels 2023-10-29 02:02:11 +02:00
cursorman.h Revert "Revert "GRAPHICS: Add support for cursor as Surface"" 2023-04-10 12:21:29 +02:00
font.cpp GRAPHICS: MACGUI: Process extra long words (#5703) 2024-03-13 17:39:21 +01:00
font.h GRAPHICS: MACGUI: Process extra long words (#5703) 2024-03-13 17:39:21 +01:00
fontman.cpp GRAPHICS: Remove redundant include 2023-03-17 14:50:48 +01:00
fontman.h
framelimiter.cpp
framelimiter.h
image-archive.cpp GRAPHICS: MACGUI: Improve image quality in markdown documents 2024-05-09 15:19:17 +02:00
image-archive.h GRAPHICS: MACGUI: Improve image quality in markdown documents 2024-05-09 15:19:17 +02:00
korfont.cpp
korfont.h
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp
larryScale.h
maccursor.cpp GRAPHICS: Fix MacCursor handling of color 255 2022-11-12 19:32:57 -08:00
maccursor.h
macega.h
managed_surface.cpp GRAPHICS: Only invalidate the updated area of the screen in ManagedSurface::blitFrom 2024-06-30 16:35:41 +03:00
managed_surface.h GRAPHICS: Add a common function for detecting transparent surfaces 2024-06-19 02:36:17 +02:00
mode.h ENGINES: Allow to specify several supported resolutions 2023-02-28 01:58:13 +01:00
module.mk GRAPHICS: MACGUI: Improve image quality in markdown documents 2024-05-09 15:19:17 +02:00
nine_patch.cpp GRAPHICS: NINEPATCH: Change the way remaining_stretch is distributed 2024-04-25 00:37:48 +02:00
nine_patch.h GRAPHICS: Remove use of TransparentSurface in NinePatch code 2023-10-24 20:16:34 +02:00
palette.cpp GRAPHICS: Added Palette::createEGAPalette method 2024-06-01 11:26:17 -07:00
palette.h GRAPHICS: Palette constants cleanup, added Palette methods to ManagedSurface 2024-06-02 10:55:01 -07:00
paletteman.h GRAPHICS: Palette constants cleanup, added Palette methods to ManagedSurface 2024-06-02 10:55:01 -07:00
pixelformat.cpp
pixelformat.h GRAPHICS: Make the Graphics::PixelFormat constructors constexpr 2023-12-26 20:23:59 +01:00
pm5544.cpp JANITORIAL: Clean up all non-engine Visual Studio warnings. 2022-12-04 00:08:48 +01:00
pm5544.h GRAPHICS: Added doxygen documentation to PM5544 2022-10-08 23:39:18 +02:00
primitives.cpp GRAPHICS: Change drawRect1 in primitives to fix corner pixel issues 2022-09-19 00:38:28 +02:00
primitives.h GRAPHICS: Bump color parameter to uint32 type for functions using it 2022-09-09 02:21:47 +02:00
renderer.cpp OPENGL: Merge both OpenGL contexts 2022-06-26 18:32:10 +02:00
renderer.h
scaler.h GRAPHICS: Use forward declaration of ManagedSurface 2023-08-03 10:34:00 +02:00
scalerplugin.cpp GRAPHICS: Use correct pixel size in Normal1x with CLUT8 2023-01-11 19:15:48 +01:00
scalerplugin.h BASE: Filter out old graphics modes when passed to -g 2023-02-12 09:44:51 +01:00
screen.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
screen.h GRAPHICS: Palette constants cleanup, added Palette methods to ManagedSurface 2024-06-02 10:55:01 -07:00
sjis.cpp GRAPHICS: Fix glyph offsets for PC98 glyphs *9e 2023-05-19 21:16:17 +02:00
sjis.h GRAPHICS: Added missing override keywords 2023-05-14 23:23:44 +02:00
surface.cpp GRAPHICS: Add a common function for detecting transparent surfaces 2024-06-19 02:36:17 +02:00
surface.h GRAPHICS: Add a common function for detecting transparent surfaces 2024-06-19 02:36:17 +02:00
svg.cpp GRAPHICS: SVGBitmap now inherits from ManagedSurface 2023-03-16 19:20:50 +01:00
svg.h GRAPHICS: SVGBitmap now inherits from ManagedSurface 2023-03-16 19:20:50 +01:00
thumbnail.cpp GRAPHICS: Add function to create thumbnail without binding it to a output stream 2022-09-08 19:10:42 +02:00
thumbnail.h GRAPHICS: Add function to create thumbnail without binding it to a output stream 2022-09-08 19:10:42 +02:00
transform_struct.cpp GRAPHICS: Remove leftover include 2023-10-29 01:09:52 +02:00
transform_struct.h ALL: Renamed TS_ARGB to MS_ARGB 2023-08-13 00:22:10 +02:00
transform_tools.cpp
transform_tools.h
VectorRenderer.cpp GUI: Fix hard shadow under HiDPI rendering (#4908) 2023-04-15 02:04:16 +02:00
VectorRenderer.h GUI: Make use of simple blitting routines where possible 2024-06-19 02:36:17 +02:00
VectorRendererSpec.cpp GUI: Make use of simple blitting routines where possible 2024-06-19 02:36:17 +02:00
VectorRendererSpec.h GUI: Make use of simple blitting routines where possible 2024-06-19 02:36:17 +02:00
wincursor.cpp IMAGE: Add support for loading CUR and ANI files 2024-03-31 14:39:28 -04:00
wincursor.h IMAGE: Add support for loading CUR and ANI files 2024-03-31 14:39:28 -04:00
yuv_to_rgb.cpp GRAPHICS: Reuse YUV lookup tables for identical RGB component sizes 2024-04-25 00:44:31 +02:00
yuv_to_rgb.h GRAPHICS: Reuse YUV lookup tables for identical RGB component sizes 2024-04-25 00:44:31 +02:00