libretroadmin
|
527d1557ce
|
(Fonts) Cleanups
|
2022-11-15 16:00:21 +01:00 |
|
LibretroAdmin
|
0ffdd14940
|
Change msg_len of font driver to size_t - avoids all the type
casting/conversion
|
2022-09-02 01:10:28 +02:00 |
|
LibretroAdmin
|
fdd5940951
|
(Font driver) render_msg function was sometimes doing two strlen
calculations instead of just one. NOTE/TODO/FIXME - see opportunity
to optimize this further
|
2022-07-31 12:59:50 +02:00 |
|
libretroadmin
|
3494c0de0a
|
(Caca/GDI/Sixel/VGA) Did not have proper implemented free functions
|
2022-07-07 21:29:14 +02:00 |
|
libretroadmin
|
cf12a5e7e7
|
(Font drivers) Uniformity in naming conventions
|
2022-06-26 18:01:43 +02:00 |
|
twinaphex
|
9cb4d924cb
|
Revert "(drivers_font) Cut down on unnecessary strlen calls within a for loop"
This reverts commit 3e9d0b875835dba8452d18cf36bc0f9e4e46517a.
|
2020-06-24 21:09:44 +02:00 |
|
twinaphex
|
3e9d0b8758
|
(drivers_font) Cut down on unnecessary strlen calls within a for loop
- precompute once for function duration
|
2020-06-24 20:52:39 +02:00 |
|
jdgleaver
|
73bcd7a692
|
Enable correct vertical alignment of text (+ font rendering fixes)
|
2020-03-31 16:55:22 +01:00 |
|
twinaphex
|
f4c5036c3c
|
Get rid of video_frame_info dep for fonts
|
2020-03-10 03:24:59 +01:00 |
|
twinaphex
|
43feea3496
|
(Drivers font) Add parameter
|
2020-03-09 21:34:14 +01:00 |
|
twinaphex
|
6505080d64
|
(gfx drivers font) Get rid of as many video_frame_info
dependencies as possible
|
2020-03-07 20:48:26 +01:00 |
|
twinaphex
|
efe72dea94
|
(Caca) Put everything into the struct
|
2020-03-07 16:42:12 +01:00 |
|
Brad Parker
|
4f0d61a2ac
|
update copyright
|
2019-02-22 19:13:36 -05:00 |
|
twinaphex
|
eb345019c2
|
Don't implement bind_block/flush_block for drivers that
don't implement it
|
2018-07-15 20:16:40 +02:00 |
|
twinaphex
|
0d39701145
|
Get rid of double void argument
|
2018-07-14 00:54:14 +02:00 |
|
twinaphex
|
4d1b4f905f
|
Start adding OSD statistics - doesn't work yet for SDL2/SDL
|
2018-03-23 17:43:49 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
5879e551a5
|
Pass video_info to font driver functions
|
2017-11-13 10:42:40 +01:00 |
|
Brad Parker
|
b1904bcfa6
|
caca: enable OSD text drawing
|
2017-08-04 21:51:14 -04:00 |
|
twinaphex
|
affb259409
|
Pass video_driver_is_threaded return value to font driver init/free
functions
|
2017-01-25 14:47:24 +01:00 |
|
Brad Parker
|
5c77937dad
|
caca: don't leave X coord uninitialized with unknown font alignment
|
2017-01-22 13:51:10 -05:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
Brad Parker
|
0290f4713c
|
caca: fix font alignment
|
2017-01-21 15:39:35 -05:00 |
|
twinaphex
|
2f175f1a15
|
Remove video_driver_get_size call in gfx/drivers_font
|
2017-01-19 22:03:59 +01:00 |
|
twinaphex
|
e0ff0541a2
|
Pass video_info pointer to font drivers
|
2017-01-19 16:30:40 +01:00 |
|
twinaphex
|
c875d95f7a
|
Revert "Free font data inside gfx/font_driver.c's free function"
This reverts commit b3f1bbc15e8f8c08531c3661041d0ded9bfeca51.
|
2017-01-14 21:02:30 +01:00 |
|
twinaphex
|
b3f1bbc15e
|
Free font data inside gfx/font_driver.c's free function
|
2017-01-14 14:26:56 +01:00 |
|
twinaphex
|
52ad8fb125
|
(gfx/drivers_font) Style nits
|
2017-01-12 10:26:12 +01:00 |
|
twinaphex
|
a911c24ba3
|
Remove runloop.h header includes
|
2016-12-02 06:26:41 +01:00 |
|
Brad Parker
|
ba54f20626
|
initial libcaca video driver
|
2016-12-01 12:13:45 -05:00 |
|