twinaphex
|
a6a4808e94
|
Refactor frame monitor code
|
2017-01-18 17:41:27 +01:00 |
|
twinaphex
|
f0820f6433
|
(DRM) Should fix segfault
|
2017-01-18 15:23:06 +01:00 |
|
Brad Parker
|
fa5404fc53
|
fix race condition when switching fullscreen with threaded_video on
|
2017-01-17 19:09:25 -05:00 |
|
twinaphex
|
e862abfe12
|
Initialize frame_count to 0
|
2017-01-18 00:54:36 +01:00 |
|
Brad Parker
|
a220815b40
|
fix race condition in frame count with video_threaded on
|
2017-01-17 18:42:58 -05:00 |
|
twinaphex
|
4fbd41852a
|
Revert "Don't manipulate buffer if we are fullscreen - no text writing"
This reverts commit 51976d496f692b4f933e99e5af817de6e8c9039c.
|
2017-01-18 00:26:56 +01:00 |
|
twinaphex
|
552144c24d
|
Revert "Make 'Show FPS" work again"
This reverts commit b433ccab09d4a56b5e3eaed109a845e6dab22f17.
|
2017-01-18 00:25:55 +01:00 |
|
twinaphex
|
b433ccab09
|
Make 'Show FPS" work again
|
2017-01-18 00:23:57 +01:00 |
|
twinaphex
|
51976d496f
|
Don't manipulate buffer if we are fullscreen - no text writing
to display window then or internal buffer
|
2017-01-18 00:18:27 +01:00 |
|
twinaphex
|
dbed4d4fc6
|
Add video_info->fullscreen
|
2017-01-17 23:54:24 +01:00 |
|
twinaphex
|
0354ced675
|
Style nits
|
2017-01-17 19:02:49 +01:00 |
|
twinaphex
|
4743230b09
|
Some header includes shouldn't be system includes
|
2017-01-17 18:15:11 +01:00 |
|
twinaphex
|
7931436f5b
|
Apply xerpi diff
|
2017-01-17 18:12:23 +01:00 |
|
twinaphex
|
805c4c2d12
|
(android_ctx.c) Initialize these variables
|
2017-01-17 17:28:19 +01:00 |
|
twinaphex
|
4bae3032dd
|
(X context) Fix CXX_BUILD and C89_BUILD
|
2017-01-17 14:51:24 +01:00 |
|
twinaphex
|
724b68d5cb
|
(gdi_gfx.c) Style nits
|
2017-01-17 10:54:48 +01:00 |
|
Brad Parker
|
76b7235dc5
|
msvc2005 buildfix
|
2017-01-16 22:20:59 -05:00 |
|
Brad Parker
|
7dc558344b
|
GDI: do not draw background with rgui
|
2017-01-16 21:11:47 -05:00 |
|
Brad Parker
|
afb94e2b96
|
GDI: draw a gradient background for xmb
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
5eaf00b39d
|
GDI: fix rendering of 32-bit color cores
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
e4bdc5ce8b
|
GDI: remove unused code and fix menu toggle in rgui and xmb
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
240b43e0ba
|
windows buildfix
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
e1f4db8081
|
Win2000 buildfixes
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
7acfa39fb9
|
GDI: MSVC2010 build fix
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
7c6bf6aaf7
|
fix msys2 compilation when opengl, vulkan and d3d9 are disabled
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
8d9a43eec6
|
GDI: pitch seems to be reported wrong? this looks correct now
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
c09996cd22
|
GDI: don't need to store the padding
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
d6300a7946
|
GDI: video correctly fills the screen now, but resolution is poor. why is it scaled down by half?
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
0ee3f39d76
|
GDI: no more flicker
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
f51472395a
|
GDI: fix bad color due to reading as RGB555 instead of 565
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
6b89064242
|
GDI: no more alternating black lines, but now video only takes up half the window
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
acd6826df9
|
GDI: stretch video output to fill window
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
69bac11f02
|
GDI: fix window not clearing on every frame, requires both FillRect calls and InvalidateRect
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
6c62901ae5
|
GDI: fix window not responding, but menu corruption still happens if set_gdi_pixel_format is called
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
bdc68e679f
|
GDI: flip image and render text after other graphics
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
6fe2a974a5
|
GDI: does not freeze after a few seconds anymore, but the window still freezes when moving the mouse into it
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
8eba18a54f
|
GDI: xmb draws for a few seconds and then freezes
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
90ef57948c
|
GDI testing
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
177d811475
|
GDI driver partially visible with RGUI/game now, need to figure out why it isn't totally visible. Also need to stretch the frame, swap red/blue and flip vertically.
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
dd2778fb32
|
GDI text testing
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
49d7be9813
|
MSVC GDI buildfix
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
6df175bd31
|
GDI paint test
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
bc8f9f7f3f
|
add SwapBuffers() for gdi
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
fb7c3f4c37
|
set pixel format for GDI driver
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
33520fca6f
|
set win32_hdc for gdi
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
a7a1f093c0
|
add GDI message loop
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
2c6a24653c
|
testing
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
e6d7116da0
|
create GDI window
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
05c37bd39f
|
initial GDI driver skeleton
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
c283c1eaf4
|
disable shader dialog until video_threaded issues are fixed
|
2017-01-16 19:26:28 -05:00 |
|