scummvm/graphics
2023-04-01 23:12:43 +02:00
..
fonts GRAPHICS: Use better rounding for BDF font scaling 2023-03-18 20:18:11 +01:00
macgui GRAPHICS: MACGUI: Fix edge cases of getMouseWord 2023-03-24 21:27:34 +01:00
nanosvg
opengl FREESCAPE: initial implementation of the opengl shader renderer 2023-04-01 23:12:43 +02:00
scaler JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
tinygl JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
big5.cpp GRAPHICS: Fix wrong order of arguments in big5 char drawing 2023-03-16 21:24:21 +01:00
big5.h GRAPHICS: Extract big5 renderer from sky into common graphics code 2023-02-28 00:40:25 +01:00
blit-atari.cpp BACKENDS: ATARI: Refactor 2023-03-25 21:45:50 +01:00
blit-scale.cpp GRAPHICS: Fix negation of unsigned integer warning 2023-02-18 14:16:18 +01:00
blit.cpp BACKENDS: ATARI: Refactor 2023-03-25 21:45:50 +01:00
blit.h GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit 2023-02-05 23:14:35 +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 GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
cursorman.h JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
font.cpp GRAPHICS: Expose Font leading and descent values 2022-11-06 23:05:20 -08:00
font.h GRAPHICS: Expose Font leading and descent values 2022-11-06 23:05:20 -08:00
fontman.cpp GRAPHICS: Remove redundant include 2023-03-17 14:50:48 +01:00
fontman.h
framelimiter.cpp
framelimiter.h
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: Use standard palettes in ManagedSurface 2023-03-24 21:32:48 +01:00
managed_surface.h GRAPHICS: Use standard palettes in ManagedSurface 2023-03-24 21:32:48 +01:00
mode.h ENGINES: Allow to specify several supported resolutions 2023-02-28 01:58:13 +01:00
module.mk BACKENDS: ATARI: Refactor 2023-03-25 21:45:50 +01:00
nine_patch.cpp GRAPHICS: Round border length to nearest interger 2022-08-05 20:15:03 +02:00
nine_patch.h
palette.cpp
palette.h
pixelformat.cpp
pixelformat.h GRAPHICS: Implemented PixelFormat::isCLUT8() 2023-02-02 19:33:20 +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
renderer.h
scaler.h
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
screen.h
sjis.cpp
sjis.h
surface.cpp BACKENDS: ATARI: Refactor 2023-03-25 21:45:50 +01:00
surface.h GRAPHICS: Add Surface::convertFrom() 2023-03-02 15:11:24 +00: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
transform_struct.h GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit 2023-02-05 23:14:35 +01:00
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
transparent_surface.h GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit 2023-02-05 23:14:35 +01:00
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp GRAPHICS: Fix clipping for circle and rounded squares 2023-03-19 17:33:01 +01:00
VectorRendererSpec.h
wincursor.cpp GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
wincursor.h COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
yuv_to_rgb.cpp
yuv_to_rgb.h