i965/blorp: Optimize clamping tex coords.
[mesa.git] / src / mesa / main /
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...
2015-01-13 Eduardo Lima Mitevmesa: Returns a GL_INVALID_VALUE error if num of fbos...
2015-01-13 Eduardo Lima Mitevmesa: Returns a GL_INVALID_VALUE error if num of fbos...
2015-01-13 Eduardo Lima Mitevmesa: Allows querying GL_SAMPLER_BINDING on GLES3 profile
2015-01-13 Samuel Iglesias... main: round floating-point value to nearest integer...
2015-01-13 Samuel Iglesias... main: round floating-point value to nearest integer...
2015-01-13 Samuel Iglesias... main: fix return GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVE...
2015-01-13 Iago Toral Quirogamesa: Depth and stencil attachments must be the same...
2015-01-13 Eduardo Lima Mitevmesa: Initializes the stencil value masks to 0xFF inste...
2015-01-12 Laura Ekstrandmain: Remove comparison unsigned int >= 0.
2015-01-12 Juha-Pekka Heikkilamesa/main: In _mesa_CompressedTextureSubImage3D() check...
2015-01-12 José Fonsecamesa: Move declarations to to of block.
2015-01-12 Samuel Iglesias... mesa: restrict use of GL_ABGR_EXT format to allowed...
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rg...
2015-01-12 Samuel Iglesias... mesa: Remove _mesa_pack_int_rgba_row() and auxiliary...
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_(un)pack_index_span
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_unpack_color_span_float
2015-01-12 Iago Toral Quirogamesa: Remove (signed) integer pack and span functions.
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_unpack_color_span_ubyte
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_make_temp_float_image
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_make_temp_ubyte_image
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_unpack_color_span_uint
2015-01-12 Eduardo Lima Mitevmesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()
2015-01-12 Iago Toral Quirogamesa: Let _mesa_swizzle_and_convert take array format...
2015-01-12 Iago Toral Quirogamesa: Use _mesa_format_convert to implement get_tex_rgb...
2015-01-12 Iago Toral Quirogamesa: use _mesa_format_convert to implement get_tex_rgb...
2015-01-12 Iago Toral Quirogamesa: use _mesa_format_convert to implement glReadPixels.
2015-01-12 Iago Toral Quirogamesa: Use _mesa_format_convert to implement texstore_rgba.
2015-01-12 Iago Toral Quirogamesa: Add helpers to extract GL_COLOR_INDEX to RGBA...
2015-01-12 Iago Toral Quirogamesa: Add RGBA to Luminance conversion helpers
2015-01-12 Iago Toral Quirogamesa: Add _mesa_swap2_copy and _mesa_swap4_copy
2015-01-12 Samuel Iglesias... mesa/pack: use _mesa_format_from_format_and_type in...
2015-01-12 Iago Toral Quirogamesa: Add helper to convert a GL format and type to...
2015-01-12 Iago Toral Quirogamesa: Add a helper _mesa_compute_rgba2base2rgba_compone...
next