73 Commits

Author SHA1 Message Date
orbea
28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
orbea
bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
twinaphex
31ba215c94 Update GLSM 2018-10-06 17:05:06 +02:00
twinaphex
f1e7e0c5f7 Update GLSM 2018-10-06 15:40:48 +02:00
twinaphex
1cb4a0a34f Update 2018-10-06 15:15:37 +02:00
twinaphex
66367d41a3 Update libretro-common 2018-08-13 19:56:02 +02:00
twinaphex
0230c2f4d8 Merge commit 'a078d40b80103ba083ad04eab625084279e930b3' 2018-06-25 23:55:41 +02:00
twinaphex
a078d40b80 Squashed 'libretro-common/' changes from edffe4d147..1548bee835
1548bee835 Update glsm
df7c8aebea Update glsm

git-subtree-dir: libretro-common
git-subtree-split: 1548bee835ab5fa2d120a4859ff653a5f128de1f
2018-06-25 23:55:40 +02:00
twinaphex
76db13fda4 Merge commit '950525a37032877e080ee0f4455c0c4cda550d45' 2018-06-17 20:11:37 +02:00
twinaphex
fa1ec0780b Merge commit '3997b59cd652c7852f866aa11c25693fab6bbcda' 2018-06-17 20:04:50 +02: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
twinaphex
dc61e23a21 Update libretro-common 2018-04-13 01:10:10 +02:00
twinaphex
0de6af43bb Set cache_context to false by default 2018-02-17 15:18:28 +01: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
85b099b8cf Update 2017-03-01 22:09:38 +01:00
twinaphex
4109ffdb6b Update of libretro-common 2017-03-01 05:03:23 +01:00
twinaphex
64bb848daf Update headers (pt. 2 - libretro-common) 2017-01-22 13:58:20 +01:00
twinaphex
b95a817471 (GLSM) Update 2017-01-10 22:53:22 +01:00
twinaphex
5fab3e2246 Update GLSM 2016-10-21 05:07:30 +02:00
twinaphex
4e14ff8a66 Go through opaque pointer for glDeleteSync - GLsync as a type
might not be available
2016-09-24 00:04:19 +02:00
twinaphex
7dc297edfc (GLSM) Prevent warning 2016-09-22 04:09:10 +02:00
twinaphex
7c40d808df (libretro-common) Update 2016-09-17 23:21:11 +02:00
twinaphex
f101e1bb8e Update glsm 2016-09-16 03:18:56 +02:00
twinaphex
54b65b689e Potential buildfixes for GLES2 2016-09-16 03:06:44 +02:00
twinaphex
fb133a7487 Update GLSM 2016-09-16 01:14:35 +02:00
twinaphex
4197d81dcf Update glsm.c 2016-09-09 16:04:23 +02:00
twinaphex
68a5cdb984 Update glsm 2016-07-14 17:29:50 +02:00
twinaphex
4e534fec6f Update GLSM 2016-06-21 00:35:57 +02:00
twinaphex
e3fa9ae5ee Update GLSM 2016-06-20 21:34:26 +02:00
twinaphex
7e822f8126 Update 2016-06-17 02:25:27 +02:00
twinaphex
39742dae1f Update GLSM 2016-06-17 02:18:17 +02:00
twinaphex
72355683a3 (GLSM) GLuint64 might not be available depending on which GLES
version we are targeting
2016-06-16 16:34:31 +02:00
twinaphex
d240437f6b Update GLSM 2016-06-07 02:18:45 +02:00
twinaphex
b7bf13ed1c Update GLSM 2016-06-04 02:35:06 +02:00
twinaphex
0692a321c5 (GLSM )update 2016-05-22 03:49:42 +02:00
twinaphex
44bf799d36 Update GLSM 2016-05-21 23:00:39 +02:00
twinaphex
e9d29d246a (GLSM) Buildfix 2016-05-16 20:12:33 +02:00
twinaphex
2fa1c5abb2 (GLSM) Expand GLSM 2016-05-16 20:07:29 +02:00
twinaphex
3f9afce2cd (GLSM) Extend GLSM 2016-05-16 19:43:05 +02:00
twinaphex
9e9584c42d (GLSM) Add documentation 2016-05-16 19:11:38 +02:00
twinaphex
d2fc91295e Revert "(Apple) Add workarounds for Apple when not using GL core profile"
This reverts commit 1be3042ef9d153e1b7560bf7f44ea1e602d5b68a.
2016-05-16 18:55:06 +02:00
twinaphex
1be3042ef9 (Apple) Add workarounds for Apple when not using GL core profile 2016-05-16 18:52:53 +02:00
twinaphex
1983604134 Remove GLSM_CTL_IS_FRAMEBUFFER_LOCKED 2016-05-16 06:02:03 +02:00
twinaphex
01777ac500 (GLSM) Add some documentation 2016-05-15 10:05:31 +02:00
twinaphex
b9c9df3a8b (GLSM) Buildfix 2016-05-10 03:48:05 +02:00
twinaphex
b2df35bd7c Correct glDeleteVertexArrays 2016-05-07 05:00:14 +02:00
twinaphex
5127536217 (libretro-common) Expand GLSM 2016-05-07 04:42:18 +02:00
twinaphex
b38e269215 (GLSM) Some buildfixes 2016-05-07 01:32:34 +02:00