mesa: refactor GetActiveUniformsiv, use _mesa_program_resource_prop
[mesa.git] / src / mapi /
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-23 Mario Kleinermapi: Make private copies of name strings provided...
2015-03-18 Brian Paulmapi: move some #includes from .h file to .c files
2015-03-18 Brian Paulmapi: add new _glapi_new_nop_table() and _glapi_set_nop...
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-12 Brian Paulmesa: move LONGSTRING into generated enums.c
2015-03-09 Laura Ekstrandmain: Add entry point for TextureBufferRange.
2015-03-05 Brian Paulmapi: actually remove unused u_thread.h
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-05 Emil Velikovmapi: fix *glapi dependency tracking
2015-03-05 Brian Paulmapi: remove u_thread.h
2015-03-05 Brian Paulmapi: use c11 call_once() instead of pthread_once()
2015-03-05 Brian Paulmapi: THREADS was always defined, remove it
2015-03-05 Brian Paulmapi: rewrite u_current_init() function without u_threa...
2015-03-05 Brian Paulmapi: fix preprocessor check in u_current_destroy()
2015-03-05 Brian Paulmapi: remove u_macros.h
2015-03-04 Brian Paulmapi: remove u_compiler.h
2015-03-04 Brian Paulmapi: use util/macros.h instead of locally defined...
2015-03-04 Brian Paulmapi: replace INLINE with inline
2015-03-04 Brian Paulmapi: remove unneeded ARRAY_SIZE #define
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Jose Fonsecast/vega: Remove.
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-02 Brian Paulmapi: replace Elements() with ARRAY_SIZE()
2015-02-28 Matt Turnermapi: Don't rely on GNU void pointer arithmetic.
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-19 Dave Airlieglapi: add ARB_gpu_shader_fp64 (v2)
2015-02-18 Ben Widawskymesa: Add support for the ARB_pipeline_statistics_query...
2015-02-17 Marek Olšákmesa: implement GL_AMD_pinned_memory
2015-02-03 Ilia Mirkinglapi: add GL_EXT_polygon_offset_clamp
2015-01-23 Matt Turnermapi: Build with subdir-objects.
2015-01-23 Matt Turnermapi: Remove vgapi from SUBDIRS.
2015-01-19 Micah Fedkemesa: Add ARB_shader_precision infrastructure
2015-01-14 Tapani Pällimesa/glsl/glapi: enable GL_EXT_draw_buffers extension
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.
2015-01-08 Laura Ekstrandglapi: Added ARB_direct_state_access.xml file.
2015-01-07 José Fonsecaglapi: Force frame pointer elimination on Windows.
2014-12-16 Juha-Pekka Heikkilamapi: add glapi-test and shared-glapi-test to .gitignore
2014-12-12 Matt Turnermapi: Move rules for generating glapi_mapi_tmp.h out...
2014-12-12 Matt Turnermapi: Add ABI-check tests to distribution.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-12 Matt Turnerglapi/gen: Add gl_and_glX_API.xml to distribution.
2014-12-12 Matt Turnervgapi: Add vgapi.csv to distribution.
2014-12-12 Matt Turnermapi: Add mapi_abi.py to EXTRA_DIST
2014-12-12 Matt Turnerglapi/gen: Add KHR_context_flush_control.xml to distrib...
2014-12-12 Matt Turnerglapi: Make mapi/glapi/gen before mapi to avoid distche...
2014-11-26 Matt Turnerglapi: Remove dead mesadef.py.
2014-11-26 José Fonsecamapi/glapi: Fix dll linkage of GLES1 symbols.
2014-11-24 Matt Turnerglapi: Remove dead gl_offsets.py.
2014-11-24 Matt Turnerglapi: Remove dead extension_helper.py.
2014-10-28 Neil Robertsmesa: Add support for the GL_KHR_context_flush_control...
2014-10-25 Mathias Fröhlichglx: Fix make check.
2014-10-25 Mathias Fröhlichmesa: Add ARB_clip_control.xml to automake.
2014-10-24 Mathias Fröhlichmesa: Implement ARB_clip_control.
2014-10-23 Jan Veselyglapi: Fix compiler warning and script name
2014-09-27 Emil Velikovmesa: remove last DJGPP remains
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-04 Timothy Arceriglapi: Add KHR_debug functions to check_table test
next