Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Added missing include files.
Modified Files:
Mesa-newtree/progs/demos/isosurf.c
Mesa-newtree/src/mesa/main/nvvertexec.c
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
that it addes to ATI_texture_mirror_once. This includes updating the
texwrap test to exercise the new mode.
|
|
|
|
|