Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / main /
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-25 Nanley Cherymesa/formats: make format testing a gtest
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-25 Brian Paulmesa: make _mesa_bind_texture_unit() static
2015-08-24 Nanley Cherymesa/formats: store whether or not a format is sRGB...
2015-08-24 Nanley Cherymesa/formats: only do type and component lookup for...
2015-08-23 Dave Airliemesa/arb_gpu_shader_fp64: add support for glGetUniformdv
2015-08-21 Tapani Pällimesa: update fbo state in glTexStorage
2015-08-21 Nanley CheryRevert "mesa/formats: refactor by collapsing cases...
2015-08-20 Martin Peresmain: add extension GL_ARB_shader_image_size
2015-08-20 Francisco Jerezmesa: Add ES31 API tag for the extension table.
2015-08-20 Francisco Jerezmesa: Refuse to bind image uniforms using glUniform...
2015-08-20 Francisco Jerezmesa: Refuse to bind a mutable texture object to an...
2015-08-20 Francisco Jerezmesa: Initialize image unit state to different defaults...
2015-08-20 Francisco Jerezmesa: Reset image unit state to the default values...
2015-08-20 Francisco Jerezmesa: Reject image formats not supported by GLES.
2015-08-20 Francisco Jerezmesa: Don't lose track of the shader image layer origin...
2015-08-20 Francisco Jerezmesa: Rename MaxCombinedImageUnitsAndFragmentOutputs...
2015-08-19 Nanley Cherymesa/formats: refactor by collapsing cases in switch...
2015-08-19 Nanley Cherymesa/formats: add more MESA_FORMAT_LAYOUTs
2015-08-19 Marta Lofstedtmesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to...
2015-08-19 Tapani Pällimesa: validate size parameters for glTexStorage*Multisample
2015-08-19 Tapani Pällimesa: expose dimension check for glTex*Storage functions
2015-08-19 Eric Anholtmesa: Move varying slots and FS output names to shader_...
2015-08-19 Timothy Arcerimesa: undo split out of create shader code
2015-08-17 Timothy Arcerimesa: move non-generic samples validation
2015-08-17 Timothy Arcerimesa: check samples > 0 for glTex*Multisample
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Marta Lofstedtmesa: Raise INVALID_VALUE from glCreateShaderProgramv...
2015-08-17 Marta Lofstedtmesa: AtomicBufferBindings should be initialized to...
2015-08-17 Tapani Pällimesa: fix target error checking in glGetTexLevelParameter
2015-08-17 Timothy Arcerimesa: rename texture function now that its static
2015-08-17 Marta Lofstedtmesa: Implement glMemoryBarrierByRegion
2015-08-14 Tapani Pällimesa: set correct error for non-renderable multisample...
2015-08-13 Timothy Arcerimesa: remove extern from texture function
2015-08-13 Tapani Pällimesa: update MaxShaderStorageBlockSize to 2^27
2015-08-13 Tapani Pällimesa: fix name returned for XFB varyings
2015-08-12 Edward O'Callaghanmesa: Fix printf format specifier warn of the ptrdiff_t
2015-08-12 Rob Clarkmesa: add NV_read_{depth,stencil,depth_stencil} extensions
2015-08-12 Nanley Cherymesa/teximage: report the correct function which trigge...
2015-08-12 Oded Gabbaymesa/formats: don't byteswap when building array formats
2015-08-12 Jason Ekstrandmesa/formats: Don't flip channels of null array formats
2015-08-12 Jason Ekstrandmesa/formats: Fix swizzle flipping for big-endian targets
2015-08-12 Jason Ekstrandmesa/formats: Only do byteswapping for packed formats
2015-08-10 Jason Ekstrandmesa/format_utils: Add src_bits == dst_bits cases to...
2015-08-10 Marta Lofstedtmesa/es3.1: Allow Multisampled FrameBufferTextures
2015-08-10 Marta Lofstedtmesa/es3.1: Pass sample count check for multisampled...
2015-08-10 Oded Gabbaymesa: clear existing swizzle info before bitwise-OR
2015-08-07 Marta Lofstedtmesa: NULL check InfoLog
2015-08-06 Marek Olšákmesa: save which transform feedback buffer is associate...
2015-08-06 Brian Paulmesa: handle no-op cases sooner in _mesa_[Client]Active...
2015-08-05 Eduardo Lima Mitevmesa: Add missing check of format and type in glTexSubI...
2015-08-05 Eduardo Lima Mitevmesa: Fix error returned by glCopyTexImage2D() upon...
2015-08-05 Eduardo Lima Mitevmesa: Validate target before resolving tex obj in glTex...
2015-08-05 Eduardo Lima Mitevmesa: Fix errors values returned by glShaderBinary()
2015-08-05 Tapani Pällimesa: do not modify args when errors with GetProgramRes...
2015-08-04 Matt Turnermesa: Use _mesa_lroundevenf() in some more places.
2015-08-03 Matt Turnermesa: Replace F_TO_I() with _mesa_lroundevenf().
2015-08-03 Timothy Arcerimesa: fix type for array indexing validation
2015-08-03 Marta Lofstedtmesa/es3.1: Allow multisampled textures for GLES 3.1
2015-08-03 Marta Lofstedtmesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLE
2015-08-03 Marta Lofstedtmesa/es3.1: Allow enable of GL_SAMPLE_MASK
2015-08-03 Marta Lofstedtmesa/es3.1: Allow textures with target GL_TEXTURE_2D_MU...
2015-08-03 Marta Lofstedtmesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODE
2015-08-03 Marta Lofstedtmesa/es3.1: Allow GL_SAMPLE_MASK
2015-08-03 Marta Lofstedtmesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with...
2015-07-30 Timothy Arcerimesa: remove now unused _mesa_get_uniform_location
2015-07-30 Timothy Arcerimesa: remove now unused subscript validations
2015-07-30 Timothy Arcerimesa: fix and simplify resource query for arrays
2015-07-29 Anuj PhogatDelete unused functions in format parser
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-29 Matt Turnermesa: Avoid double promotion.
2015-07-29 Matt Turnermesa: Use floats for viewport bounds.
2015-07-29 Marta Lofstedtmesa/es3.1: enable GL_ARB_explicit_uniform_location...
2015-07-29 Marta Lofstedtmesa/es3.1: enable GL_ARB_compute_shader for GLES 3.1
2015-07-29 Marta Lofstedtmesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1
2015-07-29 Marta Lofstedtmesa/es3.1: enable GL_ARB_texture_multisample for GLES 3.1
2015-07-29 Marta Lofstedtmesa/es3.1: enable GL_ARB_shader_atomic_counters for...
2015-07-29 Marta Lofstedtmesa/es3.1: enable GL_ARB_shader_image_load_store for...
2015-07-29 Marta Lofstedtmesa/es3.1: Add ES 3.1 handling to get.c and get_hash_g...
2015-07-29 Eduardo Lima Mitevmesa: Return INVALID_ENUM in glClearBufferiv() when...
2015-07-24 Ilia Mirkinmesa: fix error checking for getting zero-sized texture...
2015-07-24 Anuj Phogatmesa: Fix typo in a comment
2015-07-24 Anuj Phogatmesa: Change the signature of _mesa_need_rgb_to_luminan...
2015-07-24 Anuj Phogatmesa: Add a helper function _mesa_need_luminance_to_rgb...
2015-07-24 Anuj Phogatmesa: Add a helper function _mesa_unpack_format_to_base...
2015-07-24 Anuj Phogatmesa: Turn get_readpixels_transfer_ops() in to a global...
2015-07-24 Brian Paulmesa: minor clean-ups in shaderapi.c
2015-07-24 Brian Paulmesa: fix _mesa_error() compiler warnings in shaderapi.c
2015-07-24 Brian Paulmesa: do more thorough target checking in compressed_su...
2015-07-24 Brian Paulmesa: another target fix in compressed_subtexture_targe...
2015-07-24 Brian Paulmesa: simplify format check in compressed_subtexture_ta...
2015-07-24 Brian Paulmesa: initialize variables to silence compiler warnings
2015-07-23 Ilia Mirkinmesa: rearrange texture error checking order
2015-07-23 Ilia Mirkinmesa: adjust error message when there's a missing teximage
2015-07-23 Eduardo Lima Mitevmesa: Fix error in target validation of glCompressedTex...
2015-07-23 Dave Airliemesa: fill out the ARB_shader_subroutine APIs
2015-07-23 Dave Airlieprogram_resource: add subroutine support (v3.1)
next