| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mesa: Add missing error checks to GetProgramInfoLog, GetShaderInfoLog and Get... | Eduardo Lima Mitev | 2015-02-24 | 1 | -6/+32 |
* | mesa: Fix ctx->Texture.CubeMapSeamless | Iago Toral Quiroga | 2015-02-24 | 1 | -1/+10 |
* | mesa: Return error if BeginQuery is called with an existing object of differe... | Eduardo Lima Mitev | 2015-02-24 | 1 | -0/+16 |
* | mesa: Return INVALID_OPERATION when querying a never bound Query obj | Eduardo Lima Mitev | 2015-02-24 | 1 | -4/+4 |
* | mesa: Add _mesa_is_array_texture helper | Iago Toral Quiroga | 2015-02-24 | 2 | -0/+25 |
* | mesa: Fix error validating args for TexSubImage3D | Eduardo Lima Mitev | 2015-02-24 | 1 | -2/+2 |
* | mesa: Move START/END_FAST_MATH macros to their only use. | Matt Turner | 2015-02-23 | 1 | -79/+0 |
* | mesa: Remove definition of NULL. | Matt Turner | 2015-02-23 | 1 | -4/+0 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 60 | -330/+319 |
* | mesa: Remove CHECK macro. | Matt Turner | 2015-02-23 | 1 | -6/+0 |
* | mesa: Remove dead CAPI define. | Matt Turner | 2015-02-23 | 1 | -5/+0 |
* | mesa: Adds missing error condition in _mesa_check_sample_count() | Eduardo Lima Mitev | 2015-02-23 | 1 | -3/+4 |
* | mesa: don't enable NV_fragment_program_option with swrast | Roland Scheidegger | 2015-02-21 | 1 | -1/+0 |
* | mesa: Have configure define NDEBUG, not mtypes.h. | Matt Turner | 2015-02-20 | 1 | -3/+0 |
* | util: Move Mesa's bitset.h to util/. | Eric Anholt | 2015-02-20 | 3 | -101/+2 |
* | mesa: Make bitset.h not rely on Mesa-specific types and functions. | Eric Anholt | 2015-02-20 | 1 | -4/+3 |
* | mesa: Use u_math.h from macros.h | Eric Anholt | 2015-02-20 | 1 | -17/+1 |
* | mesa: Check that draw buffers are valid for glDrawBuffers on GLES3 | Eduardo Lima Mitev | 2015-02-20 | 1 | -0/+14 |
* | mesa: Adds check for integer internal format and num samples in glRenderbuffe... | Eduardo Lima Mitev | 2015-02-19 | 1 | -0/+10 |
* | mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+ | Eduardo Lima Mitev | 2015-02-19 | 1 | -12/+60 |
* | mesa: add double uniform support. (v5) | Dave Airlie | 2015-02-19 | 3 | -30/+204 |
* | mesa: add ARB_gpu_shader_fp64 extension info (v2) | Dave Airlie | 2015-02-19 | 2 | -0/+2 |
* | glapi: add ARB_gpu_shader_fp64 (v2) | Dave Airlie | 2015-02-19 | 3 | -35/+319 |
* | nir: Add a nir_shader_compiler_options struct pointed to by the shaders. | Eric Anholt | 2015-02-18 | 1 | -0/+2 |
* | mesa: Add support for the ARB_pipeline_statistics_query extension | Ben Widawsky | 2015-02-17 | 4 | -0/+108 |
* | mesa: Add _mesa_has_compute_shaders | Jordan Justen | 2015-02-17 | 1 | -0/+11 |
* | mesa: Add ARB_tessellation_shader to extension table. | Fabian Bieler | 2015-02-17 | 2 | -0/+2 |
* | Make _mesa_swizzle_and_convert argument types in .c match those in .h | Alan Coopersmith | 2015-02-17 | 1 | -2/+2 |
* | main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly. | Laura Ekstrand | 2015-02-17 | 1 | -2/+2 |
* | mesa/main: Silence unused parameter warning | Ian Romanick | 2015-02-17 | 3 | -12/+0 |