| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float | Courtney Goeltzenleuchter | 2014-01-20 | 2 | -4/+5 |
* | mesa: Convert gl_viewport_attrib::Near and ::Far to double | Courtney Goeltzenleuchter | 2014-01-20 | 2 | -4/+4 |
* | mesa: modified _mesa_align_free() to accept NULL pointer | Siavash Eliasi | 2013-12-04 | 1 | -8/+5 |
* | mesa: remove macintosh preprocessor stuff | Brian Paul | 2013-11-04 | 1 | -6/+6 |
* | mesa: remove Watcom C support | Brian Paul | 2013-11-04 | 1 | -2/+0 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 21 | -21/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 21 | -63/+84 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 21 | -21/+21 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 21 | -21/+21 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -47/+0 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 3 | -4/+4 |
* | mesa: s/CONST/const/ in math/ files | Brian Paul | 2012-09-05 | 4 | -42/+42 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 1 | -1/+1 |
* | mesa: fix _math_matrix_copy(), again | Brian Paul | 2012-07-30 | 1 | -1/+1 |
* | mesa: Fix wrong sizeof argument in _math_matrix_copy. | Vinson Lee | 2012-07-30 | 1 | -1/+1 |
* | mesa: remove obsolete matrix comment | Brian Paul | 2012-07-26 | 1 | -1/+0 |
* | mesa: fix comment typo: s/pointer/point/ | Brian Paul | 2012-07-26 | 1 | -1/+1 |
* | mesa: remove _math_matrix_alloc_inv() | Brian Paul | 2012-07-26 | 2 | -44/+12 |
* | mesa: loosen small matrix determinant check | Brian Paul | 2012-07-26 | 1 | -1/+1 |
* | Use INV_SQRT instead of 1/SQRTF | Matt Turner | 2012-07-21 | 1 | -2/+2 |
* | Remove src/mesa/ppc | Matt Turner | 2012-01-21 | 1 | -6/+0 |
* | mesa,glsl,mapi: Put extern "C" { ... } where appropriate. | José Fonseca | 2011-11-09 | 1 | -0/+9 |
* | mesa: move last bits of GLchan stuff into swrast | Brian Paul | 2011-09-20 | 1 | -1/+1 |
* | mesa: add error margin to clip mask debug/check code | Brian Paul | 2010-12-06 | 1 | -2/+29 |
* | math: remove duplicated includes | Nicolas Kaiser | 2010-09-30 | 2 | -2/+0 |
* | mesa: Fix printf format warning. | Vinson Lee | 2010-09-29 | 1 | -1/+1 |
* | mesa: Fix printf format warning. | Vinson Lee | 2010-09-29 | 1 | -1/+1 |
* | mesa: Fix printf format warning. | Vinson Lee | 2010-09-29 | 1 | -1/+1 |
* | mesa: Clean up header file inclusion in m_xform.h. | Vinson Lee | 2010-08-03 | 1 | -2/+2 |
* | mesa: Reduce header file inclusion in m_translate.h. | Vinson Lee | 2010-08-03 | 1 | -1/+2 |
* | mesa: Include missing header in m_matrix.h. | Vinson Lee | 2010-08-03 | 1 | -0/+2 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-30 | 1 | -1/+0 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | mesa: Remove no-op wrappers around trig functions. | Eric Anholt | 2010-05-13 | 1 | -2/+2 |
* | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 2 | -2/+2 |
* | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg | 2010-02-19 | 4 | -10/+10 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 4 | -63/+63 |
* | mesa: replace old MEMSET macro with memset | Brian Paul | 2010-02-19 | 1 | -7/+7 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 1 | -14/+14 |
* | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | 2009-12-22 | 1 | -1/+1 |
* | mesa: fix viewport_z_clip breakage | Brian Paul | 2009-09-08 | 1 | -7/+15 |
* | mesa: Add support for ARB_depth_clamp. | Eric Anholt | 2009-09-08 | 3 | -20/+39 |
* | mesa: GLvector4f:: flags is a GLbitfield, update comments too. | Brian Paul | 2009-05-07 | 2 | -5/+5 |
* | mesa: add storage_count field to GLvector4f. Useful for debugging. | Brian Paul | 2009-05-07 | 2 | -0/+2 |
* | mesa: reformatting, updated comments, const-correctness | Brian Paul | 2009-05-07 | 2 | -59/+50 |
* | mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i... | Brian Paul | 2009-04-03 | 1 | -3/+2 |
* | mesa: Fix DEBUG_MATH build on sparc. | David S. Miller | 2009-02-26 | 1 | -2/+2 |
* | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul | 2009-02-12 | 4 | -25/+24 |
* | mesa: remove unused functions in m_xform.[ch] | Brian Paul | 2009-02-12 | 2 | -87/+0 |
* | mesa: remove empty, unneeded mathmod.h header | Brian Paul | 2009-02-12 | 2 | -40/+0 |