i965: Resolve GCC sign-compare warning.
[mesa.git] / src / mesa / main /
2015-08-17 Timothy Arcerimesa: move non-generic samples validation
2015-08-17 Timothy Arcerimesa: check samples > 0 for glTex*Multisample
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)
2015-07-23 Dave Airliemesa/mtypes: add gl_subroutine_function and uniform...
2015-07-23 Dave Airliemesa: add function to check if shader subroutines are...
2015-07-23 Dave Airliemesa: add inline conversion functions for ARB_shader_su...
2015-07-23 Dave Airliedispatch_sanity: add shader subroutine to fix make...
2015-07-23 Chris Forbesmesa: Add glGet support for ARB_shader_subroutine imple...
2015-07-23 Chris Forbesmesa: Add extension tracking for arb_shader_subroutine...
2015-07-23 Chris Forbesmesa: Add stubs for ARB_shader_subroutine entrypoints
2015-07-23 Dave Airliedispatch_sanity.cpp: remove commented out tess entries
2015-07-22 Marek Olšákmesa: implement GL_IS_PER_PATCH
2015-07-22 Marek Olšákglsl: use separate varying slots for patch varyings
2015-07-22 Chris Forbesglsl: analyze TES usage of gl_ClipDistance
2015-07-22 Fabian Bielerglsl: lower gl_TessLevel* from float[n] to vecn.
2015-07-22 Fabian Bielerglsl: add tessellation shader defines and built-in...
2015-07-22 Marek Olšákmesa: don't allow drawing with tess ctrl shader and...
2015-07-22 Marek Olšákmesa: handle tessellation shaders in use_shader_program
2015-07-22 Marek Olšákmesa: add program interface queries for tessellation...
2015-07-22 Fabian Bielermesa: add misc tessellation shader stuff
2015-07-22 Fabian Bielermesa: add tessellation shader getters (v3)
2015-07-22 Marek Olšákmesa: allow setting of patch parameters.
2015-07-22 Chris Forbesmesa: require VS if TCS or TES is present in pipeline
2015-07-22 Chris Forbesmesa: allow tess stages in glUseProgramStages
2015-07-22 Fabian Bielermesa: support tess stages in glGetProgramPipelineiv
2015-07-22 Marek Olšákmesa: take tessellation into account when validating...
2015-07-22 Chris Forbesmesa: allow drawing of patch primitives
2015-07-22 Marek Olšákmesa: add _mesa_has_tessellation
2015-07-22 Chris Forbesmesa: add tessellation shader state and limits
2015-07-22 Fabian Bielermesa: add tessellation shader enums
2015-07-22 Fabian Bielermesa: add tessellation shader structs
next