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 |
|
jdgleaver
|
ca13805937
|
(3DS) Add 'bottom screen' enable to User Interface menu
|
2018-11-14 16:41:19 +00:00 |
|
twinaphex
|
c4c8699ee3
|
Only show max swapchain images if supported by video driver and/or
context driver
|
2018-04-23 13:34:30 +02:00 |
|
Brandon Wright
|
7a00534378
|
Add poke interface for get_refresh_rate.
|
2018-04-15 17:56:11 -05:00 |
|
twinaphex
|
9b8713aebd
|
Fix Coverity defects
|
2018-03-24 11:59:01 +01:00 |
|
twinaphex
|
4d1b4f905f
|
Start adding OSD statistics - doesn't work yet for SDL2/SDL
|
2018-03-23 17:43:49 +01:00 |
|
twinaphex
|
08e61230e9
|
Update video_poke_interface
|
2018-01-30 22:29:57 +01:00 |
|
twinaphex
|
82d44e9ad3
|
Cut down on more HAVE_MENU ifdefs
|
2017-12-31 18:02:14 +01:00 |
|
twinaphex
|
cf3a010ead
|
Remove some HAVE_MENU ifdefs
|
2017-12-31 17:42:07 +01:00 |
|
aliaspider
|
1f143927ca
|
(CTR) build fix.
|
2017-12-25 08:51:50 +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
|
683c437941
|
Updates
|
2017-11-14 21:34:03 +01:00 |
|
twinaphex
|
b11620e1eb
|
Add retro_timers.h/retro_math.h
|
2017-06-28 04:41:38 +02:00 |
|
Daniel Jimenez
|
22fc07a839
|
Fix mirrored images in vertical games on 3DS (bug #4817)
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
modified: ctr_gfx.c
|
2017-06-11 18:12:37 -07:00 |
|
twinaphex
|
80d9d1f143
|
Rewrite task_queue
|
2017-05-14 20:43:48 +02:00 |
|
twinaphex
|
d4756f83e5
|
Stop calling video_driver_context_has_windowed from within video
drivers
|
2017-05-13 19:11:32 +02:00 |
|
twinaphex
|
e84adb504f
|
Don't try to call video_driver_is_threaded from outside
gfx/video_driver.c - only exception right now - menu_display.c
|
2017-04-29 16:52:52 +02:00 |
|
twinaphex
|
c8bf28842f
|
Get rid of some calls to video_driver_viewport_get_custom
|
2017-04-29 16:11:31 +02:00 |
|
twinaphex
|
6930262ec2
|
Update/buildfixes
|
2017-04-29 12:44:45 +02:00 |
|
twinaphex
|
552845a94d
|
Buildfixes
|
2017-04-29 02:39:32 +02:00 |
|
twinaphex
|
87106b03c1
|
(3DS) Buildfix
|
2017-04-28 22:14:34 +02:00 |
|
twinaphex
|
cc095e56fc
|
Start refactoring bool variables
|
2017-04-28 00:53:20 +02:00 |
|
twinaphex
|
2a13af52fc
|
Revert "video_init function - video_info_t should not be const -"
This reverts commit c8bcbad4a7 .
|
2017-04-24 12:25:14 +02:00 |
|
twinaphex
|
e5b38315fe
|
Revert "Add real_width and real_height to video_info struct - let"
This reverts commit 831ea1a507 .
|
2017-04-24 12:25:07 +02:00 |
|
twinaphex
|
831ea1a507
|
Add real_width and real_height to video_info struct - let
the drivers set this depending on the video width/height they
get back from the video context driver
|
2017-04-24 12:18:28 +02:00 |
|
twinaphex
|
c8bcbad4a7
|
video_init function - video_info_t should not be const -
try to set video_driver_width/video_driver_height outside
of video driver init function
|
2017-04-24 12:03:21 +02:00 |
|
twinaphex
|
5a3b78bad3
|
Get rid of more performance counters
|
2017-04-24 11:24:16 +02:00 |
|
twinaphex
|
34852e159a
|
Cut down on amount of times video_driver_build_info is called
|
2017-04-23 22:20:11 +02:00 |
|
twinaphex
|
a9164b7124
|
Try to use performance counter plus functions in most cases
|
2017-01-25 17:12:43 +01:00 |
|
twinaphex
|
6661c0fb94
|
Rewrite performance counter stop/start/init into macros
|
2017-01-25 16:53:06 +01:00 |
|
twinaphex
|
e0a560f60a
|
Turn C++ comments into C comments
|
2017-01-23 01:37:19 +01:00 |
|
twinaphex
|
2f504b4057
|
(gfx/drivers) Get rid of remaining runloop.h / runloop_ctl
references inside gfx/drivers
|
2017-01-22 18:17:48 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
27ae782a8e
|
(CTR) Add this header
|
2017-01-19 17:17:20 +01:00 |
|
twinaphex
|
e0ff0541a2
|
Pass video_info pointer to font drivers
|
2017-01-19 16:30:40 +01:00 |
|
twinaphex
|
d010a852e4
|
Call menu_driver_frame once per video_frame call
|
2017-01-18 22:20:47 +01:00 |
|
twinaphex
|
bf511b72e6
|
Create menu_driver_frame
|
2017-01-18 21:23:18 +01:00 |
|
twinaphex
|
a6a4808e94
|
Refactor frame monitor code
|
2017-01-18 17:41:27 +01:00 |
|
twinaphex
|
c1c35c5120
|
More platform build fixes
|
2017-01-10 21:15:52 +01:00 |
|
twinaphex
|
76ae7ac4a0
|
Cleanup some of the video drivers - add some members to
video_info_t to reduce the need for accessing the settings
struct
|
2017-01-10 18:16:22 +01:00 |
|
twinaphex
|
be2f921ee2
|
Don't use settings pointer inside video_frame function
|
2017-01-09 14:25:59 +01:00 |
|
twinaphex
|
5fc1b0c88e
|
Remove obsolete font_driver_has_render_msg
|
2016-11-20 17:51:16 +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
|
f9e7d4dc3f
|
(3DS) fix gfx corruption when closing content.
|
2016-10-13 12:16:07 +01: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
|
4edbb48f34
|
(3DS) missing return value.
|
2016-10-08 01:17:48 +01:00 |
|
aliaspider
|
d87adcd226
|
(3DS) fix texture combiner stages in 32bit mode.
|
2016-10-04 20:38:00 +01:00 |
|
aliaspider
|
23eef2c6ee
|
(3DS) video driver: (cont.)
|
2016-10-04 15:55:30 +01:00 |
|
aliaspider
|
c4daa087d4
|
(3DS) video driver: add some checks for the validty of incoming data.
|
2016-10-04 15:49:55 +01:00 |
|
twinaphex
|
23ed63f33a
|
move device_aspect variable
|
2016-10-02 20:37:14 +02:00 |
|