twinaphex
|
b347b26d61
|
Reimplement shader flags being set - GL core should have only
Slang support and no GLSL, with the GL2 driver it is dependent
on the context driver
|
2019-03-13 14:06:50 +01:00 |
|
Brad Parker
|
5e177c75a5
|
add memory stats to more context drivers, use correct default variables for fps/stats/framecount/memory_show
|
2019-02-15 15:59:00 -05:00 |
|
Twinaphex
|
40997473ed
|
Merge branch 'master' into orbis2
|
2019-01-08 20:18:08 +01: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 |
|
Francisco José García García
|
1b35b75d45
|
[ORBIS] Fix height / width typo
|
2018-12-31 00:07:39 +01:00 |
|
Francisco José García García
|
c56e9b1ff6
|
[ORBIS] eglSwapInterval workaround
|
2018-12-30 14:01:10 +01:00 |
|
Francisco José García García
|
d34b94a661
|
[ORBIS] Several EGL and GL fixes
|
2018-12-30 00:11:53 +01:00 |
|
Francisco José García García
|
48167d46bc
|
[ORBIS] Initial video context driver
|
2018-12-28 01:27:13 +01:00 |
|