scummvm/graphics
2023-08-16 19:12:49 +03:00
..
blit GRAPHICS: Fix BlendBlit additive blending mode 2023-08-13 00:22:10 +02:00
fonts GRAPHICS: Fix OOB writes when drawing underlined text where the underline doesn't fit in bounds. 2023-08-16 19:12:49 +03:00
macgui GRAPHICS: MACGUI: Fix MacText rendering in 32bpp mode 2023-08-16 01:12:31 +02:00
nanosvg
opengl GRAPHICS: OPENGL: added another setUniform function to set an uniform value in shaders from an array of ints 2023-04-04 20:00:17 +02:00
scaler GRAPHICS: Take into account palette when creating thumbnail 2023-08-03 10:34:00 +02:00
tinygl TINYGL: Remove use of Graphics::PixelBuffer from the Line class 2023-05-14 23:04:11 +02: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: Refactor BlendBlit 2023-08-13 00:22:10 +02:00
colormasks.h
conversion.h
cursor.h
cursorman.cpp GRAPHICS: Fix cursor surface when bytes per pixel greater than one 2023-04-10 20:12:41 +02:00
cursorman.h Revert "Revert "GRAPHICS: Add support for cursor as Surface"" 2023-04-10 12:21:29 +02:00
font.cpp GRAPHICS: Fix BDF font scaling 2023-06-26 15:01:16 +02:00
font.h GRAPHICS: Refactor MacFont scaling into reusable methods 2023-04-16 21:13:50 +02:00
fontman.cpp
fontman.h
framelimiter.cpp
framelimiter.h
korfont.cpp
korfont.h
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp
larryScale.h
maccursor.cpp
maccursor.h
macega.h
managed_surface.cpp GRAPHICS: Fixed ManagedSurface bug 2023-08-13 00:22:10 +02:00
managed_surface.h ALL: blendBlitFrom exaclty matched TS::blit 2023-08-13 00:22:10 +02:00
mode.h
module.mk GRAPHICS: Sort blitting code for Atari with other platform specific 2023-08-16 09:25:33 +02:00
nine_patch.cpp ALL: Renamed TS_ARGB to MS_ARGB 2023-08-13 00:22:10 +02:00
nine_patch.h
palette.cpp
palette.h
pixelformat.cpp
pixelformat.h
pm5544.cpp
pm5544.h
primitives.cpp
primitives.h
renderer.cpp
renderer.h
scaler.h GRAPHICS: Use forward declaration of ManagedSurface 2023-08-03 10:34:00 +02:00
scalerplugin.cpp
scalerplugin.h
screen.cpp
screen.h
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 support for dithering from 3bpp into 1bpp 2023-06-10 23:27:57 +02:00
surface.h GRAPHICS: Make setPixel assert in attempts to draw outside of the surface 2023-08-06 14:07:43 +02:00
svg.cpp
svg.h
thumbnail.cpp
thumbnail.h
transform_struct.cpp
transform_struct.h ALL: Renamed TS_ARGB to MS_ARGB 2023-08-13 00:22:10 +02:00
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Fixing blendBlitTo bugs 2023-08-13 00:22:10 +02:00
transparent_surface.h ALL: Renamed TS_ARGB to MS_ARGB 2023-08-13 00:22:10 +02:00
VectorRenderer.cpp GUI: Fix hard shadow under HiDPI rendering (#4908) 2023-04-15 02:04:16 +02:00
VectorRenderer.h GUI: Fix hard shadow under HiDPI rendering (#4908) 2023-04-15 02:04:16 +02:00
VectorRendererSpec.cpp GRAPHICS: Properly take stroke width into account when drawing lines 2023-06-03 18:27:17 +02:00
VectorRendererSpec.h GUI: Fix hard shadow of tabs under HiDPI 2023-04-15 22:17:27 +02:00
wincursor.cpp GRAPHICS: Only process Win cursor pixels as inverted if they are white and treat any other color with AND mask value 1 as transparent. 2023-04-06 21:38:19 +02:00
wincursor.h
yuv_to_rgb.cpp VIDEO: Add YUV422 and YUV444 to Theora decoder 2023-06-19 08:43:40 +03:00
yuv_to_rgb.h VIDEO: Add YUV422 and YUV444 to Theora decoder 2023-06-19 08:43:40 +03:00