Age | Commit message (Expand) | Author |
2004-01-21 | Another mechanism to create vertices with holes - a new EMIT_PAD style | Keith Whitwell |
2004-01-19 | some more count vs. end confusion | Keith Whitwell |
2004-01-15 | add casts to quiet compiler warnings | Karl Schultz |
2004-01-15 | Cosmetic changes. | Brian Paul |
2004-01-14 | added blurb about NVIDIA extensions | Brian Paul |
2004-01-14 | Fix up more confusions with count vs end in array functions | Keith Whitwell |
2004-01-13 | silence compiler warnings | Karl Schultz |
2004-01-13 | remove unused variable | Karl Schultz |
2004-01-13 | add t_vertex.c to project | Karl Schultz |
2004-01-12 | Don't call _tnl_draw_range_elements() unless start == 0. | Keith Whitwell |
2004-01-09 | Change < to <= when testing counts against ctx->Const.MaxArrayLockSize, | Brian Paul |
2004-01-08 | Committing in . | Jouk Jansen |
2004-01-08 | Perform check for dstclip[3] == 0. | Keith Whitwell |
2004-01-08 | keeping things safe: sanity check back | Daniel Borca |
2004-01-08 | removed unnecessary (now) sanity check | Daniel Borca |
2004-01-07 | sanity check for vertex counter | Daniel Borca |
2004-01-06 | Testing | Keith Whitwell |
2004-01-06 | Apply attribute offset when calling extract(). | Keith Whitwell |
2004-01-05 | Slight cleanup | Keith Whitwell |
2004-01-05 | Remove debug | Keith Whitwell |
2004-01-05 | Beef up t_vertex.c: | Keith Whitwell |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |
2004-01-04 | Reenable the vtxfmt code paths in the radeon and r200 drivers. | Felix Kuehling |
2004-01-01 | whitespace changes and new comments | Brian Paul |
2003-12-21 | new files | Keith Whitwell |
2003-12-13 | call _ae_destroy_context() and _ae_invalidate_state() from the proper places | Brian Paul |
2003-12-09 | Call UpdateMaterials when they have changed | Keith Whitwell |
2003-12-09 | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul |
2003-12-08 | fixed a bug in texgen (T coord for GL_REFLECTION_MAP_NV) | Daniel Borca |
2003-12-08 | Committing in . | Jouk Jansen |
2003-12-08 | Committing in . | Jouk Jansen |
2003-12-06 | Relax assertion to account for empty primitives. | Keith Whitwell |
2003-12-05 | Backout last change on the displaylist path to fix gears (and probably | Keith Whitwell |
2003-12-05 | include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined | Brian Paul |
2003-12-04 | update files | Karl Schultz |
2003-12-04 | Add missing GLAPIENTRY | Karl Schultz |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |
2003-12-04 | Fix some problems with glDrawElements and vertex buffer objects. | Brian Paul |
2003-12-03 | Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped. | Keith Whitwell |
2003-11-29 | Fix generic/conventional vertex array glitches. | Brian Paul |
2003-11-25 | fix assorted g++ warnings | Brian Paul |
2003-11-25 | Remove unnecessary usage of __FUNCTION__. | Brian Paul |
2003-11-24 | minor cast fixes | Brian Paul |
2003-11-24 | set the VB->FogCoordPtr with the other legacy pointers | Brian Paul |
2003-11-24 | remove dead files | Keith Whitwell |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-11-17 | fix texgen bug 597589 | Brian Paul |
2003-11-10 | Redo array element checking for vertex array buffers. | Brian Paul |
2003-10-23 | s/GLuint */GLvoid */ | Brian Paul |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul |