Age | Commit message (Collapse) | Author |
|
only had one or two functions left in them.
|
|
Replace various float/int casts with the fi_type union cast.
Fixes -fstrict-aliasing problems.
|
|
compression isn't really implmented. Just updated glTexImageXD()
to accept compressed internal format tokens.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified Files:
Mesa/src/macros.h
Added
#define COPY_4UBV()
for non i386 machines
----------------------------------------------------------------------
|
|
|
|
|
|
(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
|
|
|
|
|
|
|
|
|
|
|
|
|