summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Expand)AuthorAgeFilesLines
* mesa: Switch to bitmask based enabled lights in gen_matypes.cMathias Fröhlich2016-06-161-3/+1
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-171-1/+1
* mesa: remove _ASMAPI, ASMAPIPBrian Paul2015-03-126-43/+43
* mesa/x86: missing stdio inclusionsMark Janes2015-03-051-0/+2
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+2
* mesa: Check return value of __get_cpuid().Matt Turner2015-02-281-3/+3
* mesa: remove long dead 3Dnow optimisationTimothy Arceri2014-12-132-859/+0
* mesa: Permanently enable features supported by target CPU at compile time.Siavash Eliasi2014-11-261-0/+26
* mesa: remove last DJGPP remainsEmil Velikov2014-09-272-5/+5
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-5/+5
* mesa/x86: put code in braces to silence declarations after code warningBrian Paul2014-08-041-7/+9
* mesa/x86: Fix build with clang <= 3.3.Vinson Lee2014-05-251-0/+2
* mesa/x86: Fix build with clang 3.4.José Fonseca2014-05-231-0/+4
* mesa/x86: fix a typos in SSE4.1 detectionTobias Klausmann2014-05-221-2/+2
* mesa: Rely on USE_X86_64_ASM.José Fonseca2014-05-221-3/+3
* mesa/x86: Brown bag fix for undeclared variable.Matt Turner2014-05-221-1/+1
* mesa/x86: add SSE4.1 runtime detection.Matt Atwood2014-05-222-0/+10
* mesa/x86: Support SSE 4.1 detection on x86-64.Matt Turner2014-05-221-0/+11
* mesa/x86: Remove dead read_rgba_span_x86.h.Matt Turner2014-01-211-56/+0
* build: Build gen_matypes and matypes.h from src/mesa.Matt Turner2013-11-072-53/+0
* build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.Matt Turner2013-11-071-0/+2
* mesa: remove Watcom C supportBrian Paul2013-11-041-8/+0
* mesa: Remove dricore from the build.Eric Anholt2013-10-241-8/+0
* gen_matypes: fix cross-compiling with gccMike Frysinger2013-07-182-6/+39
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0529-29/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2329-87/+116
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2329-29/+29
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2329-29/+29
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* mesa: remove unused gl_context::DriverCtx fieldBrian Paul2012-10-051-1/+0
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-051-3/+3
* mesa: s/CONST/const/ in a commentBrian Paul2012-09-051-3/+3
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-271-1/+1
* automake: add missing inclusion of GL headersLaurent Carlier2012-06-221-0/+1
* automake: Convert gen_matypes building to automake.Eric Anholt2012-06-213-46/+42
* make: Drop HOST_CC and HOST_CFLAGS.Eric Anholt2012-06-211-1/+1
* mesa: Remove gl_light_attrib::_Flags.Mathias Fröhlich2012-02-291-1/+0
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-101-1/+0
* gen_matypes: eliminate printf warningsnobled2011-12-181-1/+6
* mesa/x86: fix printf warningMarek Olšák2011-12-171-1/+1
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-111-0/+8
* mesa: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric2011-01-241-1/+1
* x86: Clean up header file inclusion in mmx.h.Vinson Lee2010-12-301-1/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-133-19/+19
* x86: Silence unused variable warning on Mac OS X.Vinson Lee2010-09-171-0/+2
* mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.Eric Anholt2010-08-251-7/+13
* mesa: Move the x86 detection debug messages next to the detection.Eric Anholt2010-08-252-33/+39
* x86: Remove unnecessary header from sse.h.Vinson Lee2010-08-161-2/+0
* x86: Include missing headers in mmx.h.Vinson Lee2010-08-151-0/+3