D15C0DE
|
80f67933cb
[5/6] Generalize SDL_PixelFormat
|
5 years ago |
Wouter Vermaelen
|
0d1ec8e593
fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name'
|
6 years ago |
m9710797
|
39f5361836
use std::make_unique instead of our own version
|
6 years ago |
m9710797
|
fbd2d80bbb
Mark single-parameter constructors 'implicit'
|
8 years ago |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
10 years ago |
m9710797
|
fcbcac823e
[1/5] Added final class annotations
|
10 years ago |
wouter
|
7f058fb365
Refactor buffer management in video scaling code
|
11 years ago |
wouter
|
5ce88e0701
Various cleanups (split from later patch)
|
11 years ago |
wouter
|
4fdc38a90a
Use uint6_t/uint32_t as type for a 16/32bpp pixel
|
11 years ago |
wouter
|
d089095d55
Various text-processing stuff
|
11 years ago |
Wouter Vermaelen
|
f2e8f7d6ac
Use 'auto' to simplify c++ casts
|
12 years ago |
Wouter Vermaelen
|
4163274004
Added make_unique() and use it in a limited way
|
12 years ago |
Wouter Vermaelen
|
3979f87d52
Replace std::auto_ptr with std::unique_ptr
|
12 years ago |
Maarten ter Huurne
|
6413eb62c6
Support 15 bpp in SuperImposedFrame. This fixes a crash when openMSX is compiled with only 16 bpp support and the native video supports only 32 bpp. In this case SDL transparently converts from 16 bpp to 32 bpp, but the surface SDL offers to openMSX has BitsPerPixel set to 15, not 16.
|
12 years ago |
Wouter Vermaelen
|
674c4e4df6
Optimized rendering of superimposed modes (video9000, laserdisc)
|
12 years ago |
Wouter Vermaelen
|
e645b44acb
Fixed compiler warning with gcc-4.4
|
12 years ago |
Wouter Vermaelen
|
a74376924c
Extended PostProcessor to superimpose 2 VDP frames
|
12 years ago |
Wouter Vermaelen
|
3787f4fbb0
SuperImposedFrame -> SuperImposedVideoFrame
|
12 years ago |
Wouter Vermaelen
|
b1100f8c5c
Optimized PixelOperations for Dingoo
|
13 years ago |
Wouter Vermaelen
|
6ef6fd8982
Work around gcc-3.4.x bug
|
15 years ago |
Wouter Vermaelen
|
83795b9c8e
Added SuperImposedFrame class
|
15 years ago |