Brian Paul
|
3663c0f825
|
Cosmetic changes.
Added a bunch of const qualifiers.
Use _mesa_memcpy() instead of memcpy(), etc.
|
2004-01-15 00:29:51 +00:00 |
|
Daniel Borca
|
2fa774edba
|
keeping things safe: sanity check back
|
2004-01-08 09:04:27 +00:00 |
|
Daniel Borca
|
d994f6dda5
|
removed unnecessary (now) sanity check
|
2004-01-08 07:32:06 +00:00 |
|
Daniel Borca
|
17f2e55009
|
sanity check for vertex counter
|
2004-01-07 12:39:45 +00:00 |
|
Keith Whitwell
|
6881938007
|
Call UpdateMaterials when they have changed
|
2003-12-09 14:19:41 +00:00 |
|
Keith Whitwell
|
fe54ba3952
|
Relax assertion to account for empty primitives.
|
2003-12-06 12:58:47 +00:00 |
|
Keith Whitwell
|
fcf02034b4
|
Backout last change on the displaylist path to fix gears (and probably
everything else).
|
2003-12-05 08:57:25 +00:00 |
|
Brian Paul
|
b25439a3bc
|
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
|
2003-12-05 00:48:37 +00:00 |
|
Karl Schultz
|
44c00033f2
|
Add missing GLAPIENTRY
|
2003-12-04 20:43:24 +00:00 |
|
Keith Whitwell
|
6ff60049a4
|
Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.
|
2003-12-03 10:15:17 +00:00 |
|
Brian Paul
|
8236a534b7
|
fix assorted g++ warnings
|
2003-11-25 16:39:31 +00:00 |
|
Brian Paul
|
b65bc4f87b
|
Remove unnecessary usage of __FUNCTION__.
#define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined.
|
2003-11-25 15:58:22 +00:00 |
|
Keith Whitwell
|
ae0eaf93e0
|
Merge vtx-0-2-branch
|
2003-11-24 15:23:18 +00:00 |
|