glshim updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2016-10-22 21:12:58 +03:00
parent e4a8348427
commit a4bf1f1949
32 changed files with 2959 additions and 1286 deletions

View File

@@ -183,3 +183,18 @@ Debug: Hide or Show the Sub / Not found message
* 0 : Default, the messages are shown
* 1 : Silent, don't print the STUB or glXGetProcAddress glXXXXX not found message
##### LIBGL_NOBANNER
Show/Hide initial text
* 0 : Default, print starting message
* 1 : Silent: no LIBGL message at start (combile with LIBGL_SILENTSTUB for more silence)
##### LIBGL_NPOT
Expose NPOT (Non Power of Two) Support
* 0 : Default, don't expose the extension (but npot are still supported)
* 1 : Expose limited NPOT extension
* 2 : Expose GL_ARB_texture_non_power_of_two extension
##### LIBGL_QUERIES
Expose glQueries functions
* 0 : Default, don't expose the function (fake one will be used if called)
* 1 : Expose fake functions (always answer 0)