libretroadmin
|
7934e677ca
|
Get rid of inline functions in d3d8_common.h - simplify code
|
2022-05-15 05:48:09 +02:00 |
|
twinaphex
|
035d7dad12
|
Go through utf8 to utf16 functions
|
2020-06-27 01:10:45 +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
|
3e891c6237
|
(drivers font) Start making the code independent of video_frame_info
|
2020-03-07 04:45:27 +01:00 |
|
twinaphex
|
ee9c6ef5ba
|
(Font driver) Get rid of more video_frame_info dependencies
|
2020-03-07 01:41:00 +01:00 |
|
twinaphex
|
6a9b39da3f
|
Get rid of d3d.h and xdk_defines.h
|
2018-05-14 03:57:27 +02:00 |
|
twinaphex
|
82ebb9576f
|
Create d3d9_video_t and d3d8_video_t
|
2018-05-03 22:03:12 +02:00 |
|
twinaphex
|
16df2ceb4e
|
Fix Xbox OG
|
2018-04-17 11:39:59 +02:00 |
|
twinaphex
|
4d1b4f905f
|
Start adding OSD statistics - doesn't work yet for SDL2/SDL
|
2018-03-23 17:43:49 +01:00 |
|
twinaphex
|
b4a743fff4
|
Split up menu display drivers for D3D8/D3D9 into separate drivers;
split up d3d_common into separate files
|
2018-03-03 15:28:58 +01:00 |
|
twinaphex
|
c8c7ca0c30
|
(XDK1) Buildfix
|
2018-01-25 16:46:30 +01:00 |
|
twinaphex
|
0e337bb110
|
Use d3d_device_get_backbuffer
|
2018-01-03 16:25:45 +01:00 |
|
twinaphex
|
c9ff9ea253
|
(XFONTS) Buildfix
|
2018-01-03 14:28:07 +01:00 |
|
twinaphex
|
3058fc3390
|
(xfont) Add C++/C codepaths
|
2018-01-03 14:26:40 +01:00 |
|
twinaphex
|
e17baf411c
|
Use d3d_surface_free
|
2018-01-03 14:10:14 +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
|
affb259409
|
Pass video_driver_is_threaded return value to font driver init/free
functions
|
2017-01-25 14:47:24 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +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
|
5e10dbf348
|
Move more runloop.h includes
|
2016-12-02 16:01:06 +01:00 |
|
twinaphex
|
2eeb8912e8
|
(xdk1_xfonts.c) Add header include
|
2016-12-02 01:03:14 +01:00 |
|
twinaphex
|
606e37fcbd
|
Cleanups
|
2016-09-11 15:07:07 +02:00 |
|
twinaphex
|
54f46f4ee3
|
Update headers
|
2016-01-10 04:41:52 +01:00 |
|
twinaphex
|
340585defb
|
Header Cleanups
|
2015-09-16 05:53:34 +02:00 |
|
natifion
|
efd3f7cc58
|
(Font) Added get_message_width to font_renderer_t
|
2015-05-16 16:32:16 +02:00 |
|
twinaphex
|
1a390b8779
|
Cleanup font driver identifier names
|
2015-04-21 17:17:44 +02:00 |
|
twinaphex
|
ce27f9f887
|
(Fonts) Cleanups
|
2015-04-21 17:13:55 +02:00 |
|
twinaphex
|
dd10134e39
|
(XDK1 Fonts) Rename pFrontBuffer
|
2015-04-10 10:11:43 +02:00 |
|
twinaphex
|
532d112ff8
|
(Font) Combine font_d3d_driver and font_gl_driver
|
2015-04-03 20:36:19 +02:00 |
|
twinaphex
|
7c1d3471f6
|
(XDK1) Build fixes
|
2015-03-30 02:10:42 +02:00 |
|
twinaphex
|
2c555082ee
|
D3D and GL now use the same font driver interface
|
2015-03-30 00:55:39 +02:00 |
|
twinaphex
|
66198fffb6
|
Update init signature
|
2015-03-30 00:48:43 +02:00 |
|
twinaphex
|
fbb84ba4b6
|
(D3D) Start changing init functions of d3d font drivers
|
2015-03-30 00:41:42 +02:00 |
|
twinaphex
|
172ded89b9
|
(D3D Fonts) Start allocating and freeing structs
|
2015-03-30 00:29:02 +02:00 |
|
twinaphex
|
294a0b08e3
|
Make d3d_font_renderer_t more like gl_font_renderer_t
|
2015-03-29 22:37:52 +02:00 |
|
twinaphex
|
1dba948f64
|
Change font_d3d_driver.h
|
2015-03-29 22:01:52 +02:00 |
|
twinaphex
|
65e812da4c
|
Change signatures of gl font driver callback functions
|
2015-03-29 21:59:01 +02:00 |
|
twinaphex
|
f130b00596
|
Updates pt. 3
|
2015-03-20 22:08:36 +01:00 |
|
twinaphex
|
80d4de7c3f
|
Add gfx/video_viewport.c/viewport.h
|
2015-01-18 23:59:57 +01:00 |
|
twinaphex
|
dbeb06aec6
|
Reupload font drivers at new location gfx/drivers_font
|
2015-01-12 23:38:39 +01:00 |
|