D15C0DE
|
80f67933cb
[5/6] Generalize SDL_PixelFormat
|
5 年之前 |
Wouter Vermaelen
|
0d1ec8e593
fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name'
|
6 年之前 |
m9710797
|
39f5361836
use std::make_unique instead of our own version
|
6 年之前 |
m9710797
|
fbd2d80bbb
Mark single-parameter constructors 'implicit'
|
8 年之前 |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
10 年之前 |
m9710797
|
fcbcac823e
[1/5] Added final class annotations
|
10 年之前 |
wouter
|
7f058fb365
Refactor buffer management in video scaling code
|
11 年之前 |
wouter
|
5ce88e0701
Various cleanups (split from later patch)
|
11 年之前 |
wouter
|
4fdc38a90a
Use uint6_t/uint32_t as type for a 16/32bpp pixel
|
11 年之前 |
wouter
|
d089095d55
Various text-processing stuff
|
11 年之前 |
Wouter Vermaelen
|
f2e8f7d6ac
Use 'auto' to simplify c++ casts
|
12 年之前 |
Wouter Vermaelen
|
4163274004
Added make_unique() and use it in a limited way
|
12 年之前 |
Wouter Vermaelen
|
3979f87d52
Replace std::auto_ptr with std::unique_ptr
|
12 年之前 |
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 年之前 |
Wouter Vermaelen
|
674c4e4df6
Optimized rendering of superimposed modes (video9000, laserdisc)
|
12 年之前 |
Wouter Vermaelen
|
e645b44acb
Fixed compiler warning with gcc-4.4
|
12 年之前 |
Wouter Vermaelen
|
a74376924c
Extended PostProcessor to superimpose 2 VDP frames
|
12 年之前 |
Wouter Vermaelen
|
3787f4fbb0
SuperImposedFrame -> SuperImposedVideoFrame
|
12 年之前 |
Wouter Vermaelen
|
b1100f8c5c
Optimized PixelOperations for Dingoo
|
13 年之前 |
Wouter Vermaelen
|
6ef6fd8982
Work around gcc-3.4.x bug
|
15 年之前 |
Wouter Vermaelen
|
83795b9c8e
Added SuperImposedFrame class
|
15 年之前 |