Flyinghead
|
04cd7db2cd
|
pvr: serialize TA render passes
use enum for renderer type
|
2020-12-15 16:27:34 +01:00 |
Flyinghead
|
9a61407125
|
android: use dlsym() first to load gles routines
fix attempt for android <= 4.3
Issue #135
|
2020-12-02 09:52:52 +01:00 |
flyinghead
|
700994340b
|
cmake: add sdl to vstudio build. Fix WinCE crash
|
2020-07-23 18:50:55 +02:00 |
Flyinghead
|
5b1d093778
|
fix GLES2+SDL build
|
2020-05-09 18:20:56 +02:00 |
Flyinghead
|
b907aa2d98
|
fix GLES2 build
|
2020-05-09 12:07:49 +02:00 |
Flyinghead
|
34575d577c
|
fix sdl+egl build. get rid of USES_HOMEDIR. thread deadlock at exit
fix odroid xu3 build
sdl: use left or right alt+enter to maximize window
deadlock at exit if dc_exit called from emu thread
|
2020-05-08 18:41:36 +02:00 |
scribam
|
6ee4b6de85
|
Replace OS_DARWIN by __APPLE__
|
2020-04-26 14:19:21 +02:00 |
scribam
|
e99aac3575
|
Remove "using namespace std;"
|
2020-03-30 23:00:43 +02:00 |
scribam
|
0035871422
|
Replace RELEASE by NDEBUG
|
2020-03-29 10:12:32 +02:00 |
flyinghead
|
6831258a57
|
win: include SDL2 in deps
|
2020-03-21 17:10:01 +01:00 |
flyinghead
|
8f92315207
|
Use sdl on windows
|
2020-03-21 15:25:02 +01:00 |
Flyinghead
|
9826afa063
|
upload all texture mipmap levels to gpu
implemented for gl/gl4/vulkan/oit
don't auto-generate mipmaps in vulkan
simpler/smaller detwiddle table
use std::lock_guard with cMutex
|
2020-02-07 16:55:32 +01:00 |
flyinghead
|
36a7c00507
|
win32: fix crash when switching to vulkan
fix recursive call to VulkanContext::Init
still crashing when starting with vk and switching to GL
|
2020-01-08 10:58:24 +01:00 |
Flyinghead
|
29fd406dd8
|
vulkan: crash on windows when switching from gl to vulkan
Destroy and recreate window when switching from gl to vulkan
VkGetPhysicalDeviceProperties2 crash with old nvidia driver (376)
|
2019-12-14 17:53:01 +01:00 |
Flyinghead
|
0280fcc9d4
|
vulkan: render to temp fbo then to screen
renderers render to image which is blitted to the screen by the context
batch texture updates command buffers and submit once
fix screen scaling
|
2019-11-29 19:28:22 +01:00 |
Flyinghead
|
09f5d25133
|
vulkan: automation screenshot. less code duplication
fix assert on exit due to not released vmem
fix crash when resizing window
|
2019-11-13 20:08:14 +01:00 |
Flyinghead
|
2a89874812
|
decouple imgui from gles renderer
|
2019-10-19 18:34:24 +02:00 |
flyinghead
|
ca4753cf7c
|
win32 build fix
|
2019-10-18 21:03:00 +02:00 |
Flyinghead
|
664bfe6fa3
|
sdl: only compile when using sdl
|
2019-10-18 22:23:29 +02:00 |
Flyinghead
|
6611e9bf5e
|
gl: refactor wsi into their own class.Allow dynamic vk<->gl switch
|
2019-10-18 21:57:08 +02:00 |