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
no message More... over 24 years ago
Initial commit More... over 24 years ago
Added GLU module More... over 24 years ago
Completed client attribs More... over 24 years ago
Initial geometry array support More... over 24 years ago
Tweaks on image routines More... over 24 years ago
Commit before changes to image and texturing More... over 24 years ago
Added support for matrices in ARRAY_OUT More... over 24 years ago
Added more tuple creation functions More... over 24 years ago
Better naming scheme, more like Python C/API More... over 24 years ago
Added wrappers for image routines, although not quite complete yet since they don't take into account pixel packing and don't handle bitmaps. More... over 24 years ago
Added functions to create arrays and tuples from C data More... over 24 years ago
Changed const array typemaps to use functions instead on inline code. Saves space and the routines are need by image and pointer wrappers. More... over 24 years ago
Moved some typemaps from opengltypmaps.i to here. More... over 24 years ago
Remove Numeric defines, no longer needed More... over 24 years ago
Added more glGet* wrappers More... over 24 years ago
Added define macros More... over 24 years ago
Added IndexError exceptions so FeebackBuffer and SelectBuffer work with for loops. Added documention notes for incomplete functions. More... over 24 years ago
Added docstrings and intial support for selection and feedback buffers (just __len__ and __getitem__ methods) More... over 24 years ago
Fixed various Python 1.5.2 incompatibilities More... over 24 years ago
Generated wrapper for those without SWIG 1.3 More... over 24 years ago
Added experimental support for docstrings. More... over 24 years ago
Added macros for tuple return and improved various glGet* wrappers More... over 24 years ago
Changed method used to find Numeric headers. GL module starts with GL.c not GL.i since distutils don't support SWIG 1.3 More... over 24 years ago
Changed argument names in various prototypes that need to be unique in order to support opengltypemaps.i Added code to initialize Numeric. Initial attempt at various wrappers which return arrays. More... over 24 years ago
Added support to arrays with rank > 1. Implemented const array handling with macros. Also added limited support for passing array lengths automatically. More... over 24 years ago
Initial revision. Runs SWIG on interface files without using distutils. This is so SWIG is not required in order to run setupgl. Also distutils support for SWIG is weak, not allowing options like defines or shadow classes. More... over 24 years ago
Patch #416816 -- Fixes for memory leaks and reference counting corruption (from Pete Shinners)
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Tarn's new version with typemaps updated for all vector types. Out typemap for ubytes as well.
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Removed file to prevent compilation failure when SWIG runs.
Mike C. Fletcher
as mcfletch
More... over 24 years ago