mesa: add support for memory object creation/import/delete
[mesa.git] / src / mesa / main / tests /
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayAttrib[I|L]Format
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayVertexBuffers
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayVertexBuffer
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayElementBuffer
2015-05-08 Fredrik Höglundmesa: Implement EnableVertexArrayAttrib
2015-05-08 Fredrik Höglundmesa: Implement DisableVertexArrayAttrib
2015-05-08 Fredrik Höglundmesa: Implement CreateVertexArrays
2015-05-08 Dave Airliemapi: add GL_ARB_vertex_attrib_64bit support
2015-05-04 Ian Romanickmesa: Restore functionality to dispatch sanity test
2015-04-16 Tapani Pälliglapi: add GL_ARB_program_interface_query skeleton
2015-03-25 Martin Peresmain: Added entry points for NamedRenderbufferStorage...
2015-03-25 Martin Peresmain: Added entry point for glGetNamedRenderbufferParam...
2015-03-25 Martin Peresmain: Added entry point for glCreateRenderbuffers
2015-03-25 Martin Peresmain: Added entry point for glCreateSamplers
2015-03-25 Martin Peresmain: Added entry point for glCreateProgramPipelines
2015-03-25 Martin Peresmain: Added entry points for glGetQueryBufferObject*
2015-03-25 Martin Peresmain: Added entry point for glCreateQueries
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbacki64_v
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbacki_v
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbackiv
2015-03-25 Martin Peresmain: Added entry point for glTransformFeedbackBufferRange
2015-03-25 Martin Peresmain: Added entry point for glTransformFeedbackBufferBase
2015-03-25 Martin Peresmain: Added entry point for glCreateTransformFeedbacks
2015-03-18 Brian Paulmesa: reimplement dispatch table no-op function handling
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry points for GetNamedBufferParameteri...
2015-03-17 Laura Ekstrandmain: Add entry point for FlushMappedNamedBufferRange.
2015-03-17 Laura Ekstrandmain: Add entry point for UnmapNamedBuffer.
2015-03-17 Laura Ekstrandmain: Add entry points for MapNamedBuffer[Range].
2015-03-17 Laura Ekstrandmain: Add entry points for ClearNamedBuffer[Sub]Data.
2015-03-17 Laura Ekstrandmain: Add entry point for CopyNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferStorage.
2015-03-17 Laura Ekstrandmain: Add entry point for CreateBuffers.
2015-03-09 Laura Ekstrandmain: Add entry point for TextureBufferRange.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-19 Dave Airlieglapi: add ARB_gpu_shader_fp64 (v2)
2015-02-03 Ilia Mirkinglapi: add GL_EXT_polygon_offset_clamp
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureBuffer.
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureStorage[23]DMulti...
2015-01-08 Laura Ekstrandmain: Added entry point for glGenerateTextureMipmap.
2015-01-08 Laura Ekstrandmain: Added entry points for glCompressedTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry point for glGetCompressedTextureImage.
2015-01-08 Laura Ekstrandmain: Added entry point for glGetTextureImage.
2015-01-08 Laura Ekstrandmain: Added entry points for CopyTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry points for glGetTextureParameteriv...
2015-01-08 Laura Ekstrandmain: Added entry point for glGetTextureParameterfv.
2015-01-08 Laura Ekstrandmain: Added entry points for glGetTextureLevelParameter...
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureParameteriv,...
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureParameterfv.
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureParameterf.
2015-01-08 Laura Ekstrandmain: Added entry point for BindTextureUnit.
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureStorage*D.
2015-01-08 Laura Ekstrandmain: Added entry point for glCreateTextures.
2014-10-24 Mathias Fröhlichmesa: Implement ARB_clip_control.
2014-08-19 Tobias Klausmannglapi: add GL_ARB_conditional_render_inverted
2014-08-11 Jason Ekstrandmesa: Add GL API support for ARB_copy_image
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-28 Tapani Pälliglapi: add indexed blend functions (GL 4.0)
2014-07-23 Ilia Mirkinmesa/main: add ARB_clear_texture entrypoints
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-16 Tapani Pällimesa: add new enum MAX_UNIFORM_LOCATIONS
2014-06-09 Chris Forbestests: Add new enum strings for ARB_compressed_texture_...
2014-05-02 Petri Latvalamesa: Add core support for the GL_INTEL_performance_que...
2014-05-02 Petri Latvalamesa: Add INTEL_performance_query enums to tests/enum_s...
2014-05-02 Ian Romanickmesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
2014-05-02 Fredrik Höglundglapi: Add infrastructure for ARB_multi_bind
2014-03-08 Timothy Arcerimesa: make ARB_debug_output functions an alias of
2014-02-25 Vinson Leemesa: Add GL_ARB_buffer_storage to dispatch_sanity...
2014-02-21 Gregory Hainautmesa/sso: Add extension entry points for GL_ARB_separat...
2014-02-05 Paul Berrymesa/cs: Add dispatch API stubs for ARB_compute_shader.
2014-01-20 Courtney Goeltzenl... mesa: Add ARB_viewport_array plumbing
2014-01-15 Francisco Jerezglapi: Update dispatch XML files for ARB_shader_image_l...
2013-12-18 Pi Tabredmesa: Add infrastructure for GL_ARB_clear_buffer_object
2013-12-13 Courtney Goeltzenl... mesa: Add API definitions for ARB_texture_view
2013-11-25 Chris Forbesglapi: add plumbing for GL_ARB_draw_indirect and GL_ARB...
2013-11-11 Rico Schüllertests: Fix make check for out of tree builds.
2013-11-07 Fredrik Höglundglapi: Add infrastructure for ARB_vertex_attrib_binding
2013-11-01 Anuj Phogatmesa: Add new functions and enums required by GL_ARB_sa...
2013-10-29 Francisco Jerezglapi: Add support for ARB_shader_atomic_counters.
2013-10-27 Vinson Leemesa: Add GL_NV_vdpau_interop functions to dispatch_san...
2013-10-22 Ian Romanickmesa/tests: Add simple, dumb test for _mesa_program_sta...
2013-10-22 Brian Paulmesa: remove remnants of GL_MESA_shader_debug
2013-10-03 Chris Forbesmesa: fix make check for ARB_texture_gather
2013-10-02 Maxence Le Doremesa: add texture gather changes
2013-09-26 Kenneth Graunkemesa: Add core support for the GL_AMD_performance_monit...
2013-09-23 Eric Anholtmesa: Remove _mesa_lookup_enum_by_name().
2013-09-06 Brian Paulmesa: add GL_KHR_debug functions to dispatch_sanity.cpp
2013-08-06 Ian Romanickmesa: Treat glBindFramebuffer and glBindFramebufferEXT...
2013-08-06 Ian Romanickmesa: Treat glBindRenderbuffer and glBindRenderbufferEX...
2013-07-19 Tomasz Lismesa: Dispatch ARB_framebuffer_object and EXT_framebuff...
2013-06-28 Ian Romanickmesa: Remove GL_MESA_resize_buffers
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-31 Chris Forbesglapi: add definition of ARB_texture_storage_multisample
2013-03-13 Vinson Leetests: Add $(top_srcdir)/include to AM_CPPFLAGS.
next