1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tim Wanders
80f1d9d021 Fix Log.h 2019-11-30 22:40:00 +07:00
fzurita
a42c66e305 Fix android logging 2019-09-29 16:08:44 +07:00
Francisco Zurita
c06c593eba Improve logging information 2019-04-23 11:15:41 +07:00
zilmar
459fb32106 Revert OS_WINDOWS changes 2018-11-25 18:34:16 +07:00
zilmar
d50aabaa10 Stop using OS_WINDOWS 2018-11-25 18:34:16 +07:00
Logan McNaughton
4706bb5231 Have android LOG function use __android_log_vprint 2016-11-30 16:57:56 +07:00
Sergey Lipskiy
1c94b4720e Use GetUserDataPath() to determine path when creating gliden64.log #1243 2016-11-20 12:07:15 +07:00
Logan McNaughton
926e6c9225 Changes to support mingw 2016-09-09 10:07:47 +07:00
Jools Wills
dc23dc6be7 don't write to the logfile if it doesn't open correctly (eg permissions) #930 2016-03-24 09:27:09 +06:00
matto
438f5e327b Adds noisy warning if we can't find Texture Image support
This was confusing me for a while as it would simply fail to find the
proper support and I was confronted with a blank screen in certain areas.
This warning (and the associated change of default. I'd like users to see
warnings as well) will help others figure out why there is a blank screen.

My driver supports the necessary extensions (but not 4.3), so if I force it to
advertise 4.3 support (and glsl 420 support) it will properly render.
I tried to create a patch that only looks for the proper extension, and
it works for me, but I feel as though it would depend on behaviour that
most GL implementations would not implement the same way so I've put
it in a separate branch and probably won't request to merge it.
Mesa should get 4.3 support soon enough anyway, so it shouldn't
be an issue for much longer.
2016-03-07 13:08:59 +06:00
Sergey Lipskiy
b9ee15bfb6 FrameBufferInfo API extension. Initial dummy implementation. 2016-02-27 10:51:56 +06:00
Sergey Lipskiy
847245350b Add debugPrint function for VisualStudio debug output. 2015-06-04 22:19:50 +06:00
Sergey Lipskiy
52d68d1389 Move all sources to src folder. 2015-05-13 10:21:32 +06:00