twinaphex
|
a49b81c161
|
Cleanup
|
2020-09-15 11:48:56 +02:00 |
|
twinaphex
|
e810b0251a
|
(GL) Cleanups
|
2020-09-01 19:54:41 +02:00 |
|
twinaphex
|
6ada72e09d
|
(gl_raster_font) Try to prevent NULL pointer dereferences
|
2020-06-29 22:06:50 +02:00 |
|
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +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
|
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
|
2e034c1574
|
(gfx/drivers_font) header cleanups
|
2020-03-05 14:01:34 +01:00 |
|
twinaphex
|
ca5e51f116
|
Remove video_context_driver_make_current
|
2019-08-29 11:13:17 +02:00 |
|
twinaphex
|
44efbd47c2
|
Prevent null pointer dereference
|
2019-07-18 21:00:35 +02:00 |
|
twinaphex
|
ee3208ac39
|
Integrate video_driver.c into retroarch.c
|
2019-06-17 15:10:22 +02:00 |
|
twinaphex
|
27928081cf
|
Cleanups
|
2019-03-18 15:27:37 +01:00 |
|
twinaphex
|
ab814efc62
|
(GL raster font) Don't have to call video_driver_set_coords/
video_driver_set_mvp anymore
|
2019-03-18 04:46:27 +01:00 |
|
Brad Parker
|
4f0d61a2ac
|
update copyright
|
2019-02-22 19:13:36 -05:00 |
|
natinusala
|
631f9e6b8e
|
font driver: expose line height
|
2019-02-17 16:54:24 +01:00 |
|
twinaphex
|
5a45464bb3
|
Revert "Reimplement video_driver_set_coords"
This reverts commit 93ded925d371253542ae9595dc0b57c8bb53591e.
|
2019-02-03 19:40:21 +01:00 |
|
twinaphex
|
43884758c5
|
Revert "(GL) Cleanups"
This reverts commit 5bab7e44605887aa5de62834860a411acb953093.
|
2019-02-03 19:40:15 +01:00 |
|
twinaphex
|
5bab7e4460
|
(GL) Cleanups
|
2019-02-03 18:38:18 +01:00 |
|
twinaphex
|
93ded925d3
|
Reimplement video_driver_set_coords
|
2019-02-03 18:29:00 +01:00 |
|
twinaphex
|
dd366cd5c5
|
Revert "Simplify set_coords"
This reverts commit e10eb51f718aff5e61cf3fa91d865ebe2e21767e.
|
2019-02-03 18:05:14 +01:00 |
|
twinaphex
|
e10eb51f71
|
Simplify set_coords
|
2019-02-03 18:03:07 +01:00 |
|
twinaphex
|
9aa542b1ae
|
* Get rid of video_shader_driver_use
* Get rid of Nuklear - ozone/menu widgets is probably the replacement
for it - Zarch will go next
|
2019-02-03 04:37:54 +01:00 |
|
twinaphex
|
62bea6ad11
|
SOme header cleanups
|
2019-02-02 22:02:24 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08: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 |
|
twinaphex
|
696fa900a1
|
Refactor macro functions which were unsafe
|
2018-02-26 18:08:17 +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
|
bfd815985f
|
Rename function callback
|
2017-11-16 12:02:25 +01:00 |
|
twinaphex
|
229841b1c4
|
Create video_driver_set_coords
|
2017-11-14 21:43:13 +01:00 |
|
twinaphex
|
5879e551a5
|
Pass video_info to font driver functions
|
2017-11-13 10:42:40 +01:00 |
|
twinaphex
|
faab2526c8
|
Create gl_bind_texture
|
2017-11-10 03:55:10 +01:00 |
|
twinaphex
|
4a7e8b03b2
|
Cache core context setting
|
2017-11-08 05:59:08 +01:00 |
|
Brad Parker
|
a153ed0b42
|
testing
|
2017-10-09 21:19:32 -04:00 |
|
twinaphex
|
b11620e1eb
|
Add retro_timers.h/retro_math.h
|
2017-06-28 04:41:38 +02:00 |
|
twinaphex
|
f86f1b3e32
|
Simplify gl_raster_font_upload_atlas
|
2017-06-08 08:10:23 +02:00 |
|
twinaphex
|
aaf3c876eb
|
gl_raster_font.c - Cleanups
|
2017-06-08 06:44:04 +02:00 |
|
twinaphex
|
59b3344e72
|
Combine video_driver.c and video_shader_driver.c
|
2017-05-18 14:47:24 +02:00 |
|
twinaphex
|
f928e57064
|
Combine video_context_driver.c and video_driver.c
|
2017-05-09 01:25:59 +02:00 |
|
Twinaphex
|
6e51153387
|
Revert "Cleanu gl_raster_font_render_line"
This reverts commit 45cf53b487c7b72667f58b9f1c1392c675c4f939.
|
2017-05-05 05:30:49 +02:00 |
|
twinaphex
|
45cf53b487
|
Cleanu gl_raster_font_render_line
|
2017-05-05 05:23:26 +02:00 |
|
twinaphex
|
46bae549ac
|
Fix some coverity warnings
|
2017-04-29 19:22:44 +02:00 |
|
twinaphex
|
17827940fd
|
Get rid of some if conditionals
|
2017-04-29 19:21:24 +02:00 |
|
twinaphex
|
632039f985
|
Cleanups
|
2017-04-25 13:28:42 +02:00 |
|
twinaphex
|
b6d34e9581
|
Cleanups
|
2017-04-25 13:27:40 +02:00 |
|
twinaphex
|
ffcb9d4a16
|
(gl_raster_font.c) Cleanups
|
2017-04-25 13:25:37 +02:00 |
|