| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: move half<->float convertion to util | Rob Clark | 2015-10-16 | 1 | -7/+0 |
* | mesa: use strtok_s for strtok_r on windows | Tapani Pälli | 2015-10-01 | 1 | -0/+3 |
* | mesa: Replace F_TO_I() with _mesa_lroundevenf(). | Matt Turner | 2015-08-03 | 1 | -28/+0 |
* | mesa: Delete unused ICEIL(). | Matt Turner | 2015-06-23 | 1 | -32/+0 |
* | mesa: Implement _mesa_flsll(). | Kenneth Graunke | 2015-04-01 | 1 | -0/+24 |
* | mesa: Replace _mesa_round_to_even() with _mesa_roundeven(). | Matt Turner | 2015-03-18 | 1 | -3/+0 |
* | mesa: use strdup() instead of _mesa_strdup() | Brian Paul | 2015-03-11 | 1 | -3/+0 |
* | mesa: move finite macro to imports.h | Brian Paul | 2015-02-28 | 1 | -0/+8 |
* | mesa: restore #include stdarg.h in imports.h | Brian Paul | 2015-02-27 | 1 | -0/+1 |
* | mesa: trim down #includes in compiler.h | Brian Paul | 2015-02-26 | 1 | -0/+2 |
* | mesa: remove DEG2RAD macro | Brian Paul | 2015-02-24 | 1 | -8/+0 |
* | mesa: remove MAX_GLUSHORT, move MAX_GLUINT | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: move signbit() macro to c99_math.h | Brian Paul | 2015-02-24 | 1 | -8/+0 |
* | mesa: remove unused isblank() function | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove sqrtf macro | Brian Paul | 2015-02-24 | 1 | -11/+0 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 1 | -9/+0 |
* | mesa: remove ceilf, floorf macros | Brian Paul | 2015-02-24 | 1 | -2/+0 |
* | mesa: remove expf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove logf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove powf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove unused exp2f, log2f, truncf wrappers | Brian Paul | 2015-02-24 | 1 | -10/+0 |
* | mesa: remove unused acosf, asinf, atan2f, etc. macros | Brian Paul | 2015-02-24 | 1 | -16/+0 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -11/+0 |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: remove unused CEILF macro | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 1 | -6/+0 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 1 | -6/+0 |
* | util: add _mesa_strtod and _mesa_strtof | Chia-I Wu | 2014-10-30 | 1 | -3/+0 |
* | mesa: Replace a priori knowledge of gcc builtins with configure tests. | Matt Turner | 2014-09-25 | 1 | -16/+19 |
* | mesa: Drop _mesa_getenv() wrapper. | Matt Turner | 2014-09-24 | 1 | -3/+0 |
* | mesa: Drop _mesa_bsearch() wrapper. | Matt Turner | 2014-09-24 | 1 | -4/+0 |
* | mesa: Use realloc() instead of _mesa_realloc() and remove the latter. | Matt Turner | 2014-09-24 | 1 | -3/+0 |
* | mesa: Drop USE_IEEE define. | Matt Turner | 2014-08-07 | 1 | -24/+3 |
* | mesa/imports: Add a _mesa_half_is_negative helper function | Jason Ekstrand | 2014-08-05 | 1 | -0/+5 |
* | Add an accelerated version of F_TO_I for x86_64 | Jason Ekstrand | 2014-07-24 | 1 | -1/+5 |
* | mesa: VS 2013 does not provide strcasecmp. | José Fonseca | 2014-05-02 | 1 | -1/+3 |
* | mesa: remove the MALLOC, CALLOC and FREE macros | Brian Paul | 2014-04-10 | 1 | -6/+0 |
* | mesa: don't define c99 math functions for MSVC >= 1800 | Hans | 2014-03-03 | 1 | -1/+1 |
* | glsl: Generalize MSVC fix for strcasecmp(). | Paul Berry | 2013-10-29 | 1 | -0/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove platform checks around __builtin_ffs, __builtin_ffsll | Brian Paul | 2013-04-01 | 1 | -6/+0 |
* | mesa,glsl: Move round_to_even() from glsl to mesa/main (v2) | Chad Versace | 2013-01-24 | 1 | -0/+3 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -2/+0 |
* | vbo: fix glVertexAttribI* functions | Marek Olšák | 2012-11-06 | 1 | -1/+1 |
* | mesa: add signbit() macro | Brian Paul | 2012-09-24 | 1 | -0/+7 |
* | mesa: Add a _mesa_fls() function to find the last bit set in a word. | Kenneth Graunke | 2012-09-12 | 1 | -0/+22 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 1 | -12/+10 |