Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove 'swrast->_MultiTexEnabled' derived value.
|
|
|
|
|
|
|
|
not before.
|
|
|
|
|
|
|
|
IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h
|
|
|
|
|
|
new triangle_span struct. Much cleaner code and possibilities for future
optimizations.
|
|
|
|
|
|
|
|
|
|
Fix some problems with draw_arrays, draw_elements.
|
|
cassettes. Fixes problem with isosurf/compiled-array-elt/strips.
|
|
|
|
|
|
|
|
|
|
Apply Jeff Epler's optimization to ci spans as well, remove old code.
|
|
|
|
|
|
|
|
|
|
_tnl_run_pipeline() a little.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|