mesa: rename format_info.c to format_info.h
[mesa.git] / src / mesa / main /
2015-03-05 Emil Velikovmesa: rename format_info.c to format_info.h
2015-03-05 Emil Velikovmesa/main: update .gitignore
2015-03-05 Brian Paulmesa: remove THREADS check, printf calls in debug.c
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-05 Brian Paulmesa: include c11/threads.h in mtypes.h
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-03-02 Jason Ekstrandmain/base_tex_format: Properly handle STENCIL_INDEX1...
2015-03-02 Matt Turnermesa: Correct backwards NULL check.
2015-03-02 Matt Turnermesa: Free memory allocated for luminance in readpixels.
2015-03-02 Matt Turnermesa: Indent break statements and add a missing one.
2015-03-02 Brian Paulmesa: remove extra definition of ARRAY_SIZE in src...
2015-03-02 Brian Paulmesa: remove the Elements() macro definition
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa: trim down #includes in api_loopback.h
2015-03-02 Brian Paulmesa: trim down includes of compiler.h
2015-02-28 Brian Paulmesa: include macros.h in stencil.h
2015-02-28 Brian Paulmesa: move finite macro to imports.h
2015-02-28 Brian Paulmesa: remove _NORMAPI, _NORMAPIP macros
2015-02-28 Brian Paulmesa: move FLT_MAX_EXP to c99_math.h
2015-02-28 Brian Paulmesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c
2015-02-28 Brian Paulmesa: remove unused uninitialized_var() macro
2015-02-27 Brian Paulmesa: silence unused var warning in get_tex_rgba_uncomp...
2015-02-27 Brian Paulmesa: move declaration before code
2015-02-27 Laura Ekstrandmain: Fix whitespace in teximage.c.
2015-02-27 Brian Paulmesa: restore #include stdarg.h in imports.h
2015-02-26 Laura Ekstrandmain: Fix target checking for CompressedTexSubImage*D.
2015-02-26 Laura Ekstrandmain: Fix target checking for CopyTexSubImage*D.
2015-02-26 Brian Paulmesa: remove unused INLINE macro from compiler.h
2015-02-26 Brian Paulmesa: don't include stdint.h in compiler.h
2015-02-26 Brian Paulmesa: don't include math.h in compiler.h
2015-02-26 Brian Paulmesa: trim down #includes in compiler.h
2015-02-26 Brian Paulmesa: don't include limits.h in compiler.h
2015-02-26 Brian Paulmesa: don't include float.h in compiler.h
2015-02-26 Brian Paulmesa: only include ctype.h where it's used
2015-02-26 Brian Paulmesa: include stdarg.h only where it's used
2015-02-26 Brian Paulmesa: remove M_PI, M_E, M_LOG2E macro definitions
2015-02-25 Marius Predutmesa: use fi_type in vertex attribute code
2015-02-25 Brian Paulmesa: remove DEG2RAD macro
2015-02-25 Brian Paulmesa: remove MAX_GLUSHORT, move MAX_GLUINT
2015-02-25 Brian Paulmesa: move signbit() macro to c99_math.h
2015-02-25 Brian Paulmesa: remove unused isblank() function
2015-02-25 Brian Paulmesa: remove sqrtf macro
2015-02-24 Brian Paulmesa: remove INV_SQRTF() macro
2015-02-24 Brian Paulmesa: remove ceilf, floorf macros
2015-02-24 Brian Paulmesa: remove expf macro
2015-02-24 Brian Paulmesa: remove logf macro
2015-02-24 Brian Paulmesa: remove powf macro
2015-02-24 Brian Paulmesa: remove unused exp2f, log2f, truncf wrappers
2015-02-24 Brian Paulmesa: remove unused acosf, asinf, atan2f, etc. macros
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulmesa: replace FLOORF with floorf
2015-02-24 Brian Paulmesa: remove unused CEILF macro
2015-02-24 Brian Paulmesa: replace LOGF, EXPF with logf, expf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-24 Marek Olšákmesa: add a missing GS support check in GetActiveUnifor...
2015-02-24 Eduardo Lima Mitevmesa: Add missing error checks to GetProgramInfoLog...
2015-02-24 Iago Toral Quirogamesa: Fix ctx->Texture.CubeMapSeamless
2015-02-24 Eduardo Lima Mitevmesa: Return error if BeginQuery is called with an...
2015-02-24 Eduardo Lima Mitevmesa: Return INVALID_OPERATION when querying a never...
2015-02-24 Iago Toral Quirogamesa: Add _mesa_is_array_texture helper
2015-02-24 Eduardo Lima Mitevmesa: Fix error validating args for TexSubImage3D
2015-02-23 Matt Turnermesa: Move START/END_FAST_MATH macros to their only...
2015-02-23 Matt Turnermesa: Remove definition of NULL.
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-23 Matt Turnermesa: Remove CHECK macro.
2015-02-23 Matt Turnermesa: Remove dead CAPI define.
2015-02-23 Eduardo Lima Mitevmesa: Adds missing error condition in _mesa_check_sampl...
2015-02-21 Roland Scheideggermesa: don't enable NV_fragment_program_option with...
2015-02-20 Matt Turnermesa: Have configure define NDEBUG, not mtypes.h.
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-20 Eric Anholtmesa: Make bitset.h not rely on Mesa-specific types...
2015-02-20 Eric Anholtmesa: Use u_math.h from macros.h
2015-02-20 Eduardo Lima Mitevmesa: Check that draw buffers are valid for glDrawBuffe...
2015-02-19 Eduardo Lima Mitevmesa: Adds check for integer internal format and num...
2015-02-19 Eduardo Lima Mitevmesa: Returns correct error values from gl(Get)SamplerP...
2015-02-19 Dave Airliemesa: add double uniform support. (v5)
2015-02-19 Dave Airliemesa: add ARB_gpu_shader_fp64 extension info (v2)
2015-02-19 Dave Airlieglapi: add ARB_gpu_shader_fp64 (v2)
2015-02-18 Eric Anholtnir: Add a nir_shader_compiler_options struct pointed...
2015-02-18 Ben Widawskymesa: Add support for the ARB_pipeline_statistics_query...
2015-02-18 Jordan Justenmesa: Add _mesa_has_compute_shaders
2015-02-18 Fabian Bielermesa: Add ARB_tessellation_shader to extension table.
2015-02-18 Alan CoopersmithMake _mesa_swizzle_and_convert argument types in .c...
2015-02-17 Laura Ekstrandmain: Fixed _mesa_GetCompressedTexImage_sw to copy...
2015-02-17 Ian Romanickmesa/main: Silence unused parameter warning
2015-02-17 Marek Olšákmesa: implement GL_AMD_pinned_memory
2015-02-17 Marek Olšákmesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
2015-02-16 Brian Paulmesa: move assertion after declarations in texstore.c
2015-02-16 Brian Paulmesa: silence uninitialized var warning in get_tex_rgba...
2015-02-16 Iago Toral Quirogamesa: Fix element count for byte-swaps in texstore...
2015-02-16 Iago Toral Quirogamesa: Handle transferOps in texstore_rgba
2015-02-13 Tapani Pällimesa: fix OES_texture_float texture render target behavior
2015-02-10 Francisco Jerezmesa: Bump MAX_IMAGE_UNIFORMS to 32.
2015-02-10 Francisco Jerezmesa: Rename the CEILING() macro to DIV_ROUND_UP().
2015-02-08 James Leggmesa: Make renderbuffer FBO attachments not layered
2015-02-04 Iago Toral Quirogamesa: Fix _mesa_format_convert fallback path when src...
2015-02-03 Eduardo Lima Mitevmesa: Returns a GL_INVALID_VALUE error on several APIs...
2015-02-03 Samuel Iglesias... mesa: fix error value in GetFramebufferAttachmentParame...
2015-02-03 Eduardo Lima Mitevmesa: Allow querying for GL_PRIMITIVE_RESTART_FIXED_IND...
2015-02-03 Ilia Mirkinmesa: add support for GL_EXT_polygon_offset_clamp
next