summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick1-1/+1
2010-03-01glapi: drop SOLARIS_THREADSGeorge Sapountzis1-1/+1
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg1-0/+2
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-02-04swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rotPauli Nieminen2-0/+2
2010-02-04Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"Pauli Nieminen2-2/+0
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul3-5/+5
2010-01-23x86: Do not build read_rgba_span_x86.S on Mac OS X.Vinson Lee1-2/+2
2010-01-23x86: Do not use .hidden pseudo-op on Mac OS X.Vinson Lee1-2/+2
2010-01-23glapi: Do not use .type pseudo-op on Mac OS X.Vinson Lee1-1/+1
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu1-1/+1
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2010-01-11x86: Remove unnecessary header from x86_xform.c.Vinson Lee1-1/+0
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu3-36/+37
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul1-12/+2