Commit Graph

34986 Commits

Author SHA1 Message Date
Twinaphex
9656c5e7a1 Merge pull request #4177 from loganmc10/patch-2
Use RGBA8 for FBO texture internal format on GLES3
2016-12-07 19:55:57 +01:00
Logan McNaughton
b275b2e113 Use RGBA8 for FBO texture internal format on GLES3
GLES3 supports GL_RGBA8 as an internal format for textures.

Using the sized format (RGBA8 instead of RGBA) allows more flexibility. In my case I am trying to use glCopyImageSubData and it only works on textures with sized internal formats.
2016-12-07 11:22:24 -07:00
Twinaphex
3600e29bbb Merge pull request #4174 from lasers/update-cfg
Update skeleton cfg (download directory)
2016-12-07 16:38:28 +01:00
lasers
5074139acf Update skeleton cfg (download directory) 2016-12-07 06:13:40 -06:00
twinaphex
6200c3a1e0 Clean up mutex functions 2016-12-07 08:51:38 +01:00
twinaphex
e95cd1cbd1 (audio_driver.c) Cleanups, remove unused functions 2016-12-07 08:46:21 +01:00
twinaphex
4971fc53b5 Delete unused runloop_msg_queue_pull 2016-12-07 08:27:06 +01:00
twinaphex
e32d93d886 Remove functions 2016-12-07 08:14:04 +01:00
twinaphex
04a3c3f15e Remove unused function input_driver_unset_flushing_input 2016-12-07 08:11:59 +01:00
twinaphex
dc7549434f Add headers 2016-12-07 08:10:02 +01:00
twinaphex
a12d0d082d Move input_translate_coord_viewport to video_driver.c 2016-12-07 08:07:11 +01:00
hizzlekizzle
2d0caf522b Change number of combo choices from 3 to 4
This was causing the start+select combo to not actually be selectable.
2016-11-27 10:10:32 -06:00
twinaphex
42a3ec2cf7 Do conditional check before calling function 2016-11-27 15:43:00 +01:00
twinaphex
5b2c4db656 (libretro-common) Fix header 2016-11-27 15:35:04 +01:00
twinaphex
44131ff639 (input_overlay.c) Prevent crashes 2016-11-27 15:34:19 +01:00
twinaphex
4e8bb52038 (input_overlay.c) Remove more hacks 2016-11-27 15:21:53 +01:00
twinaphex
267fdbe21e (input_overlay.c) remove more hacks 2016-11-27 15:17:44 +01:00
twinaphex
7f339a8f84 More hacks from input_overlay.c removed 2016-11-27 15:12:48 +01:00
twinaphex
bbb2ffea9c Remove nasty input overlay hack for input_overlay_set_scale_factor 2016-11-27 15:10:09 +01:00
twinaphex
e9846aae68 (Android) Remove unused variables 2016-11-27 15:02:14 +01:00
twinaphex
4029709658 Fix warning 2016-11-27 14:50:42 +01:00
twinaphex
c393a1a99f Remove unused variables 2016-11-27 14:43:35 +01:00
twinaphex
d26a213971 CXX_BUILD fixes 2016-11-27 13:30:35 +01:00
radius
269c32ae38 Revert "dehardcode core path on android"
This reverts commit 19def60d5e.
2016-11-26 21:53:58 -05:00
twinaphex
1ab6cc5b47 Remove dead OSK code 2016-11-27 02:52:13 +01:00
twinaphex
80798ab924 Remove hacky 'OSK Keyboard' overlay 2016-11-27 02:46:09 +01:00
Twinaphex
b7127472db Merge pull request #4077 from leiradel/master
Fix infinite loop with some NES ROMs
2016-11-27 02:10:52 +01:00
Andre Leiradella
1b7f1f30d9 Fix infinite loop with some NES ROMs 2016-11-27 01:01:23 +00:00
Twinaphex
a09ad05a76 Merge pull request #4064 from GregorR/netplay-compression
Netplay compression
2016-11-26 23:43:05 +01:00
Gregor Richards
7bc77f8614 Adding new C files to griffin.c (Mac OS X fix) 2016-11-26 16:11:42 -05:00
Gregor Richards
225cbb387b Updating netplay to use trans_stream for compression 2016-11-26 16:06:52 -05:00
radius
b1531618f1 add git version to android build 2016-11-26 16:02:12 -05:00
Gregor Richards
096eb072e1 Replacing archive_file_zlib backend with trans_stream 2016-11-26 15:48:58 -05:00
Alcaro
0bc7d40948 Avoid unneeded warnings 2016-11-26 21:31:49 +01:00
Alcaro
f08f37bafc Avoid printing unneeded bytes 2016-11-26 21:21:15 +01:00
Alcaro
77b1421500 Avoid copying unneeded bytes 2016-11-26 20:27:17 +01:00
Twinaphex
8b29fb4293 Merge pull request #4068 from leiradel/master
Adjust cheevos addresses for SNES when using the MMAP interface; alwa…
2016-11-26 18:31:18 +01:00
Andre Leiradella
18e2369d38 Use strlcpy instead of strncpy 2016-11-26 17:27:14 +00:00
Andrés Suárez
6df6e2a2a2 Merge pull request #4072 from fr500/master
de-hardcode core path on android
2016-11-26 11:56:39 -05:00
radius
19def60d5e dehardcode core path on android 2016-11-26 11:56:10 -05:00
twinaphex
82b1cbf04a Not sure why this is in include/hash 2016-11-26 17:14:40 +01:00
twinaphex
9b402cd4a3 Add compat/strl.h 2016-11-26 17:13:34 +01:00
twinaphex
cf76d9e121 (civetweb) Use strlcpy/strlcat 2016-11-26 17:13:14 +01:00
twinaphex
cd0bf8f31a Prefer to use strlcpy instead of strcpy 2016-11-26 17:11:30 +01:00
Gregor Richards
ac50e17f50 Moving zlib stream interface
Moving the zlib streaming interface out of archive_file and into
trans_stream, including updating the png support to use the new
trans_stream interface. archive_file_zlib itself still needs updating.
2016-11-26 10:47:24 -05:00
Gregor Richards
f27476b4ef Adding a transcoding stream interface for in-memory compression. 2016-11-26 09:19:46 -05:00
twinaphex
490b3f5ed2 Add updates to libretro-common 2016-11-26 11:12:46 +01:00
twinaphex
a1bd1ecaa7 Do reinit when toggling video smooth setting 2016-11-26 11:05:57 +01:00
Twinaphex
c3ba7ee330 Merge pull request #4070 from lioncash/vulkan
vulkan: Move vk_t pointer dereferences after the null check
2016-11-26 08:50:57 +01:00
Lioncash
d34202aea6 vulkan: Move vk_t pointer dereferences after the null check 2016-11-25 23:21:31 -05:00