Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-10-21 | fix an error message | Brian Paul | |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | |
bufferobj.c so all the drivers don't have to worry about them. | |||
2003-10-15 | minor tweaks | Brian Paul | |
2003-10-14 | bufObj->Access wasn't being set | Brian Paul | |
2003-10-14 | minor fix in buffer_object_get_target() | Brian Paul | |
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul | |
2003-09-18 | Add casts to prevent signed/unsigned compare compiler warnings. | Karl Schultz | |
2003-09-17 | Fixed/added some error checks. | Brian Paul | |
Allow one buffer to be bound to multiple targets. Rebind buffer 0 when deleting currently bound buffer. | |||
2003-09-17 | unbind vertex arrays from buffer in DeleteBuffersARB() | Brian Paul | |
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul | |
Use GLubyte * instead of void * for gl_client_array->Ptr to simplify upcoming pointer arithmetic changes. | |||
2003-09-15 | Some work on ARB_vertex_buffer_object. | Brian Paul | |
Use GL_CLIENT_ACTIVE_TEXTURE when returning texcoord array values in get.c | |||
2003-09-09 | Added prototypes for internal functions to bufferobj.h. | Brian Paul | |
Minor code clean-ups. | |||
2003-09-09 | Added most of the infrastructure required to support | Ian Romanick | |
ARB_vertex_buffer_object. THIS IS INCOMPLETE. | |||
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | |
2003-05-10 | fix MapBufferARB() return type | Brian Paul | |
2003-04-09 | basic work on GL_ARB_vertex_buffer_object | Brian Paul | |
2003-03-29 | Basic infrastructure for GL_ARB_vertex_buffer_object. | Brian Paul | |