summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)AuthorFilesLines
2018-04-13mesa: fix x86 buildsTimothy Arceri1-0/+1
2017-10-10mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul1-0/+1
2017-06-07tree-wide: remove trailing backslashEric Engestrom2-2/+2
2017-03-22mesa: more unused linux/version.h includeEmil Velikov1-3/+0
2017-01-27mesa: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov1-4/+0
2016-06-16mesa: Switch to bitmask based enabled lights in gen_matypes.cMathias Fröhlich1-3/+1
2015-04-17adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren1-1/+1
2015-03-12mesa: remove _ASMAPI, ASMAPIPBrian Paul6-43/+43
2015-03-05mesa/x86: missing stdio inclusionsMark Janes1-0/+2
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+2
2015-02-28mesa: Check return value of __get_cpuid().Matt Turner1-3/+3
2014-12-13mesa: remove long dead 3Dnow optimisationTimothy Arceri2-859/+0
2014-11-26mesa: Permanently enable features supported by target CPU at compile time.Siavash Eliasi1-0/+26
2014-09-27mesa: remove last DJGPP remainsEmil Velikov2-5/+5
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-5/+5
2014-08-04mesa/x86: put code in braces to silence declarations after code warningBrian Paul1-7/+9
2014-05-25mesa/x86: Fix build with clang <= 3.3.Vinson Lee1-0/+2
2014-05-23mesa/x86: Fix build with clang 3.4.José Fonseca1-0/+4
2014-05-22mesa/x86: fix a typos in SSE4.1 detectionTobias Klausmann1-2/+2
2014-05-22mesa: Rely on USE_X86_64_ASM.José Fonseca1-3/+3
2014-05-22mesa/x86: Brown bag fix for undeclared variable.Matt Turner1-1/+1
2014-05-22mesa/x86: add SSE4.1 runtime detection.Matt Atwood2-0/+10
2014-05-22mesa/x86: Support SSE 4.1 detection on x86-64.Matt Turner1-0/+11
2014-01-21mesa/x86: Remove dead read_rgba_span_x86.h.Matt Turner1-56/+0
2013-11-07build: Build gen_matypes and matypes.h from src/mesa.Matt Turner2-53/+0
2013-11-07build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.Matt Turner1-0/+2
2013-11-04mesa: remove Watcom C supportBrian Paul1-8/+0
2013-10-24mesa: Remove dricore from the build.Eric Anholt1-8/+0
2013-07-18gen_matypes: fix cross-compiling with gccMike Frysinger2-6/+39
2013-06-05mesa: remove outdated version lines in commentsRico Schüller29-29/+0
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke29-87/+116
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke29-29/+29
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke29-29/+29
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2012-10-05mesa: remove unused gl_context::DriverCtx fieldBrian Paul1-1/+0
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee1-3/+3
2012-09-05mesa: s/CONST/const/ in a commentBrian Paul1-3/+3
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-1/+1
2012-06-22automake: add missing inclusion of GL headersLaurent Carlier1-0/+1
2012-06-21automake: Convert gen_matypes building to automake.Eric Anholt3-46/+42
2012-06-21make: Drop HOST_CC and HOST_CFLAGS.Eric Anholt1-1/+1
2012-02-29mesa: Remove gl_light_attrib::_Flags.Mathias Fröhlich1-1/+0
2012-02-10mesa: remove gl_light::_SpotExpTable fieldBrian Paul1-1/+0
2011-12-18gen_matypes: eliminate printf warningsnobled1-1/+6
2011-12-17mesa/x86: fix printf warningMarek Olšák1-1/+1
2011-02-11mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers1-0/+8
2011-01-24mesa: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric1-1/+1
2010-12-30x86: Clean up header file inclusion in mmx.h.Vinson Lee1-1/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg3-19/+19