mesa: move signbit() macro to c99_math.h
[mesa.git] / src / mesa / main /
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
2015-02-03 Ilia Mirkinglapi: add GL_EXT_polygon_offset_clamp
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-30 Jason Ekstrandmain: Add STENCIL_INDEX formats to base_tex_format
2015-01-30 Jason Ekstrandteximage: Don't indent switch cases
2015-01-30 Brian Paulmesa: remove some dead display list code
2015-01-30 Brian Paulmesa: remove stale comment in dlist.c code
2015-01-30 Brian Paulmesa: s/union gl_dlist_node/Node/ in dlist.c code
2015-01-30 Brian Paulmesa: fix display list 8-byte alignment issue
2015-01-29 Kalyan KondapallyMesa: Add support for HALF_FLOAT_OES type.
2015-01-29 Kalyan KondapallyMesa: Add support for GL_OES_texture_*float* extensions.
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-28 Tapani Pällimesa: improve error messaging for format CSV parser
2015-01-26 Felix Jandamesa: simplify detection of fpclassify
2015-01-22 Jason Ekstrandformats: Use a hash table for _mesa_format_from_array_f...
2015-01-22 Jason Ekstrandmesa/dd: Add a function for creating a texture from...
2015-01-21 Tobias Klausmannmesa: change assert to unreachable in two format functions
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-19 Martin Peresmesa: fix a trivial spelling mistake
2015-01-19 Tapani Pällimesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
2015-01-19 Micah Fedkemesa: Add ARB_shader_precision infrastructure
2015-01-16 Neil Robertsformat_utils: Use a more precise conversion when decrea...
2015-01-15 Brian Paulmesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_r...
2015-01-15 Mike Masonmesa: Fix render buffer initial internal format in...
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandutil: Move main/set to util/hash_set
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2015-01-15 Jason Ekstrandnir: Add an SSA-based liveness analysis pass.
2015-01-15 Ian Romanickmesa: Micro-optimize _mesa_is_valid_prim_mode
2015-01-15 Ian Romanickmesa: Check for vertex program the same way in desktop...
2015-01-15 Ian Romanickmesa: Drop index buffer bounds check
2015-01-15 Ian Romanickmesa: Only check for a current vertex shader in core...
2015-01-15 Ian Romanickmesa: Only validate shaders that can exist in the context
2015-01-14 Iago Toral Quirogamesa: rename RGBA8888_* format constants to something...
2015-01-14 Tapani Pällimesa/glsl/glapi: enable GL_EXT_draw_buffers extension
2015-01-13 Mike Masonmesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ
2015-01-13 Iago Toral Quirogamesa: Fix error reporting for some cases of incomplete...
2015-01-13 Eduardo Lima Mitevmesa: Returns a GL_INVALID_VALUE error if num of texs...
next