scummvm/graphics
Miro Kropacek 3ab147259b GRAPHICS: Add support for dithering from 3bpp into 1bpp
This allows using "ScummVM Modern" theme in 8-bit resolutions.
2023-06-10 23:27:57 +02:00
..
fonts GRAPHICS: Fix include 2023-04-29 13:39:21 +02:00
macgui DIRECTOR: Add font quirks for two Star Trek games 2023-06-08 09:16:30 +02:00
nanosvg GRAPHICS: Fix GCC Compiler Duplicated Branch Warnings in Nano SVG 2022-01-12 04:59:23 +00:00
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 JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01: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-alpha.cpp GRAPHICS: Add generic versions of applyColorKey() and setAlpha() 2023-04-09 12:49:23 +02:00
blit-atari.cpp GRAPHICS: ATARI: Fix special move16 case when w==15 2023-05-10 23:02:12 +02:00
blit-scale.cpp GRAPHICS: Fix negation of unsigned integer warning 2023-02-18 14:16:18 +01:00
blit.cpp BACKENDS: ATARI: Add build scripts 2023-05-10 22:58:26 +02:00
blit.h GRAPHICS: Add generic versions of applyColorKey() and setAlpha() 2023-04-09 12:49:23 +02: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: 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: Refactor MacFont scaling into reusable methods 2023-04-16 21:13:50 +02:00
font.h GRAPHICS: Refactor MacFont scaling into reusable methods 2023-04-16 21:13:50 +02:00
fontman.cpp GRAPHICS: Remove redundant include 2023-03-17 14:50:48 +01:00
fontman.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
framelimiter.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
framelimiter.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
korfont.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
korfont.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
larryScale_generated.cpp GRAPHICS: Fix GCC Duplicated Branch Warnings in LarryScale 2022-01-12 08:26:39 +00:00
larryScale_generator.js GRAPHICS: Fix GCC Duplicated Branch Warnings in LarryScale 2022-01-12 08:26:39 +00:00
larryScale.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
larryScale.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
maccursor.cpp GRAPHICS: Fix MacCursor handling of color 255 2022-11-12 19:32:57 -08:00
maccursor.h GRAPHICS: Add support for loading oversized Mac CURS resources 2022-05-07 20:51:44 +03:00
macega.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
managed_surface.cpp GRAPHICS: Support bliting CLUT8 Surface in non-CLUT8 ManagedSurface 2023-04-25 21:44:51 +01:00
managed_surface.h GRAPHICS: Change pitch from int16 to int32 2023-05-20 23:23:58 +02:00
mode.h ENGINES: Allow to specify several supported resolutions 2023-02-28 01:58:13 +01:00
module.mk GRAPHICS: Implement macpopupmenu while reusing macmenu 2023-05-28 13:50:18 +02:00
nine_patch.cpp GRAPHICS: Round border length to nearest interger 2022-08-05 20:15:03 +02:00
nine_patch.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
palette.cpp GRAPHICS: Add naive algorithm option for PaletteLookup 2022-07-17 13:17:41 +02:00
palette.h GRAPHICS: Add naive algorithm option for PaletteLookup 2022-07-17 13:17:41 +02:00
pixelformat.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
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 OPENGL: Merge both OpenGL contexts 2022-06-26 18:32:10 +02:00
renderer.h GRAPHICS: Create a dynamic list of available renderers 2022-04-10 18:11:46 +02:00
scaler.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01: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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
screen.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01: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 support for dithering from 3bpp into 1bpp 2023-06-10 23:27:57 +02:00
surface.h GRAPHICS: Change pitch from int16 to int32 2023-05-20 23:23:58 +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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
transform_struct.h GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit 2023-02-05 23:14:35 +01:00
transform_tools.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
transform_tools.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
transparent_surface.cpp GRAPHICS: Add generic versions of applyColorKey() and setAlpha() 2023-04-09 12:49:23 +02:00
transparent_surface.h GRAPHICS: Add generic versions of applyColorKey() and setAlpha() 2023-04-09 12:49:23 +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 COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
yuv_to_rgb.cpp JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
yuv_to_rgb.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00