| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: consolidate PUBLIC macro definition | Brian Paul | 2015-03-04 | 1 | -20/+0 |
* | main/base_tex_format: Properly handle STENCIL_INDEX1/4/16 | Jason Ekstrand | 2015-03-02 | 1 | -0/+3 |
* | mesa: Correct backwards NULL check. | Matt Turner | 2015-03-02 | 1 | -1/+1 |
* | mesa: Free memory allocated for luminance in readpixels. | Matt Turner | 2015-03-02 | 1 | -0/+1 |
* | mesa: Indent break statements and add a missing one. | Matt Turner | 2015-03-02 | 1 | -5/+6 |
* | mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.h | Brian Paul | 2015-03-02 | 1 | -4/+0 |
* | mesa: remove the Elements() macro definition | Brian Paul | 2015-03-02 | 1 | -3/+0 |
* | mesa/main: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 24 | -63/+63 |
* | mesa: trim down #includes in api_loopback.h | Brian Paul | 2015-03-02 | 1 | -6/+1 |
* | mesa: trim down includes of compiler.h | Brian Paul | 2015-03-02 | 14 | -21/+6 |
* | mesa: include macros.h in stencil.h | Brian Paul | 2015-02-28 | 1 | -0/+1 |
* | mesa: move finite macro to imports.h | Brian Paul | 2015-02-28 | 2 | -8/+8 |
* | mesa: remove _NORMAPI, _NORMAPIP macros | Brian Paul | 2015-02-28 | 1 | -7/+0 |
* | mesa: move FLT_MAX_EXP to c99_math.h | Brian Paul | 2015-02-28 | 1 | -4/+0 |
* | mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c | Brian Paul | 2015-02-28 | 1 | -4/+0 |
* | mesa: remove unused uninitialized_var() macro | Brian Paul | 2015-02-28 | 1 | -8/+0 |
* | mesa: silence unused var warning in get_tex_rgba_uncompressed() | Brian Paul | 2015-02-27 | 1 | -1/+2 |
* | mesa: move declaration before code | Brian Paul | 2015-02-27 | 1 | -2/+3 |
* | main: Fix whitespace in teximage.c. | Laura Ekstrand | 2015-02-27 | 1 | -1/+1 |
* | mesa: restore #include stdarg.h in imports.h | Brian Paul | 2015-02-27 | 1 | -0/+1 |
* | main: Fix target checking for CompressedTexSubImage*D. | Laura Ekstrand | 2015-02-26 | 1 | -15/+65 |
* | main: Fix target checking for CopyTexSubImage*D. | Laura Ekstrand | 2015-02-26 | 1 | -8/+54 |
* | mesa: remove unused INLINE macro from compiler.h | Brian Paul | 2015-02-26 | 1 | -7/+0 |
* | mesa: don't include stdint.h in compiler.h | Brian Paul | 2015-02-26 | 1 | -6/+0 |
* | mesa: don't include math.h in compiler.h | Brian Paul | 2015-02-26 | 2 | -1/+1 |
* | mesa: trim down #includes in compiler.h | Brian Paul | 2015-02-26 | 3 | -4/+3 |
* | mesa: don't include limits.h in compiler.h | Brian Paul | 2015-02-26 | 1 | -1/+0 |
* | mesa: don't include float.h in compiler.h | Brian Paul | 2015-02-26 | 1 | -1/+0 |
* | mesa: only include ctype.h where it's used | Brian Paul | 2015-02-26 | 1 | -1/+0 |
* | mesa: include stdarg.h only where it's used | Brian Paul | 2015-02-26 | 3 | -3/+2 |
* | mesa: remove M_PI, M_E, M_LOG2E macro definitions | Brian Paul | 2015-02-26 | 1 | -13/+0 |
* | mesa: use fi_type in vertex attribute code | Marius Predut | 2015-02-25 | 2 | -17/+20 |
* | mesa: remove DEG2RAD macro | Brian Paul | 2015-02-24 | 2 | -9/+1 |
* | 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 | 3 | -12/+3 |
* | 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 | 2 | -1/+1 |
* | 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 | 2 | -4/+2 |
* | 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 |
* | mesa: add a missing GS support check in GetActiveUniformBlockiv | Marek Olšák | 2015-02-24 | 1 | -0/+2 |