Age | Commit message (Collapse) | Author |
|
(build tested, but not physically tested)
|
|
(build tested, but not physically tested)
|
|
directory
|
|
|
|
|
|
program_parameter.StateIndexes[] to 6, used for fetching matrix state
|
|
|
|
|
|
|
|
|
|
MS studio files as binary
|
|
MS studio files as binary
|
|
|
|
New macros in context.h for testing state: NEED_SECONDARY_COLOR
and NEED_TWO_SIDED_LIGHTING.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|