summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-17x86: Silence unused variable warning on Mac OS X.Vinson Lee1-0/+2
2010-08-25mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.Eric Anholt1-7/+13
2010-08-25mesa: Move the x86 detection debug messages next to the detection.Eric Anholt2-33/+39
2010-08-16x86: Remove unnecessary header from sse.h.Vinson Lee1-2/+0
2010-08-15x86: Include missing headers in mmx.h.Vinson Lee1-0/+3
2010-08-15x86: Remove unnecessary header from 3dnow.h.Vinson Lee1-2/+0
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-1/+1
2010-05-07glapi: Move assembly dispatchers back into glapi/.Chia-I Wu1-1316/+0
2010-04-04glapi: regenerated files for GL_ARB_draw_instancedBrian Paul1-70/+76
2010-04-02glapi: regenerated files for EXT_transform_feedbackBrian Paul1-14/+27
2010-03-21glapi: Fix aliases to non-static functions.Chia-I Wu1-4/+4
2010-03-20glapi: Correctly generate static disatches for X86.Chia-I Wu1-62/+4
2010-03-04APPLE_object_purgeable: autogenerated filesChris Wilson1-10/+13