| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/x86: Remove dead read_rgba_span_x86.h. | Matt Turner | 2014-01-21 | 1 | -56/+0 |
* | build: Build gen_matypes and matypes.h from src/mesa. | Matt Turner | 2013-11-07 | 2 | -53/+0 |
* | build: Change HAVE_X86_ASM to mean x86 or x86-64 asm. | Matt Turner | 2013-11-07 | 1 | -0/+2 |
* | mesa: remove Watcom C support | Brian Paul | 2013-11-04 | 1 | -8/+0 |
* | mesa: Remove dricore from the build. | Eric Anholt | 2013-10-24 | 1 | -8/+0 |
* | gen_matypes: fix cross-compiling with gcc | Mike Frysinger | 2013-07-18 | 2 | -6/+39 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 29 | -29/+0 |
* | build: remove unused API_DEFINES | Andreas Boll | 2013-05-01 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 29 | -87/+116 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 29 | -29/+29 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 29 | -29/+29 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | mesa: remove unused gl_context::DriverCtx field | Brian Paul | 2012-10-05 | 1 | -1/+0 |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 1 | -3/+3 |
* | mesa: s/CONST/const/ in a comment | Brian Paul | 2012-09-05 | 1 | -3/+3 |
* | mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask | Brian Paul | 2012-06-27 | 1 | -1/+1 |
* | automake: add missing inclusion of GL headers | Laurent Carlier | 2012-06-22 | 1 | -0/+1 |
* | automake: Convert gen_matypes building to automake. | Eric Anholt | 2012-06-21 | 3 | -46/+42 |
* | make: Drop HOST_CC and HOST_CFLAGS. | Eric Anholt | 2012-06-21 | 1 | -1/+1 |
* | mesa: Remove gl_light_attrib::_Flags. | Mathias Fröhlich | 2012-02-29 | 1 | -1/+0 |
* | mesa: remove gl_light::_SpotExpTable field | Brian Paul | 2012-02-10 | 1 | -1/+0 |
* | gen_matypes: eliminate printf warnings | nobled | 2011-12-18 | 1 | -1/+6 |
* | mesa/x86: fix printf warning | Marek Olšák | 2011-12-17 | 1 | -1/+1 |
* | mesa: Optionally build a dricore support library (v3) | Christopher James Halse Rogers | 2011-02-11 | 1 | -0/+8 |
* | mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S | Dimitry Andric | 2011-01-24 | 1 | -1/+1 |
* | x86: Clean up header file inclusion in mmx.h. | Vinson Lee | 2010-12-30 | 1 | -1/+3 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 3 | -19/+19 |
* | x86: Silence unused variable warning on Mac OS X. | Vinson Lee | 2010-09-17 | 1 | -0/+2 |
* | mesa: Disable the debug spam for x86 CPU detection with a compile-time flag. | Eric Anholt | 2010-08-25 | 1 | -7/+13 |
* | mesa: Move the x86 detection debug messages next to the detection. | Eric Anholt | 2010-08-25 | 2 | -33/+39 |
* | x86: Remove unnecessary header from sse.h. | Vinson Lee | 2010-08-16 | 1 | -2/+0 |
* | x86: Include missing headers in mmx.h. | Vinson Lee | 2010-08-15 | 1 | -0/+3 |
* | x86: Remove unnecessary header from 3dnow.h. | Vinson Lee | 2010-08-15 | 1 | -2/+0 |
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -1/+1 |
* | glapi: Move assembly dispatchers back into glapi/. | Chia-I Wu | 2010-05-07 | 1 | -1316/+0 |
* | glapi: regenerated files for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 1 | -70/+76 |
* | glapi: regenerated files for EXT_transform_feedback | Brian Paul | 2010-04-02 | 1 | -14/+27 |
* | glapi: Fix aliases to non-static functions. | Chia-I Wu | 2010-03-21 | 1 | -4/+4 |
* | glapi: Correctly generate static disatches for X86. | Chia-I Wu | 2010-03-20 | 1 | -62/+4 |
* | APPLE_object_purgeable: autogenerated files | Chris Wilson | 2010-03-04 | 1 | -10/+13 |
* | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
* | glapi: drop SOLARIS_THREADS | George Sapountzis | 2010-03-01 | 1 | -1/+1 |
* | glapi: GL_OES_EGL_image autogenerated files | Kristian Høgsberg | 2010-02-24 | 1 | -0/+2 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot | Pauli Nieminen | 2010-02-04 | 2 | -0/+2 |
* | Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0" | Pauli Nieminen | 2010-02-04 | 2 | -2/+0 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-25 | 3 | -5/+5 |
|\ |
|
| * | x86: Do not build read_rgba_span_x86.S on Mac OS X. | Vinson Lee | 2010-01-23 | 1 | -2/+2 |
| * | x86: Do not use .hidden pseudo-op on Mac OS X. | Vinson Lee | 2010-01-23 | 1 | -2/+2 |
| * | glapi: Do not use .type pseudo-op on Mac OS X. | Vinson Lee | 2010-01-23 | 1 | -1/+1 |