summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mesa: Add missing error checks to GetProgramInfoLog, GetShaderInfoLog and Get...Eduardo Lima Mitev2015-02-241-6/+32
* mesa: Fix ctx->Texture.CubeMapSeamlessIago Toral Quiroga2015-02-241-1/+10
* mesa: Return error if BeginQuery is called with an existing object of differe...Eduardo Lima Mitev2015-02-241-0/+16
* mesa: Return INVALID_OPERATION when querying a never bound Query objEduardo Lima Mitev2015-02-241-4/+4
* mesa: Add _mesa_is_array_texture helperIago Toral Quiroga2015-02-242-0/+25
* mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev2015-02-241-2/+2
* mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner2015-02-231-79/+0
* mesa: Remove definition of NULL.Matt Turner2015-02-231-4/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-2360-330/+319
* mesa: Remove CHECK macro.Matt Turner2015-02-231-6/+0
* mesa: Remove dead CAPI define.Matt Turner2015-02-231-5/+0
* mesa: Adds missing error condition in _mesa_check_sample_count()Eduardo Lima Mitev2015-02-231-3/+4
* mesa: don't enable NV_fragment_program_option with swrastRoland Scheidegger2015-02-211-1/+0
* mesa: Have configure define NDEBUG, not mtypes.h.Matt Turner2015-02-201-3/+0
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-203-101/+2
* mesa: Make bitset.h not rely on Mesa-specific types and functions.Eric Anholt2015-02-201-4/+3