radeonsi: remove chip_class define from si_pm4.h
[mesa.git] / src / mapi /
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glBindBufferRange()
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 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 KHR_no_error support for glActiveTexture()
2017-05-23 Ian Romanickmesa: Remove GL_APPLE_vertex_array_object stubs
2017-05-22 Timothy Arcerimesa: add APPLE_vertex_array_object stubs
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glDispatchCompute*()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendEquationSepar...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendFunc*iARB()
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 KHR_no_error support for glBufferStorage()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferStorage()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for CompressedTex*SubIma...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferTexture
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTexture
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferText...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTextureLayer
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glUseProgram
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for FramebufferTexture...
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for glBindProgramPipeline()
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for glActiveShaderProgram()
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for glUseProgramStages()
2017-05-07 Timothy Arcerimesa: add KHR_no_error support to copy buffer subdata...
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for flush mapped buffer...
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for unmap buffer functions
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for some map buffer...
2017-05-04 Emil Velikovmapi_abi.py: remove no longer used --mode option
2017-05-04 Emil Velikovmapy_abi.py: remove dead output_for_app generator
2017-05-04 Emil Velikovmapi: replace mapi_table abstraction
2017-05-04 Emil Velikovgl_table.py: always regenerate the complete struct...
2017-05-04 Emil Velikovglx: glX_proto_send.py: use correct compile guard GLX_I...
2017-05-04 Emil Velikovmapi/es*api: remove unneeded HAVE_SHARED_GLAPI guard
2017-05-04 Timothy Arcerimesa/varray: make use of dispatch KHR_no_error support
2017-05-04 Timothy Arceriglapi: add KHR_no_error support to dispatch table gener...
2017-04-26 Timothy Arcerimesa: drop APPLE_vertex_array_object support
2017-04-19 Nicolai Hähnlemesa: move glMultiDrawArrays to vbo and fix error handling
2017-04-18 Bartosz Tomczykmesa/glthread: add async support to ARB_viewport_array...
2017-04-05 Nicolai Hähnlemesa: add GL_ARB_shader_ballot boilerplate
2017-04-05 Nicolai Hähnlemesa: Add GL_ARB_sparse_buffer boilerplate
2017-04-02 Timothy Arcerimesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS...
2017-04-01 Lyudeglapi: Add GL_NV_fill_rectangle
2017-03-31 Timothy Arcerimesa/glthread: add async support to ARB_gpu_shader_int6...
2017-03-31 Timothy Arcerimesa/glthread: add async support to ARB_gpu_shader_fp64...
2017-03-29 Timothy Arcerimesa/glthread: fallback to sync if count validation...
2017-03-29 Timothy Arcerimesa/glthread: add async support to glProgramUniform...
2017-03-29 Timothy Arcerimesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZ...
2017-03-25 Timothy Arcerimesa/glthread: add custom marshalling for ClearBufferfv()
2017-03-24 Timothy Arcerimesa/marshal: add custom BufferData/BufferSubData marsh...
2017-03-19 Timothy Arcerimesa: disable glthread when glNewList() is called
2017-03-17 Emil Velikovmapi: automake: add all python scripts to EXTRA_DIST
2017-03-17 Jonathan Grayglapi: avoid using $< in non-suffix make rules
2017-03-16 Emil Velikovmapi: remove Xlib/xcb include in gl_marshal.py
2017-03-16 Timothy Arcerimapi: don't include X11/Xlib-xcb.h on non PTHREAD platforms
2017-03-16 Timothy Arcerimesa: fix glthread marshal build issues on platforms...
2017-03-16 Gregory Hainautmesa/glthread: restore the dispatch table when incompat...
2017-03-16 Eric Anholtmesa: Track the current vertex/element array buffers...
2017-03-16 Eric Anholtmesa: Disable glthread when glBegin() is called.
2017-03-16 Eric Anholtmesa: Add an attribute for conditions to turn off threa...
2017-03-16 Eric Anholtmesa: Add support for asynchronous glDraw* on GL core.
2017-03-16 Eric Anholtmesa: Add support for NULL arguments like in glBufferDa...
2017-03-16 Eric Anholtglapi: Mark vertex attrib pointer functions as async.
2017-03-16 Paul Berrymesa: Custom thread marshalling for Flush.
2017-03-16 Paul Berrymesa: Custom thread marshalling for ShaderSource.
2017-03-16 Paul Berrymesa: Create pointers for multithread marshalling dispa...
2017-03-16 Eric Anholtmesa: Validate count parameters when marshalling.
2017-03-16 Paul Berryglapi: Generate GL API marshalling code from the XML.
2017-03-16 Eric Anholtglapi: Mark compressed teximage functions as sync.
2017-03-16 Paul Berryglapi: Annotate functions with "marshal" attribute.
2017-03-10 Emil Velikovnir: remove shebang from python scripts
2017-03-10 Emil Velikovmapi/gen: remove shebang from python scripts
2017-03-10 Emil Velikovmapi: do not mandate bash for es*api/ABI-check
2017-03-10 Emil Velikovmesa: drop the execute bit from gl.xml
2017-03-10 Emil Velikovmapi/glapi: remove unused next_available_offset.sh
2017-03-06 Gregory Hainautglapi: fix typo in count_scale
2017-03-03 Eric Anholtglapi: Fix a comment typo
2017-02-24 Emil Velikovmapi: remove unused mapi.[ch]
2017-02-22 Robert Braggmesa: Separate INTEL_performance_query frontend
2017-01-27 Emil Velikovmapi: automake: include builddir prior to srcdir
2017-01-20 Dave Airliemapi: Add support for ARB_gpu_shader_int64.
2017-01-18 Emil Velikovmesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
2017-01-13 Boyan DingglX_proto_send.py: Unify the style of function pointer...
2017-01-12 Grazvydas Ignotasmapi: update the asm code to support x32
2016-12-13 Lionel Landwerlinglapi: add missing INTEL_conservative_rasterization
2016-10-27 Tapani Pällimesa: add missing CONTEXT_ROBUST_ACCESS enum
2016-10-24 Jonathan Graymapi: automake: set VISIBILITY_CFLAGS for shared glapi
2016-10-20 Francisco JerezRevert "Revert "mapi: export all GLES 3.2 functions...
2016-10-20 Francisco Jerezglapi: Move PrimitiveBoundingBox and BlendBarrier defin...
2016-10-12 Nicolai Hähnlemapi: fix out-of-tree build dependencies
2016-10-06 Samuel Pitoisetglapi: add entry points for GL_ARB_compute_variable_gro...
2016-10-06 Emil Velikovmapi/glapi: remove unused _glapi_check_table()
2016-10-06 Emil Velikovmapi/glapi: remove unused _glapi_check_table_not_null
2016-09-23 Dylan BakerRevert "mapi: export all GLES 3.2 functions in libGLESv...
2016-09-23 Ilia Mirkinmesa: add new entrypoints for GL_OES_viewport_array
2016-09-22 Dylan Bakermapi: export all GLES 3.2 functions in libGLESv2.so
2016-09-22 Dylan Bakermapi: sort static_data.py functions
next