dri: Turn of a couple of glx extensions for gnome-shell on vmwgfx.
[mesa.git] / src / mesa / main /
2017-06-07 Marek Olšákmesa: add gl_driver_flags::NewFramebufferSRGB
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glTexSubImage*D()
2017-06-07 Samuel Pitoisetmesa: add texsubimage() helper
2017-06-07 Samuel Pitoisetmesa: make _mesa_texture_sub_image() static
2017-06-07 Samuel Pitoisetmesa: rename texsubimage() to texsubimage_err()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glCopyImageSubData()
2017-06-07 Samuel Pitoisetmesa: add copy_image_subdata() helper
2017-06-07 Samuel Pitoisetmesa: add prepare_target() helper
2017-06-07 Samuel Pitoisetmesa: rename prepare_target() to prepare_target_err()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBlitNamedFramebuffer()
2017-06-07 Samuel Pitoisetmesa: add blit_named_framebuffer() helper
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBlitFramebuffer()
2017-06-07 Samuel Pitoisetmesa: add validate_depth_buffer() helper
2017-06-07 Samuel Pitoisetmesa: add validate_stencil_buffer() helper
2017-06-07 Samuel Pitoisetmesa: add validate_color_buffer() helper
2017-06-07 Samuel Pitoisetmesa: wrap blit_framebuffer() into blit_framebuffer_err()
2017-06-07 Samuel Pitoisetmesa: add 'no_error' parameter to blit_framebuffer()
2017-06-07 Samuel Pitoisetmesa: make _mesa_blit_framebuffer() static
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBindBuffer()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glInvalidateBufferData()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glInvalidateBufferSu...
2017-06-07 Samuel Pitoisetmesa: add invalidate_buffer_subdata() helper
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBindVertexBuffers()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glVertexArrayVertexB...
2017-06-07 Samuel Pitoisetmesa: add vertex_array_vertex_buffers_err() helper
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glScissor*()
2017-06-07 Samuel Pitoisetmesa: add scissor() and scissor_array() helpers
2017-06-07 Samuel Pitoisetmesa: rename ScissorIndexed() to scissor_indexed_err()
2017-06-07 Samuel Pitoisetmesa: use _mesa_set_scissor() in ScissorIndexed()
2017-06-07 Samuel Pitoisetmesa: make _mesa_scissor_bounding_box() static
2017-06-07 Samuel Pitoisetmesa: inline update_image_transfer_state() into _mesa_u...
2017-06-07 Samuel Pitoisetmesa: remove useless check in _mesa_update_pixel()
2017-06-06 Samuel Pitoisetmesa: make use of NewWindowRectangles driver flags
2017-06-06 Samuel Pitoisetmesa: add new gl_driver_flags::NewWindowRectangles
2017-06-06 Samuel Pitoisetmesa: remove call to Driver.Scissor() in _mesa_WindowRe...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when min sample shadin...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when sample mask changes
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when coverage paramete...
2017-06-02 Brian Paulmesa: document range of SampleCoverageValue, MinSampleS...
2017-06-01 Iago Toral Quirogamesa/main: replace remaining uses of IROUND() in GetUni...
2017-06-01 Iago Toral Quirogamesa/main: conversion from float in GetUniformi64v...
2017-06-01 Iago Toral Quirogamesa/main: Add conversion from double to uint64/int64...
2017-06-01 Iago Toral Quirogamesa/main: Clamp GetUniformui64v values to be >= 0
2017-06-01 Kenneth Graunkemesa/main: Clamp GetUniformuiv values to be >= 0
2017-06-01 Iago Toral Quirogamesa/main: fix indentation in _mesa_get_uniform()
2017-05-31 Samuel Pitoisetmesa: throw an INVALID_OPERATION error in get_texobj_by...
2017-05-31 Samuel Pitoisetmesa: add new 'name' parameter to get_texobj_by_name()
2017-05-30 Bartosz Tomczykmesa: Avoid leaking surface in st_renderbuffer_delete
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glBindBufferRange()
2017-05-29 Timothy Arcerimesa: create bind_buffer_range() helper
2017-05-29 Timothy Arcerimesa: convert mesa_bind_buffer_range_transform_feedback...
2017-05-29 Timothy Arcerimesa: create _mesa_bind_buffer_range_xfb() helper
2017-05-29 Timothy Arcerimesa: split bind_atomic_buffer() in two
2017-05-29 Timothy Arcerimesa: split bind_buffer_range_shader_storage_buffer...
2017-05-29 Timothy Arcerimesa: split bind_buffer_range_uniform_buffer() in two
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glVertexArrayVertexB...
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glBindVertexBuffer()
2017-05-29 Timothy Arcerimesa: split vertex_array_vertex_buffer() in two
2017-05-29 Samuel Pitoisetmesa: add KHR_no_error support for glBindImageTextures()
2017-05-29 Samuel Pitoisetmesa: add KHR_no_error support for glBindImageTexture()
2017-05-29 Samuel Pitoisetmesa: add bind_image_texture() helper
2017-05-29 Samuel Pitoisetmesa: add set_image_binding() helper
2017-05-29 Samuel Pitoisetmesa: remove unused layered parameter from validate_bin...
2017-05-29 Samuel Pitoisetmesa: add KHR_no_error support for glActiveTexture()
2017-05-23 Ian Romanickmesa: Remove GL_APPLE_vertex_array_object stubs
2017-05-22 Ian Romanickmesa: GL_ARB_shader_subroutine is not optional in core...
2017-05-22 Timothy Arcerimesa: add APPLE_vertex_array_object stubs
2017-05-21 Thomas Hellandmain: Move hashLockMutex/hashUnlockMutex to header...
2017-05-21 Thomas Hellandmain: Use _mesa_HashLock/UnlockMutex consistently
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-19 Timothy Arcerist/mesa: don't mark the program as in cache_fallback...
2017-05-19 Timothy Arcerimesa: add an env var to force cache fallback
2017-05-17 Marek Olšákmesa: don't check mapped buffers in every draw call...
2017-05-17 Marek Olšákmesa: add gl_constants::AllowMappedBuffersDuringExecution
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glDispatchCompute*()
2017-05-17 Timothy Arcerimesa: add DispatchCompute* helpers
2017-05-17 Timothy Arcerimesa: move FLUSH_CURRENT() calls out of DispatchCompute...
2017-05-17 Timothy Arcerimesa: compute.c C99 tidy up
2017-05-17 Timothy Arcerimesa: move DispatchCompute() validation to compute.c
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendEquationSepar...
2017-05-17 Timothy Arcerimesa: add blend_equation_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendFunc*iARB()
2017-05-17 Timothy Arcerimesa: add blend_func_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferSubData()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferSubData()
2017-05-17 Timothy Arcerimesa: add buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: create validate_buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferStorage()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferStorage()
2017-05-17 Timothy Arcerimesa: add inlined_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add validate_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 3D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 2D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for CompressedTex*SubIma...
2017-05-17 Timothy Arcerimesa: add compressed_tex_sub_image() helper
2017-05-17 Timothy Arcerimesa: make _mesa_compressed_texture_sub_image() static
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferTexture
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTexture
next