aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/x86_cliptest.S
Commit message (Collapse)AuthorAgeFilesLines
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-1/+5
| | | | of requesting executable stacks.
* use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul2005-01-041-1/+3
|
* Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul2002-06-111-2/+2
|
* syntax fixes for Solaris (David Dawes)Brian Paul2002-03-071-52/+67
|
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-31/+23
| | | | | | | | - 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.
* Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().Gareth Hughes2001-05-131-3/+16
|
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-30/+3
| | | | | matypes.h, which includes assyntax.h and is generated from the core Mesa header files.
* more clean-upsBrian Paul2001-03-031-6/+6
|
* Fix crash in book/stencil.Keith Whitwell2001-01-131-1/+161
| | | | | Allow drivers to perform the perspective divide themselves. Assembly to do cliptesting without perspective divide for size-4 vectors.
* Major rework of tnl moduleKeith Whitwell2000-12-261-2/+2
| | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-0/+248
general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking.