twinaphex
|
cd9ca691ca
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
|
twinaphex
|
b3e8d6e9ca
|
Remove this check - hope it solves the PNG inversion color issues with
VideoCore GPUs
|
2019-12-26 04:05:51 +01:00 |
|
bparker06
|
ab9e00219d
|
Add null pointer check
|
2018-06-11 20:28:36 -04:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
twinaphex
|
be7eb4de1c
|
Update libretro-common
|
2018-04-16 08:57:17 +02: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
|
52e7a533f0
|
Improve FBO check
|
2017-12-04 04:12:46 +01:00 |
|
twinaphex
|
ec123ef6ca
|
Get rid of most of the HAVE_FBO usage
|
2017-11-13 06:20:30 +01:00 |
|
Yoshi Sugawara
|
c1ce224bd7
|
GL_CAPS_TEX_STORAGE_EXT not working/supported on iOS, so disabling
|
2017-07-21 17:19:52 -10:00 |
|
Yoshi Sugawara
|
4b29c9dcad
|
Returning false for the BGRA8888 opengl extension for all iOS devices
|
2017-07-20 19:13:18 -10:00 |
|
Yoshi Sugawara
|
15be2d6b34
|
The BGRA8888 gl extension is not working in iOS 10 and 11; report capability as false to get rendering the screen working again for cores that output in the BGRA8888 pixel format (mednafen_psx, nestopia, others?)
|
2017-07-20 19:06:32 -10:00 |
|
twinaphex
|
bcaa24cf7b
|
Add this check back in
|
2017-07-19 17:49:55 +01:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
dd1fa96321
|
Fix
|
2017-01-21 01:46:35 +01:00 |
|
Logan McNaughton
|
8cd2566128
|
Simplify glTexImage2D/glTexStorage2D calls
Also add support for glTexStorage2DEXT (GLES2)
|
2016-12-14 07:29:37 -08:00 |
|
Brad Parker
|
1f39426195
|
only use fancy ribbon on GLES if GL_OES_standard_derivatives extension is detected
|
2016-12-09 19:32:55 -05:00 |
|
Logan McNaughton
|
1d69baca82
|
Use glTexStorage2D for FBO textures
|
2016-12-08 21:14:10 -07:00 |
|
Logan McNaughton
|
07a9a75a00
|
Fix GL_CAPS_ARGB8
ARM_argb8 should be ARM_rgba8, and GLES3 always supports this feature
|
2016-12-07 12:34:02 -07:00 |
|
twinaphex
|
97eb8bb747
|
Silence warning
|
2016-11-19 04:06:04 +01:00 |
|
Jean-André Santoni
|
1d8b6ceafd
|
Use BGRA8888 on VideoCore
|
2016-11-08 20:22:38 +01:00 |
|
twinaphex
|
f6b273e1be
|
(Desktop GL) GL_CAPS_BGRA8888 - return true by default
|
2016-11-08 19:11:54 +01:00 |
|
twinaphex
|
de3c1a04db
|
Simplifications
|
2016-10-31 15:24:03 +01:00 |
|
twinaphex
|
213e357918
|
Move gl_capabilities to libretro-common
|
2016-10-24 04:06:05 +02:00 |
|