summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Remove unnecessary header from 3dnow.h.Vinson Lee2010-08-151-2/+0
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-1/+1
* glapi: Move assembly dispatchers back into glapi/.Chia-I Wu2010-05-071-1316/+0
* glapi: regenerated files for GL_ARB_draw_instancedBrian Paul2010-04-041-70/+76
* glapi: regenerated files for EXT_transform_feedbackBrian Paul2010-04-021-14/+27
* glapi: Fix aliases to non-static functions.Chia-I Wu2010-03-211-4/+4
* glapi: Correctly generate static disatches for X86.Chia-I Wu2010-03-201-62/+4
* APPLE_object_purgeable: autogenerated filesChris Wilson2010-03-041-10/+13
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-1/+1
* glapi: drop SOLARIS_THREADSGeorge Sapountzis2010-03-011-1/+1
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-241-0/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rotPauli Nieminen2010-02-042-0/+2
* Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"Pauli Nieminen2010-02-042-2/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-253-5/+5
|\
| * x86: Do not build read_rgba_span_x86.S on Mac OS X.Vinson Lee2010-01-231-2/+2
| * x86: Do not use .hidden pseudo-op on Mac OS X.Vinson Lee2010-01-231-2/+2
| * glapi: Do not use .type pseudo-op on Mac OS X.Vinson Lee2010-01-231-1/+1
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-201-1/+1
|\ \
| * \ Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-123-36/+37
| |\ \
| * | | glapi: Include headers with directory prefixes.Chia-I Wu2009-11-051-1/+1
* | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86: Remove unnecessary header from x86_xform.c.Vinson Lee2010-01-111-1/+0
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-12/+2
|\ \ \ | |/ /
| * | x86: Silence printf format warnings.Vinson Lee2010-01-011-12/+2
* | | mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul2009-12-311-13/+15
* | | mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul2009-12-291-13/+19
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+2
|\ \ \ | |/ /
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-0/+2
| |\ \
| | * | x86: ifdef out unused function cptr.Vinson Lee2009-12-151-0/+2
* | | | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-1/+1
* | | | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-2/+2
* | | | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-1/+1
* | | | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-191-1/+1
* | | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-4/+4
* | | | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-191-1/+1
|/ / /
* | | ARB_fbo: Regenerate files from previous commits.Ian Romanick2009-11-171-0/+1
| |/ |/|