Age | Commit message (Collapse) | Author |
|
Assorted code clean-ups in light.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow one buffer to be bound to multiple targets.
Rebind buffer 0 when deleting currently bound buffer.
|
|
|
|
|
|
|
|
|
|
|
|
ones.
|
|
part and an individual module part.
Rewrite the Makefile in order to avoid the double pass when the tag files already exist. A double pass can still be achieved by doing 'make clean all'.
|
|
|
|
vertex arrays.
|
|
|
|
|
|
|
|
Use GLubyte * instead of void * for gl_client_array->Ptr to simplify upcoming
pointer arithmetic changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use GL_CLIENT_ACTIVE_TEXTURE when returning texcoord array values in get.c
|
|
|
|
|
|
This allows texture state to be resettable to default state.
Not allowed according to the spec, but allowed by all other OpenGL libs.
|
|
|
|
|
|
|
|
Minor code clean-ups.
|
|
|
|
ARB_vertex_buffer_object. THIS IS INCOMPLETE.
|
|
|
|
New glxswapcontrol.c file added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|