| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move _mesa_exec_malloc/free() prototypes to their own header | Brian Paul | 2017-10-10 | 1 | -0/+1 |
* | tree-wide: remove trailing backslash | Eric Engestrom | 2017-06-07 | 2 | -2/+2 |
* | mesa: more unused linux/version.h include | Emil Velikov | 2017-03-22 | 1 | -3/+0 |
* | mesa: remove explicit __STDC_FORMAT_MACROS define | Emil Velikov | 2017-01-27 | 1 | -4/+0 |
* | mesa: Switch to bitmask based enabled lights in gen_matypes.c | Mathias Fröhlich | 2016-06-16 | 1 | -3/+1 |
* | adjust a couple of ifdefs to handle NetBSD correctly | Tobias Nygren | 2015-04-17 | 1 | -1/+1 |
* | mesa: remove _ASMAPI, ASMAPIP | Brian Paul | 2015-03-12 | 6 | -43/+43 |
* | mesa/x86: missing stdio inclusions | Mark Janes | 2015-03-05 | 1 | -0/+2 |
* | mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 1 | -0/+2 |
* | mesa: Check return value of __get_cpuid(). | Matt Turner | 2015-02-28 | 1 | -3/+3 |
* | mesa: remove long dead 3Dnow optimisation | Timothy Arceri | 2014-12-13 | 2 | -859/+0 |
* | mesa: Permanently enable features supported by target CPU at compile time. | Siavash Eliasi | 2014-11-26 | 1 | -0/+26 |
* | 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 |