summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-041-20/+0
* main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand2015-03-021-0/+3
* mesa: Correct backwards NULL check.Matt Turner2015-03-021-1/+1
* mesa: Free memory allocated for luminance in readpixels.Matt Turner2015-03-021-0/+1
* mesa: Indent break statements and add a missing one.Matt Turner2015-03-021-5/+6
* mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.hBrian Paul2015-03-021-4/+0
* mesa: remove the Elements() macro definitionBrian Paul2015-03-021-3/+0
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-0224-63/+63
* mesa: trim down #includes in api_loopback.hBrian Paul2015-03-021-6/+1
* mesa: trim down includes of compiler.hBrian Paul2015-03-0214-21/+6
* mesa: include macros.h in stencil.hBrian Paul2015-02-281-0/+1
* mesa: move finite macro to imports.hBrian Paul2015-02-282-8/+8
* mesa: remove _NORMAPI, _NORMAPIP macrosBrian Paul2015-02-281-7/+0
* mesa: move FLT_MAX_EXP to c99_math.hBrian Paul2015-02-281-4/+0
* mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.cBrian Paul2015-02-281-4/+0
* mesa: remove unused uninitialized_var() macroBrian Paul2015-02-281-8/+0
* mesa: silence unused var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-271-1/+2
* mesa: move declaration before codeBrian Paul2015-02-271-2/+3
* main: Fix whitespace in teximage.c.Laura Ekstrand2015-02-271-1/+1
* mesa: restore #include stdarg.h in imports.hBrian Paul2015-02-271-0/+1
* main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand2015-02-261-15/+65
* main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand2015-02-261-8/+54
* mesa: remove unused INLINE macro from compiler.hBrian Paul2015-02-261-7/+0
* mesa: don't include stdint.h in compiler.hBrian Paul2015-02-261-6/+0
* mesa: don't include math.h in compiler.hBrian Paul2015-02-262-1/+1
* mesa: trim down #includes in compiler.hBrian Paul2015-02-263-4/+3
* mesa: don't include limits.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: don't include float.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: only include ctype.h where it's usedBrian Paul2015-02-261-1/+0
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-263-3/+2
* mesa: remove M_PI, M_E, M_LOG2E macro definitionsBrian Paul2015-02-261-13/+0
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-252-17/+20
* mesa: remove DEG2RAD macroBrian Paul2015-02-242-9/+1
* mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul2015-02-241-3/+0
* mesa: move signbit() macro to c99_math.hBrian Paul2015-02-241-8/+0
* mesa: remove unused isblank() functionBrian Paul2015-02-241-1/+0
* mesa: remove sqrtf macroBrian Paul2015-02-241-11/+0
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-243-12/+3
* mesa: remove ceilf, floorf macrosBrian Paul2015-02-241-2/+0
* mesa: remove expf macroBrian Paul2015-02-241-1/+0
* mesa: remove logf macroBrian Paul2015-02-241-1/+0
* mesa: remove powf macroBrian Paul2015-02-242-1/+1
* mesa: remove unused exp2f, log2f, truncf wrappersBrian Paul2015-02-241-10/+0
* mesa: remove unused acosf, asinf, atan2f, etc. macrosBrian Paul2015-02-241-16/+0
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-11/+0
* mesa: replace FLOORF with floorfBrian Paul2015-02-242-4/+2
* mesa: remove unused CEILF macroBrian Paul2015-02-241-3/+0
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-241-6/+0
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-6/+0
* mesa: add a missing GS support check in GetActiveUniformBlockivMarek Olšák2015-02-241-0/+2