index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
x86
/
common_x86.c
Age
Commit message (
Expand
)
Author
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-07-17
mesa: added checks for OpenBSD
Brad Smith
2008-07-15
mesa: added test for __NetBSD__
Blair Sadewitz
2007-06-05
Remove dubious compile-time test for pre-2.4 Linux kernels.
Michel Dänzer
2007-04-06
Drop the funky SSE exception test on linux.
George Sapountzis
2006-04-10
use _mesa_debug() instead of message() - fixes poor formatting of output
Brian Paul
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-01-19
There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ...
Daniel Borca
2005-01-10
Windows/ReactOS patch (Gregor Anich)
Brian Paul
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-10-13
Eliminate the funky SSE exception test from DRI builds. It's not need
Ian Romanick
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-02-02
s/getenv/_mesa_getenv/
Brian Paul
2004-01-09
re-enable SSE code, except for the _mesa_sse_transform_points4_identity() fun...
Brian Paul
2004-01-06
Add comment regarding sse disable
Keith Whitwell
2004-01-06
SSE segfaults in conform - disable for now.
Keith Whitwell
2003-12-04
build fixes
Alan Hourihane
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-10-21
Updates to SSE assembler support for Open Watcom
Kendall Bennett
2003-10-14
Updates to x86 assembler support for Open Watcom and SNAP
Kendall Bennett
2003-02-04
print debug message when SSE is disabled by user (Klaus Neiderkrueger)
Brian Paul
2003-01-21
new X86 CPU detection code (Petr Sebor)
Brian Paul
2002-11-13
include imports.h
Brian Paul
2002-07-11
applied Eric Anholt's patch for Athlon SSE
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-04-09
remove dead vertex assembly
Keith Whitwell
2001-06-06
test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...
Brian Paul
2001-03-29
Consolidation of asm code in 3.5
Gareth Hughes
2001-03-28
New type system for assembly code. Asm files should now include
Gareth Hughes
2001-03-12
Undo -D_POSIX_SOURCE change, fix the way the katmai support test is
Gareth Hughes
2001-03-05
replaced gl_test_os_katmai*() with _mesa_test_os_katmai*()
Brian Paul
2001-03-03
more clean-ups
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2000-12-07
Allow operating system SSE support test to be overridden with an
Gareth Hughes
2000-12-06
Merge Mesa 3.4 test for operating system support for SSE.
Gareth Hughes
2000-10-23
Major audit of all Mesa's x86 assembly code. This round is basically
Gareth Hughes
2000-01-25
only print info if MESA_DEBUG is set
Brian Paul
1999-11-18
checked in the first new PIII vertex-transformation code
Andre Werthmann
1999-09-03
more bugfixes
Keith Whitwell
1999-08-28
features weren
Josh Vanderhoof
1999-08-26
various pipeline bugs
Keith Whitwell
1999-08-19
Initial revision
jtg