| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove last DJGPP remains | Emil Velikov | 2014-09-27 | 2 | -5/+5 |
* | mesa: Drop _mesa_getenv() wrapper. | Matt Turner | 2014-09-24 | 1 | -5/+5 |
* | mesa/x86: put code in braces to silence declarations after code warning | Brian Paul | 2014-08-04 | 1 | -7/+9 |
* | mesa/x86: Fix build with clang <= 3.3. | Vinson Lee | 2014-05-25 | 1 | -0/+2 |
* | mesa/x86: Fix build with clang 3.4. | José Fonseca | 2014-05-23 | 1 | -0/+4 |
* | mesa/x86: fix a typos in SSE4.1 detection | Tobias Klausmann | 2014-05-22 | 1 | -2/+2 |
* | mesa: Rely on USE_X86_64_ASM. | José Fonseca | 2014-05-22 | 1 | -3/+3 |
* | mesa/x86: Brown bag fix for undeclared variable. | Matt Turner | 2014-05-22 | 1 | -1/+1 |
* | mesa/x86: add SSE4.1 runtime detection. | Matt Atwood | 2014-05-22 | 2 | -0/+10 |
* | mesa/x86: Support SSE 4.1 detection on x86-64. | Matt Turner | 2014-05-22 | 1 | -0/+11 |
* | 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 |