summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2019-11-26mapi: add GetInteger64vEXT with EXT_disjoint_timer_queryTapani Pälli2-0/+13
2019-11-22mesa/glthread: Implement ARB_multi_bind.Markus Wick1-10/+10
2019-11-21mapi/glapi: Generate sizeof() helpers instead of fixed sizes.Markus Wick1-4/+11
2019-11-20mesa: add ARB_shading_language_include stubsTimothy Arceri3-1/+50
2019-11-19mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT functionPierre-Eric Pelloux-Prayer2-3/+10
2019-11-19mesa: add ARB_vertex_attrib_binding glVertexArray* functionsPierre-Eric Pelloux-Prayer2-0/+51
2019-11-19mesa: implement ARB_texture_storage_multisample + EXT_dsa functionsPierre-Eric Pelloux-Prayer2-0/+23
2019-11-19mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT functionPierre-Eric Pelloux-Prayer2-0/+10
2019-11-19mesa: add ARB_instanced_arrays EXT_dsa functionPierre-Eric Pelloux-Prayer2-0/+7
2019-11-19mesa: add ARB_gpu_shader_fp64 selector-less functionsPierre-Eric Pelloux-Prayer1-0/+131
2019-11-19mesa: add ARB_clear_buffer_object named functionsPierre-Eric Pelloux-Prayer2-6/+7
2019-11-19mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXTPierre-Eric Pelloux-Prayer2-0/+11
2019-11-19mesa: add ARB_framebuffer_no_attachments named functionsPierre-Eric Pelloux-Prayer2-1/+15
2019-11-05meson: move the generic symbols check arguments to a common variableEric Engestrom3-3/+3
2019-11-05meson: add variable to control the symbols checksEric Engestrom3-3/+3
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker1-1/+1
2019-11-05util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker1-1/+1
2019-11-05mesa: add EXT_dsa glGetVertexArray* 4 functionsPierre-Eric Pelloux-Prayer2-0/+30
2019-11-05mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXTPierre-Eric Pelloux-Prayer2-0/+12
2019-11-05mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXTPierre-Eric Pelloux-Prayer2-0/+12
2019-11-05mesa: add EXT_dsa glVertexArray* functions declarationsPierre-Eric Pelloux-Prayer2-0/+109
2019-10-30mesa: enable ARB_gpu_shader_int64 in compat profileTapani Pälli1-38/+37
2019-10-29mapi: Improve the x86 tsd stubs performance.Lepton Wu1-5/+6
2019-10-29mapi: Inline call x86_current_tls.Lepton Wu1-4/+8
2019-10-29mapi: Clean up entry_patch_public for x86 tlsLepton Wu1-10/+7
2019-10-29mapi: split entry_generate_or_patch for x86 tlsLepton Wu1-5/+16
2019-10-29mapi: Adapted libglvnd x86 tsd changesJonathan Gray1-5/+11
2019-10-25Revert "mapi: Inline call x86_current_tls."Jason Ekstrand1-7/+3
2019-10-24mapi: Inline call x86_current_tls.Lepton Wu1-3/+7
2019-10-18mesa: add EXT_dsa NamedCopyBufferSubDataEXT functionPierre-Eric Pelloux-Prayer2-0/+9
2019-10-18mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEXT functionPierre-Eric Pelloux-Prayer2-0/+9
2019-10-18mesa: add EXT_dsa Generate*MipmapEXT functionsPierre-Eric Pelloux-Prayer2-0/+12
2019-10-18mesa: add EXT_dsa glGetFloati_vEXT/glGetDoublei_vEXTPierre-Eric Pelloux-Prayer1-0/+12
2019-10-18mesa: add EXT_dsa + EXT_gpu_program_parameters functionsPierre-Eric Pelloux-Prayer2-0/+11
2019-10-18mesa: add EXT_dsa + EXT_gpu_shader4 functionsPierre-Eric Pelloux-Prayer1-0/+6
2019-10-18mesa: add EXT_dsa + EXT_texture_integer functionsPierre-Eric Pelloux-Prayer2-0/+65
2019-10-18mesa: add EXT_dsa + EXT_texture_buffer_object functionsPierre-Eric Pelloux-Prayer2-0/+16
2019-10-18mesa: add EXT_dsa glProgramUniform*EXT functionsPierre-Eric Pelloux-Prayer1-0/+5
2019-10-18mesa: add EXT_dsa NamedProgram functionsPierre-Eric Pelloux-Prayer2-0/+81
2019-10-18mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXTPierre-Eric Pelloux-Prayer2-0/+10
2019-10-18mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...Pierre-Eric Pelloux-Prayer2-0/+15
2019-10-10meson: maintain names of shared API librariesDylan Baker3-0/+6
2019-10-10meson: Add windows defines to glapiDylan Baker4-4/+39
2019-10-10GL: drop symbols mangling supportEric Engestrom8-52/+0
2019-10-08mesa: Allow MESA_framebuffer_flip_y for GLES 3Fritz Koenig3-0/+21
2019-10-08mesa: GetFramebufferParameteriv spellingFritz Koenig2-5/+5
2019-09-25meson: fix logic for generating .pc files with old glvndDylan Baker1-1/+1
2019-09-25meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom1-1/+1
2019-09-16scons: Make scons and meson agree about path to glapi generated headersDylan Baker3-3/+3
2019-09-16mesa/gl: Sync with Khronos registryHeinrich Fink1-152/+1374