aliaspider
|
8cc805c38a
|
(CTR/3DS) reduce memory usage.
build fix.
|
2015-10-20 12:34:53 +01:00 |
|
aliaspider
|
fc1524be5d
|
(CTR/3DS) nit.
|
2015-10-06 19:57:46 +01:00 |
|
aliaspider
|
44dc270c87
|
(CTR/3DS) use an aptHook to enable the LCD when the app is suspended.
|
2015-10-06 19:56:11 +01:00 |
|
aliaspider
|
b9978317cc
|
(CTR/3DS) video driver: increase texture width.
|
2015-10-04 19:22:23 +01:00 |
|
aliaspider
|
71efe15bce
|
(CTR/3DS) don't turn off the LCD for 2DS models.
|
2015-10-03 19:37:01 +01:00 |
|
aliaspider
|
68e2c306a9
|
(CTR/3DS) video driver: better detection of frames allocated with
linearAlloc.
|
2015-10-02 04:59:16 +01:00 |
|
aliaspider
|
c9acd9156c
|
(CTR/3DS) gfx driver: remove useless printf.
|
2015-10-01 18:28:27 +01:00 |
|
aliaspider
|
63ab3b02b8
|
(CTR/3DS) shut down the LCD backlight when toggling the buttom display
off.
courtesy of @thedax.
|
2015-10-01 18:12:59 +01:00 |
|
twinaphex
|
87d44af218
|
Static code analysis cleanups
|
2015-09-29 18:08:33 +02:00 |
|
aliaspider
|
48ec5190ba
|
(CTR/3DS) improve audio/video sync.
|
2015-09-28 20:09:07 +01:00 |
|
aliaspider
|
a2d552a819
|
(CTR/3DS) allow toggling the console on/off.
the upper part of the touchscreen toggles the console, the lower part
the main menu.
|
2015-09-28 14:54:48 +01:00 |
|
twinaphex
|
2b840c0384
|
Refactor perf counters
|
2015-09-20 10:02:59 +02:00 |
|
aliaspider
|
9c6ce3b28b
|
(CTR/3DS) start with bilinear filtering set to ON.
|
2015-09-14 01:59:58 +01:00 |
|
aliaspider
|
591ecae208
|
(CTR/3DS) add support for viewport/filtering settings.
rotation doesn't work correctly yet.
|
2015-09-14 00:19:38 +01:00 |
|
aliaspider
|
c3ac725269
|
(CTR/3DS) improve vsync.
gfxSwapBuffersGpu needs to be called immediately after initiating a
display transfer.
|
2015-09-13 22:27:28 +01:00 |
|
aliaspider
|
3b85e0dd5a
|
(3DS) fix build to work with the latest ctrulib.
|
2015-09-07 18:31:30 +01:00 |
|
twinaphex
|
0c023dcb68
|
Reimplement frame count
|
2015-08-03 23:01:07 +02:00 |
|
twinaphex
|
ae408a1d41
|
Create video_poke get_frame_count function
|
2015-05-09 15:52:06 +02:00 |
|
twinaphex
|
4ecfe639b3
|
Create local frame_count variables again in video_drivers
|
2015-05-09 15:41:10 +02:00 |
|
twinaphex
|
a9dee4877e
|
Create set_viewport wrapper function - threaded video mode's
set_viewport function does not work yet
|
2015-04-26 19:46:59 +02:00 |
|
twinaphex
|
c22535b7e1
|
Reduce HAVE_FBO ifdefs
|
2015-04-25 02:35:06 +02:00 |
|
aliaspider
|
2076846a5c
|
(CTR/3DS) disable v-sync blocking after a missed vblank-start event.
will prevent cores running under 60fps from slowing down even more.
|
2015-04-17 19:45:07 +01:00 |
|
twinaphex
|
0818b178f9
|
Rename rarch_main_command to event_command
|
2015-04-13 11:26:02 +02:00 |
|
Twinaphex
|
de2eb5f972
|
Rename RARCH_CMD_* to EVENT_CMD_*
|
2015-04-13 10:29:15 +02:00 |
|
Twinaphex
|
56a348e9bd
|
Merge pull request #1624 from aliaspider/master
(3DS) video driver: performance improvements.
|
2015-04-13 02:52:32 +02:00 |
|
aliaspider
|
e754c328b0
|
(3DS) video driver: performance improvements.
|
2015-04-13 01:50:00 +01:00 |
|
twinaphex
|
54b10d8eca
|
(gfx/drivers) Style nits
|
2015-04-11 08:39:37 +02:00 |
|
aliaspider
|
a7c63f973b
|
(3DS) update video driver:
use a gemotry shader to simulate sprite primitives.
move gpu state commands to the initial display list.
|
2015-04-08 18:59:41 +01:00 |
|
aliaspider
|
e06a7d5f7e
|
(3DS) set the content frame to fullscreen for now, until aspect ratio
settings are implemented.
|
2015-04-05 21:06:24 +01:00 |
|
aliaspider
|
fe923dff98
|
(3DS) video driver rewrite.
|
2015-04-05 20:40:35 +01:00 |
|
Lioncash
|
5102339e84
|
ctr_gfx: Fix a missing printf formatting specifier
|
2015-04-02 12:41:07 -04:00 |
|
aliaspider
|
d842697863
|
(3DS) can display loaded content.
add an fps counter.
|
2015-04-02 04:00:26 +01:00 |
|
aliaspider
|
948e637e22
|
(3DS/CTR) shutdown hack not needed anymore.
|
2015-04-02 02:28:56 +01:00 |
|
aliaspider
|
27bd10b21d
|
implement a very basic input driver, will need to be implemented
correctly later.
|
2015-04-02 02:19:21 +01:00 |
|
twinaphex
|
5612545b25
|
(CTR/3DS) Update copyright headers
|
2015-04-02 01:43:28 +02:00 |
|
aliaspider
|
2045cee432
|
preliminary 3DS port.
|
2015-04-01 22:14:13 +01:00 |
|