| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(bug 430689)
|
| |
|
| |
|
|
|
|
| |
driver tnl modules.
|
| |
|
|
|
|
| |
glVertex/glNormal/etc calls.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Add debug, benchmark code.
- Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions
before exiting the fast math block.
- Remove divide-by-zero test in x86 cliptest, and set clipped vertices
to [0,0,0,1] instead of leaving them uninitialized.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h
|
| |
|
| |
|
|
|
|
| |
Apply Jeff Epler's optimization to ci spans as well, remove old code.
|
| |
|
| |
|
|
|
|
| |
dlist calls).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
perhaps needed for other cases, like GL_CURRENT_COLOR
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for 16-bit color channels, using the OSMesa driver.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
texture image in the base internal format between user->Mesa format
conversion. See comments in texstore.c
|
| |
|
| |
|
| |
|