45efcc44c758a94928648bc20df32b98b3462bcc |
|
21-Sep-2008 |
Keith Whitwell <keith@tungstengraphics.com> |
Remove CVS keywords. Cherry-picked from gallium-0.1 Conflicts: src/glu/sgi/libnurbs/interface/bezierEval.h src/glu/sgi/libnurbs/interface/bezierPatch.h src/glu/sgi/libnurbs/interface/bezierPatchMesh.h src/glu/sgi/libnurbs/internals/dataTransform.h src/glu/sgi/libnurbs/internals/displaymode.h src/glu/sgi/libnurbs/internals/sorter.h src/glu/sgi/libnurbs/nurbtess/definitions.h src/glu/sgi/libnurbs/nurbtess/directedLine.h src/glu/sgi/libnurbs/nurbtess/gridWrap.h src/glu/sgi/libnurbs/nurbtess/monoChain.h src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h src/glu/sgi/libnurbs/nurbtess/partitionX.h src/glu/sgi/libnurbs/nurbtess/partitionY.h src/glu/sgi/libnurbs/nurbtess/polyDBG.h src/glu/sgi/libnurbs/nurbtess/polyUtil.h src/glu/sgi/libnurbs/nurbtess/primitiveStream.h src/glu/sgi/libnurbs/nurbtess/quicksort.h src/glu/sgi/libnurbs/nurbtess/rectBlock.h src/glu/sgi/libnurbs/nurbtess/sampleComp.h src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h src/glu/sgi/libnurbs/nurbtess/sampledLine.h src/glu/sgi/libnurbs/nurbtess/searchTree.h src/glu/sgi/libnurbs/nurbtess/zlassert.h src/glu/sgi/libutil/error.c src/glu/sgi/libutil/glue.c src/glu/sgi/libutil/gluint.h src/glu/sgi/libutil/project.c src/glu/sgi/libutil/registry.c src/glx/x11/glxclient.h src/glx/x11/glxext.c src/mesa/drivers/dri/ffb/ffb_dd.h src/mesa/drivers/dri/ffb/ffb_points.h src/mesa/drivers/dri/gamma/gamma_context.h src/mesa/drivers/dri/gamma/gamma_macros.h src/mesa/drivers/dri/i810/i810context.h src/mesa/drivers/dri/r128/r128_dd.h src/mesa/drivers/dri/tdfx/tdfx_dd.h
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
3474e9de924d92a941b4ea33ecc694f5fad2651f |
|
04-Jun-2008 |
José Fonseca <jrfonseca@tungstengraphics.com> |
mesa: Remove assyntax.h include from generated matypes.h. matypes.h doesn't really depend on assyntax.h; assyntax.h is only present on x86; and this way we remove the need of grep being available (which is relevant for scons and non-unix platforms). (cherry picked from commit fc286ff3ba089af5f1aca2d35b93b53a9383b1cf)
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
fcdc6a7d2488defd66bc7e8398c6d8c9a6190a1a |
|
17-Apr-2006 |
Kristian Høgsberg <krh@redhat.com> |
Add .note.GNU-stack section to assembler files to avoid the default behavior of requesting executable stacks.
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
932dee87e3002be87dc3bcc49efd8ac9ac3e1fa4 |
|
04-Jan-2005 |
Brian Paul <brian.paul@tungstengraphics.com> |
use HIDDEN macro to export fewer symbols (bug 2210)
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
35883ceb9389f9e5b4be8233f2326367c6aecddb |
|
11-Jun-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
0b2fa873c6da02f169a76d74d3bedd91236f8e28 |
|
07-Mar-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
syntax fixes for Solaris (David Dawes)
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
e7e38a47a8dd567fd5a848cbef09b14018fb2fe0 |
|
21-May-2001 |
Gareth Hughes <gareth@valinux.com> |
Initial commit of cliptest work. More to come shortly. - 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.
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
53e4ebd4e36c0ae462d71c87cda3533f9d001324 |
|
13-May-2001 |
Gareth Hughes <gareth@valinux.com> |
Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
0a59ca6cae6ef24990f1c41c8c7857214489443c |
|
28-Mar-2001 |
Gareth Hughes <gareth@valinux.com> |
New type system for assembly code. Asm files should now include matypes.h, which includes assyntax.h and is generated from the core Mesa header files.
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
865322f931197c5c73c57b366b64300894565dab |
|
03-Mar-2001 |
Brian Paul <brian.paul@tungstengraphics.com> |
more clean-ups
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
321f67c4729adeebd7aa9ef9e22c95e709952851 |
|
13-Jan-2001 |
Keith Whitwell <keith@tungstengraphics.com> |
Fix crash in book/stencil. Allow drivers to perform the perspective divide themselves. Assembly to do cliptesting without perspective divide for size-4 vectors.
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
cab974cf6c2dbfbf5dd5d291e1aae0f8eeb34290 |
|
26-Dec-2000 |
Keith Whitwell <keith@tungstengraphics.com> |
Major rework of tnl module 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.
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|
fc2427e81b1c648550d0368652d6a475df785027 |
|
23-Oct-2000 |
Gareth Hughes <gareth@valinux.com> |
Major audit of all Mesa's x86 assembly code. This round is basically 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.
/external/mesa3d/src/mesa/x86/x86_cliptest.S
|