Francisco Javier Trujillo Mata
45d2e93834
FIX typo for PSP compilation
2020-10-17 00:22:18 +02:00
Tony Jansson
1825f52353
Clean vs reset configuration matching
2020-10-17 00:09:06 +03:00
Francisco José García García
971a2a394e
[VITA] Fix VitaGL symbol changes
2020-10-16 20:29:17 +02:00
Francisco José García García
c44e06c7d8
Merge commit '8838992085f3d5d8d5a2b5ab80aad72b5cc69a5f'
2020-10-16 20:24:44 +02:00
Francisco José García García
8838992085
Squashed 'deps/vitaGL/' changes from 2934af8af0..81403e2751
...
81403e2751 Fix error requiring HAVE_SHARK to be enabled to build. (#45 )
58551e1f52 Added possibility to change runtime shader compiler optimization flags.
77ab50a7b1 Added GL_BGR and GL_BGRA texture formats support.
0ac2793bcf Fix error in texture wrapping options. (#42 )
0d2110ac7b Improvements to GL buffer support. (#41 )
cf86149a85 Added proper compressed texture support. (#40 )
8b0a0f735a Unbinded textures and texture units concepts.
1b04851efc Added glUniform2i and glUniform2f implementations.
9a65397ef6 Properly checking for uniform locations existence.
91c557f35d Added support for GL_SHORT attribute types for shaders.
3237fd3fe3 Added vglTexImageDepthBuffer function.
f58b3818f2 Typo fix on mag filter setting.
ee11f7e1d0 Added vglHasRuntimeShaderCompiler function.
3596242f73 Add PowerVR texture compression (PVRTC) support (#39 )
2ae694df4b Added support for mipmaps filtering.
af7804b44c Added vglGetGxmTexture implementation.
54b1df4ca2 Removed unused arguments.
7c2ed742ee Allow to call vglBind*Location funcs with wrong param names.
8be84ff698 Fixed RGB565 color conversion.
234ff57f65 Properly setting a single stream with packed attributes.
d3b28a5e32 Fix for correct vglBindAttribLocation behaviour.
46e72d3564 Use a single stream for packed attributes.
72a39315e9 Properly dealing with missing attrs in glGetUniformLocation.
a6269ce574 Added TEXUNIT1 support for custom shaders.
824d43073e Resetting custom shaders uniforms only when invalidated.
d242570161 Minor fix in glShaderSource.
bc28bd946d Added glGetShaderInfoLog implementation.
git-subtree-dir: deps/vitaGL
git-subtree-split: 81403e2751c4dc28cf17cc89a5ab053eb2c5af67
2020-10-16 20:24:43 +02:00
Francisco Javier Trujillo Mata
68e4ae5dd1
Add PSP compilation for gitlab ( #11446 )
...
* Add PSP compilation for gitlab
* Add variable to define the number of cores used
2020-10-16 18:49:43 +02:00
Autechre
e78bc1c985
Merge pull request #11445 from sonninnos/menu-visibilities
...
Add remaining settings menu visibilities
2020-10-16 03:46:57 +02:00
twinaphex
ba6d575d78
Cleanup
2020-10-16 01:07:04 +02:00
Tony Jansson
9902ad0b49
Add remaining settings menu visibilities
2020-10-16 01:57:34 +03:00
twinaphex
b1967d649c
Cleanup
2020-10-16 00:34:35 +02:00
twinaphex
2fb60e9510
Cleanup
2020-10-16 00:24:59 +02:00
Francisco Javier Trujillo Mata
bd1d64e1c3
Add PS2 compilation for PS2
2020-10-15 19:00:29 +02:00
twinaphex
5f8c270d4c
Make update_time_callback a part of the animation struct
2020-10-15 08:35:37 +02:00
twinaphex
a7f4e534ed
Cleanup
2020-10-15 07:09:01 +02:00
twinaphex
24392446af
Assume HAVE_THREAD_ATTR cannot be defined for Emscripten
2020-10-15 06:40:37 +02:00
twinaphex
a3da521083
Cleanup get_user_language function
2020-10-15 06:17:57 +02:00
twinaphex
e3972aff31
Turn variable const
2020-10-15 06:12:26 +02:00
twinaphex
f066b944e8
Move rewind manager state variable to p_rarch
2020-10-15 06:04:20 +02:00
twinaphex
a69b7cb063
Buildfix for Qt
2020-10-15 05:31:21 +02:00
twinaphex
44b7234756
Move cheat_manager and state_manager to root folder
2020-10-15 05:29:20 +02:00
twinaphex
e703607e4f
Cleanup
2020-10-15 04:58:38 +02:00
Autechre
74f4cd823f
Merge pull request #11441 from sonninnos/savestate-logging
...
Savestate logging cleanup
2020-10-15 04:49:55 +02:00
Tony Jansson
6918b4b5cb
Savestate logging cleanup
2020-10-15 03:54:53 +03:00
Autechre
c319357573
Merge pull request #11440 from sonninnos/keyboard-fixes
...
(DINPUT+WINRAW) Keyboard fixes
2020-10-14 23:32:17 +02:00
Tony Jansson
c2e8752395
(DINPUT+WINRAW) Keyboard fixes
2020-10-14 21:23:06 +03:00
twinaphex
e8a7195a46
Rename gfx_timer_start to gfx_animation_timer_start
2020-10-14 07:26:24 +02:00
twinaphex
379bd80cda
Get rid of gfx_animation_ctl
2020-10-14 04:40:20 +02:00
twinaphex
fd17661e02
Cleanups
2020-10-14 04:15:42 +02:00
twinaphex
b6039b1638
Cleanups
2020-10-14 04:05:32 +02:00
twinaphex
7c48e77bcd
Get rid of getter functions
2020-10-14 02:33:15 +02:00
twinaphex
ac03578617
Remove some getter functions
2020-10-14 02:24:18 +02:00
twinaphex
992e780407
Get rid of gx_timer_kill
2020-10-14 02:09:39 +02:00
twinaphex
6e09eada2d
Cleanups
2020-10-14 01:02:22 +02:00
twinaphex
8802712ae7
Cleanups
2020-10-14 00:46:38 +02:00
Autechre
c030e47f73
Merge pull request #11368 from barbudreadmon/glcore_context_switching
...
Glcore context switching
2020-10-13 22:13:14 +02:00
twinaphex
564e5f4aff
Cleanup
2020-10-13 02:13:23 +02:00
Autechre
11406e07e8
Merge pull request #11438 from libretro/vita_memory
...
[VITA] Workaround: Increase memory threshold
2020-10-12 20:03:01 +02:00
Francisco José García García
085e592761
[VITA] Workaround: Increase memory threshold
2020-10-12 19:24:49 +02:00
Autechre
4951247979
Merge pull request #11436 from jdgleaver/dingux-frame-width
...
OpenDingux: Ensure SDL surface width is a multiple of 16 when using 'sdl_dingux' gfx driver (crash/glitch fix)
2020-10-12 17:24:27 +02:00
jdgleaver
6094e2c32a
OpenDingux: Ensure SDL surface width is a multiple of 16 when using 'sdl_dingux' gfx driver (crash/glitch fix)
2020-10-12 12:16:44 +01:00
twinaphex
c01e8d52a5
Small cleanups to vulkan_create_texture
2020-10-12 01:53:21 +02:00
twinaphex
a11a0eae77
(Vulkan) Style nits
2020-10-12 01:36:50 +02:00
twinaphex
5c76ccbe4a
Cleanups
2020-10-12 01:26:51 +02:00
twinaphex
a6eaac2a84
Get rid of some static code analysis warnings
2020-10-12 00:00:54 +02:00
Autechre
009220bc3f
Merge pull request #11434 from schellingb/rjson
...
New faster json parser/writer library rjson
2020-10-11 23:27:35 +02:00
Bernhard Schelling
b90ce9b451
Fixes for Clang warnings
2020-10-12 05:25:12 +09:00
Bernhard Schelling
c0cb3373e3
Fixes for CXX_BUILD
2020-10-12 04:30:45 +09:00
Autechre
0c052978f4
Merge pull request #11435 from justinweiss/restore-output-samples-buf-check
...
Add audio_driver_output_samples_buf checks back
2020-10-11 21:09:03 +02:00
Justin Weiss
dc6dea4b84
Add audio_driver_output_samples_buf checks back
...
It's possible for audio_driver_active to be true after the driver has
been uninitialized and before it has been reinitialized, so these
checks are still necessary.
2020-10-11 11:56:06 -07:00
schellingb
ba1ed2da4b
New faster json parser/writer library rjson
...
Replace existing libraries jsonsax_full and jsonsax with it
2020-10-12 03:02:20 +09:00