2009-08-13  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Bump version for next release

2009-08-13  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Make the two functions visible on imports

2009-08-13  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Bug report from Joshua Davis, the alternate function is using the wrong operation to do validity queries, apparently ARB->core didn't keep the function name constant here :( .

2009-08-11  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Provide a Python 2.5+ context manager for shader programs created by compileShader()

2009-08-11  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Add Python 2.5+ context-manager method to vbo.VBO objects.

2009-08-03  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Update download link on sourceforge

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	SF#2829309, turns out that the first test case interferes with the second test case, since the second is the test-as-required, using that instead, *should* now pass on Win32 as well as Linux.

2009-08-02  mcfletch  <mcfletch@sturm>

	SF#2829309 on Win32 we see a single record, on Linux we see None, something is wrong with the test, but the record *is* supposed to show up, so it's not the Linux version that's messed up, altered test to check that we get the desired number

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Win32 platform doesn't support symlinks (duh!), removing symlink to license.txt

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Remove useless exclusions from manifest for OpenGL_accelerate

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Link license.txt into OpenGL_accelerate module 

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Clean out old/unused code from the src sub-directory of the project.

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Current OpenGL.org glext.h processed to pick up OpenGL 3.1 entry points, a number of changes in the header file caused required small changes to the raw modules (deprecated functionality is now separately defined from non-deprecated functionality).
	New auto-generated extensions added from APPLE, ARB and EXT

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Import OpenGL 3.1 functionality into the root OpenGL.GL namespace

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Updated extension generation script to deal with current downloadable glext.h from OpenGL.org.

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Remove spec for including .c/.pyx from the src directory (no longer exists)

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Bump version for second alpha release

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Update accelerate description, remove extraneous ',' after call to glRenderMode() in test suite

2009-08-02  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Move mode-setting in glCallLists test before identity set

2009-07-30  Mike C. Fletcher  <mcfletch@vrplumber.com>

	SF#2829309 another test to attempt to isolate the problem

2009-07-30  Mike C. Fletcher  <mcfletch@vrplumber.com>

	SF#2829309 test against declared behaviour, not replicated

2009-07-26  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Allow glCallLists to accept raw/traditional parameters as well

2009-07-25  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Fix accelerate build to make OpenGL_accelerate available as a sub-namespace, so that cimports work.

2009-07-25  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Regenerated cython wrappers with new location in the source tree

2009-07-25  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Missing import for error handler in vbo fix

2009-07-25  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Bug report from Dan Helfman (explicit delete of buffers prints error warning)

2009-07-25  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Fix OpenGL.arrays.vbo.VBO.delete to allow for explicit deletion without causing issues with gc-based deletion

2009-07-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Log the accelerate error too.

2009-07-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Prefer sys.platform to os.name for platform plugin lookup (error report from renaud blanch for os-x).
	Log whether we loaded accelerate or not.

2009-07-20  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Merge changes required to work on Win32 2.5.4 where numpy scalar uint* types don't work when passed to ctypes c_uint* types.

2009-07-20  mcfletch  <mcfletch@sturm>

	Handle errors on Win32 Python 2.5.4 where ctypes will not accept numpy uint* scalar objects (effectively invoke ALLOW_NUMPY_SCALARS on that platform).
	Allow numpy scalars to be used as arrays.

2009-07-20  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Make sdist for OpenGL_accelerate always build by tar and zip

2009-07-20  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Get OpenGL_accelerate building as a separate source distribution/project.

2009-07-20  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Make OpenGL_accelerate better isolated/contained.

2009-07-20  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Update manifest to include changelog

2009-07-20  Mike C. Fletcher  <mcfletch@sturm>

	Make the source and return-code available in the RuntimeError raised on shader compilation failure

2009-07-19  Mike C. Fletcher  <mcfletch@sturm>

	Make shader compile error show you what code failed

2009-07-19  Mike C. Fletcher  <mcfletch@sturm>

	SF#1311265 Allow passing in the array for glReadPixels

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Use the same (lazy) wrapper for all glDrawBuffer wrappers, this wrapper allows copying when copying is enabled and will calculate n from bufs if n is omitted.

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Provide a copy-capable wrapper for glDrawBuffers

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Add trivial-case tests for glut init

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	SF#2354596 pass tessellation combine results back to caller

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Whitespace reformat

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Multiple tests from SF error reports added

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	SF#2152623 support use of GL_BITMAP in glDrawPixels

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	SF#2561765 fix incorrect handling of "tightly packed" pixel formats where the image handling was incorrectly creating arrays of the packed format for each pixel, rather than treating the packed value as a single element.

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Missing the license in the source archives

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Make the font-load error a warning, rather than just info

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate use of print in error logging (use logging module), only log if GLUT is actually loaded

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Framebuffer wrappers (ARB and EXT) enhanced, test for framebuffer deletion added (SF#2727274)

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Freeglut import shouldn't raise errors, so HAVE_FREEGLUT was always assigned True, should be closer to a real check now.

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Add constants defined for newer freeglut versions SF#2813722

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Only use the WithExit operations if they are non-null, addresses SF#2813722

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Attempt to load freeglut from common freeglut lib names, if available.

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Add top-level flag CONTEXT_CHECKING when enabled, PyOpenGL will issue error on GL, GLU, or GLE functions which are called before there is a valid context.  This flag is disabled by default and will have a large negative impact on performance, it is intended to be used for tracking down segfaults due to use of these entry points before there is a valid context, such code should be fixed.

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Update OpenGL/GL/shaders.py documentation

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	OpenGL.GL.shaders compileShader error-checking on the shader during compilation

2009-07-18  Mike C. Fletcher  <mcfletch@sturm>

	Fix constants in OpenGL.GL.shaders (were strings, are now Constant objects), add convenience methods compileShader and compileProgram to the module.

2009-07-17  Mike C. Fletcher  <mcfletch@sturm>

	Minor whitespace reformatting

2009-07-17  Mike C. Fletcher  <mcfletch@sturm>

	Fix usage of ctypes c_void_p values as passed in values for array data-types, were being treated as parameters rather than as pointers, should also fix c_char_p and c_wchar_p if they are used anywhere. (Bug reported by renaud blanch)

2009-07-17  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate pdb call when image constant's type is invalid (debug code left in)

2009-07-09  Mike C. Fletcher  <mcfletch@sturm>

	Remove use of non-existant err value

2009-07-09  mcfletch  <mcfletch@sturm>

	Move common accelerator operations into common module (acceleratesupport), may want to revise this to make client code simpler at some point.

2009-07-09  mcfletch  <mcfletch@sturm>

	Fix handling of _WGL functions which take HANDLE parameters when an int/long is passed (default return for handle values)

2009-07-08  mcfletch  <mcfletch@sturm>

	GLUT exit-function fixes (again) for Vista/NT Python 2.5

2009-07-08  mcfletch  <mcfletch@sturm>

	Code requires a pointer-to-function, not a function object...

2009-07-08  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate errors when passing lists/tuples to glVertex( ) when error-on-copy is true.

2009-07-08  Mike C. Fletcher  <mcfletch@sturm>

	Use proper data-type for glSelectBuffer to avoid error-on-copy

2009-07-08  Mike C. Fletcher  <mcfletch@sturm>

	Remove test code

2009-07-08  Mike C. Fletcher  <mcfletch@sturm>

	Make numpy handler check data-type in from_param to allow for *just* calling from_param in more cases

2009-07-08  Mike C. Fletcher  <mcfletch@sturm>

	Remove support for ctypes 0.9.9.3, make ctypes loader log with module dotted name

2009-07-08  Mike C. Fletcher  <mcfletch@sturm>

	Update license to move fault-tolerance warning to the top of the file.
	Update dates in license file.

2009-07-07  Mike C. Fletcher  <mcfletch@sturm>

	Report from Ian Mallet that GL 2.0 function isn't properly created with createBaseFunction (I think).

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	When error-on-copy is true, reduce number of operations invoked for wrapped array functions.

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Make glGenTextures respect unpack flag.
	Make glRasterPos work with non-copying mode.

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Don't do lookup every time we check...

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Add a few common vector types to the OpenGL.constants modules for use in ERROR_ON_COPY mode

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Clarify docstrings on shaders module

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate "name" namespace polution

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Raise errors on list dimension retrieval for error-on-copy cases

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Clarify constants docstring

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Note ability to disable context data operations with top-level flags in docstrings

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Add __repr__ and better docstring for lazy wrapper

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Use Python 2.4+ format_exc instead of custom function when available

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Add OpenGL_accelerate to the document modules

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Add __repr__ and __doc__ attributes for better pydoc output

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Get more tests passing with error-on-copy

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Use raw ctypes instead of array-based conversion (avoids errors when error on copy)

2009-07-06  Mike C. Fletcher  <mcfletch@sturm>

	Make the code to retrieve (and cache) GL version a separate function for use in tests and the like.
	Rename tests.py to test_core.py

2009-07-05  Mike C. Fletcher  <mcfletch@sturm>

	Add a convenience module with imports of the common shader functions defined with ARB alternate fallback code.

2009-07-05  Mike C. Fletcher  <mcfletch@sturm>

	Add SIZE_1_ARRAY_UNPACK flag to top-level in order to configure array-unpacking behaviour

2009-07-05  Mike C. Fletcher  <mcfletch@sturm>

	Do info-level logging on which extensions/alternates are being chosen.

2009-06-29  Mike C. Fletcher  <mcfletch@sturm>

	Merging GLUT error checking, wrapper fixes, version declaration etc.

2009-06-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Print warnings if we have the accelerator, but not the right version

2009-06-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Add version declaration

2009-06-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Make wrapper really a wrapper reference and try to give more informative error reports 

2009-06-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Launchpad #289925, eliminate temporary workaround for error checking on GLUT

2009-06-29  Mike C. Fletcher  <mcfletch@sturm>

	Updated generated c file

2009-06-25  Mike C. Fletcher  <mcfletch@sturm>

	Use simpler, but non-optimizable versions of query calls

2009-06-25  Mike C. Fletcher  <mcfletch@sturm>

	Remove old attempts to delete to work around

2009-06-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Bug #289925 Disable GLUT error checking on all platforms.  Some platform's GL (imo incorrectly) generates segfaults if you do a gl error check before a context has been created.  Mostly 64-bit linux affected, though there are further restrictions to the set (i.e. you have to be using particular drivers)

2009-06-24  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Eliminate name with "test" in it so that nose can discover tests and run all of them

2009-06-21  Mike C. Fletcher  <mcfletch@sturm>

	Always specify tight packing so that naive Python code won't run into alignment issues

2009-05-11  Mike C. Fletcher  <mcfletch@sturm>

	Fix the version, we aren't on release for 3.0.1 yet!

2009-05-11  Mike C. Fletcher  <mcfletch@sturm>

	Test for glut init bug

2009-05-11  Mike C. Fletcher  <mcfletch@sturm>

	Launchpad bug #289925 Sourceforge bug #1737282 certain (broken, IMO) implementations do not allow calls to glGetError before the context is created.  glutInit functions tend to be called before the glutWindow call, so on those implementations we can see segfaults.  Work-around is to disable error-checking on the glutInit calls, which *should not* cause problems, as they shouldn't be doing anything at the GL level (whereas other GLUT calls only failure notice is from GL error reports).

2009-05-11  Mike C. Fletcher  <mcfletch@sturm>

	Resize the drawing area during callback

2009-05-03  Mike C. Fletcher  <mcfletch@sturm>

	Silence warnings (correctness problem), thought intptr_t was a pointer already, appears to just mean "something that can hold a pointer"

2009-05-03  Mike C. Fletcher  <mcfletch@sturm>

	Add docstrings for vbos

2009-05-03  Mike C. Fletcher  <mcfletch@sturm>

	Incref/decref data instance and use Py_X*REF functions to allow for NULLs

2009-05-03  Mike C. Fletcher  <mcfletch@sturm>

	Fix refcount bug in vbo implementation

2009-05-01  Mike C. Fletcher  <mcfletch@sturm>

	Nones format handler added.
	VBO format handlers converted to C-API.
	Warnings logged when failure to import particular modules after success of OpenGL_accelerate import.
	Small bug-fix for zeros where a lookup function might pass an integer instead of a tuple.
	Some more tests for array handlers.

2009-05-01  Mike C. Fletcher  <mcfletch@sturm>

	Beginning breakout of formathandler into C and Python APIs

2009-05-01  Mike C. Fletcher  <mcfletch@sturm>

	Wrapper declarations continuing to develop

2009-05-01  Mike C. Fletcher  <mcfletch@sturm>

	Get most of the wrapper helper objects using C-level API for communication

2009-05-01  Mike C. Fletcher  <mcfletch@sturm>

	Fix performance test to be less aggressive, fix some numpy accel tests

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Beginning of work to eliminate python-call overhead between accelerator modules

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Beginning to create formalized inter-module API

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Declaration is external, implementation is still local

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Log for imports as well

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Bump version

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Beginning to create direct-access paths for the C-coded helper methods

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Ignore the downloaded glext.h header

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Add a bit of a doc-string

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Ignore the downloaded .txt files for the extension definitions

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Minor change to array datatype to make code more explicit about what typecode is used.

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Minor rearrangement for performance in the wrapper operation

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Regenerated

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Check for c array type instead of unconditionally converting

2009-04-30  Mike C. Fletcher  <mcfletch@sturm>

	Load handler from plugin, load all format handlers on array data type init

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Fix yet more regressions in the python-coded version

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Load plugin target as handler

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	More problems with the pure-python wrapper module

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Allow None, as is valid quite often

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Make numpy module require a valid GL data-type specifier for various lookups

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Error in one of the wrapper expansions fixed.

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Support for overriding vbo implementation

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	VBO implementation (not very fast currently)

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	More helper functions converted to cython, other than VBOs not seeing much Pythonic code in current tests

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Regnerated wrappers

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Updated wrapper build

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Provide a c-level call so we can avoid Python-call overhead for the wrapper objects

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Make the setup of cython extensions easier, make the error handler overridable by Cython version

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Regenerated

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Error-checker cython optimized version

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Add test suite for array data type

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Changes to support accelerated array data type and format handler along with some refactoring

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Make from_param less forgiving so that it doesn't wind up creating segfaults

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate POINTER( arrayType ) references, as array types are not necessarily pointer instances any more

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Use an array when doing vbo deletion

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Use accelerated versions of some common converters where possible

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Working output and sized output types, call registerEquivalent on formathandlers when we find an equivalent

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	To avoid issues with passing the value back and forth to Python need to make the c_void_p explicitly :( 

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Add the arraydatatype extension

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Cython'd version of format handler

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Register via the registry rather than setting value explicitly

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Make char ** work out properly even if the array data type isn't a pointer-type sub-class

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Move registry to arraydatatype, add a getPyArgName accelerator

2009-04-29  Mike C. Fletcher  <mcfletch@sturm>

	Array datatype Cython implementation

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Always register with the global type handler

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Remove unused typedPointer helper

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Enable full Cython-optimized version of numpy handler

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Always return the same void-pointer object

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Updated wrapper

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Use C-level API to try to speed up slightly

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Handle forced (lossy) conversions as well

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Cleanup of the format handler accel

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Make from_param simpler (use int instead of c_void_p as the return type)

2009-04-28  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate reference-counting error for numpy dtypes

2009-04-27  Mike C. Fletcher  <mcfletch@sturm>

	C-level wrapper now appears to be working, save that we're getting free errors on small integers :( 

2009-04-27  Mike C. Fletcher  <mcfletch@sturm>

	Add unitSize calculation

2009-04-27  Mike C. Fletcher  <mcfletch@sturm>

	Tests for c-level numpy format handler

2009-04-27  Mike C. Fletcher  <mcfletch@sturm>

	Reworking the format handler interface as a fully-cython-ized version

2009-04-27  Mike C. Fletcher  <mcfletch@sturm>

	Sigh, no, too aggressive in the optimizations there, ascontiguous is still needed to force contiguity

2009-04-27  Mike C. Fletcher  <mcfletch@sturm>

	More optimization points for the array-helper scripts

2009-04-26  Mike C. Fletcher  <mcfletch@sturm>

	Add flag to disable array-size checking

2009-04-26  Mike C. Fletcher  <mcfletch@sturm>

	Some very minor performance improvements for numpy handler

2009-04-26  Mike C. Fletcher  <mcfletch@sturm>

	eliminate duplicate setting of array data-type handler for each array-data-type sub-class

2009-04-26  Mike C. Fletcher  <mcfletch@sturm>

	Minor performance speedup for numpy module by using array() instead of the legacy ascontiguous call

2009-04-26  Mike C. Fletcher  <mcfletch@sturm>

	Regenerated again (no changes of note)

2009-04-26  Mike C. Fletcher  <mcfletch@sturm>

	Regenerated Cython wrappers with Python 2.6 and Cython 0.10.3

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	Allow long offsets for vbo convenience offset calculation

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	Eliminate most usage of cResolver from the wrappers, now relies on from_param operations on all data-types for C-compatable-arg-to-C-types-arg conversions.  There are still a few "special" handlers such as shader source that use cResolvers.

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	Fix from_param to return a c_void_p, not a bald integer/long

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	Fix missing import in vbo module

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	Make c_void_p references generic ArrayDataType types, to allow for from_param to handle conversions

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	Properly handle c_void_p/c_char_p/c_wchar_p when passed as array-data pointers to from_param of array data types, these pointer types are _SimpleData instances rather than _Pointer instances.

2009-04-09  Mike C. Fletcher  <mcfletch@sturm>

	numpy arrays can't use bool( array ) any more

2009-04-08  Mike C. Fletcher  <mcfletch@sturm>

	Add STORE_POINTERS flag to enable/disable storage of (temporary) pointers
	Update documentation for flags in __init__

2009-04-08  Mike C. Fletcher  <mcfletch@sturm>

	Make the error message more verbose/friendly

2009-04-08  Mike C. Fletcher  <mcfletch@sturm>

	Add ERROR_ON_COPY support for lists/tuples.

2009-04-04  Mike C. Fletcher  <mcfletch@vrplumber.com>

	Bug report from Ivo Ugrina that gluNurbs operations were not rejecting invalid parameters, there doesn't seem to be any error checking in *my* glu implementation, but apparently there should be.  Anyway, we now use OpenGL.ERROR_CHECKING to control a number of checks that implement the checks Ivo says were present in PyOpenGL 2.x (modelled on SGI implementation, I'm guessing).

2009-04-01  Mike C. Fletcher  <mcfletch@sturm>

	Moving the development documentation to the website

