jdgleaver
|
54e1711f9a
|
(3DS) Sanitise/Improve display mode selection
|
2019-04-15 17:05:55 +01:00 |
|
twinaphex
|
002ac5a344
|
(menu display) pointer cleanups
|
2019-04-10 01:46:25 +02:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08: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
|
1bd91193fd
|
(Menu) All the ident names should be identical to the video driver ident names
|
2018-10-09 01:05:46 +02:00 |
|
natinusala
|
7ec2011ccf
|
menu_display_gl: added scissoring support
|
2018-09-20 14:48:07 +02:00 |
|
twinaphex
|
c88a7545a3
|
(menu display drivers) Cleanups
|
2018-05-13 14:15:04 +02:00 |
|
twinaphex
|
18d27468ae
|
Set handles_transform for 3DS/D3D11/D3D12/Vita/WiiU menu
display drivers - this skips a bunch of costly matrix calculations
for menu display drivers that have a geometry shader or something
similar
|
2018-02-28 04:52:47 +01:00 |
|
twinaphex
|
35f1c9ba33
|
(menu display driver) Get rid of remaining pointer grabbing
|
2018-02-16 19:42:13 +01:00 |
|
twinaphex
|
407d7e2c4e
|
(menu display) Get rid of more pointer grabbing
|
2018-02-16 19:25:19 +01:00 |
|
twinaphex
|
a0ba515337
|
Update
|
2018-02-16 19:08:16 +01:00 |
|
twinaphex
|
b25e2ce4e8
|
reduce more calls to video_driver_get_ptr
|
2018-02-16 17:54:39 +01:00 |
|
twinaphex
|
964e9db588
|
Reduce calls to video_driver_get_ptr - set it once for
video_frame_info_t
|
2018-02-16 17:19:55 +01:00 |
|
meepingsnesroms
|
5a4bd619ba
|
Revert "Merge branch 'master' into master"
This reverts commit 4b68a21a7e17048ec5424ebbb7faa18d83c3fd53, reversing
changes made to 5e0f78e8a092c4a52c747493ae0badfec55282dd.
|
2017-12-25 18:27:59 -08:00 |
|
meepingsnesroms
|
bb7ee12766
|
Fix compile on new devkitARM
|
2017-12-16 19:20:43 -08: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
|
59fb7700b8
|
Combine menu_driver.c and menu_display.c
|
2017-05-19 15:25:14 +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
|
7df38ac5db
|
(3DS) Buildfix
|
2017-04-29 19:34:20 +02:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
f9786d6c6a
|
Remove unnecessary config.def.h includes
|
2016-11-20 13:43:56 +01:00 |
|
Higor Eurípedes
|
6f2cb9742d
|
(font) Create font_data_t and update font_driver_init_first()
|
2016-10-18 20:07:00 -03:00 |
|
aliaspider
|
d48445fc1e
|
(3DS) video driver:
- texture handling improvement.
- flush pending tasks while waiting for vsync.
|
2016-10-10 22:25:25 +01:00 |
|
aliaspider
|
afd5e85a31
|
(3DS) add experimental font and menu_display drivers.
|
2016-09-29 20:14:12 +01:00 |
|