24
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 4 years ago.
Mar 10, 2020 — Mar 10, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove pointless prints from tess module More... over 11 years ago
Use new name for builtins module More... over 11 years ago
Python 3.x compatibility fixes More... over 11 years ago
Get tests running under Python 3.2, there's failure on GLU Tess callback, though More... over 11 years ago
Bump version to alpha 4 More... over 11 years ago
Sample code to show instanced-draw function detection More... over 11 years ago
Exclude glX functions from context checking, raise name of function when raising context-invalid error More... over 11 years ago
Re-enable context checking by default More... over 11 years ago
Fix output format handling on glGetTexImage* functions (respect output-as-bytes flag) More... over 11 years ago
Missing type (c_ulong) and make win32 special-casing just a win32-thing for method lookup More... over 11 years ago
Allow for a default dll from which to load entry points, as win32 has different dlls for different parts of wgl More... over 11 years ago
Missing types and start on getting arg extension querying working More... over 11 years ago
ARB/GL-1.2/3 imaging wrappers re-applied with namespaces fixed More... over 11 years ago
Re-introduce constants module, we've got demo code that uses it :( More... over 11 years ago
Code cleanup from automated checker More... over 11 years ago
Ignore the checkout of the khronos api More... over 11 years ago
Constants re-defined to avoid circular imports More... over 11 years ago
Cleanup references to constants.py (GL-specific) throughout the code-base More... over 11 years ago
Provide original entry points for extension checking: More... over 11 years ago
Remove the old glut test, we have a more extensive one now More... over 11 years ago
Update the test to allow it to run with OpenGL 3.1-only cards such as my laptop More... over 11 years ago
Fix forward-compatible-only path for extension querying... More... over 11 years ago
Regnerated arraydatatype module source More... over 11 years ago
Bomb out if display fails, commented-out don't-use-accel More... over 11 years ago
On register-return, check the type, as the common use means that we get a handler, not a string More... over 11 years ago
Explicitly do not do context checking for the 3 functions that can operate outside contexts More... over 11 years ago
Update to use new query mechanism More... over 11 years ago
Use low-level functionality for the extension queries... More... over 11 years ago
Update script to use new raw package structure More... over 11 years ago
Move code generator to a more natural sounding name More... over 11 years ago