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