summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-037-24/+24
* mesa: add EXT_dsa indexed generic queriesPierre-Eric Pelloux-Prayer2019-07-302-1/+25
* mesa: add EXT_dsa indexed texture commands functionsPierre-Eric Pelloux-Prayer2019-07-302-0/+22
* mesa: add EXT_dsa (Named)Framebuffer functionsPierre-Eric Pelloux-Prayer2019-07-302-0/+77
* mesa: add EXT_dsa NamedBuffer functionsPierre-Eric Pelloux-Prayer2019-07-302-0/+29
* mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3Heinrich Fink2019-07-251-1/+1
* mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functionsPierre-Eric Pelloux-Prayer2019-07-192-0/+18
* mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functionsPierre-Eric Pelloux-Prayer2019-07-192-9/+152
* spirv_extensions: add GL_ARB_spirv_extensions boilerplateAlejandro Piñeiro2019-07-173-0/+18
* mesa: add glTextureParameteri/iv/f/fvEXTPierre-Eric Pelloux-Prayer2019-06-282-0/+48
* mesa: add support for glMapNamedBufferEXT()Timothy Arceri2019-06-282-0/+7
* mesa: add support for glUnmapNamedBufferEXT()Timothy Arceri2019-06-283-2/+7
* mesa: add support for glCompressedTextureSubImage2DEXT()Timothy Arceri2019-06-282-0/+14
* mesa: add support for glTextureSubImage2DEXT()Timothy Arceri2019-06-282-0/+16
* mesa: add support for glMapNamedBufferRangeEXT()Timothy Arceri2019-06-282-0/+12
* mesa: add support for glNamedBufferStorageEXTTimothy Arceri2019-06-282-0/+8
* mesa: add support for glNamedBuffer*DataEXT()Timothy Arceri2019-06-282-1/+18
* mesa: add support for glBindMultiTextureEXTTimothy Arceri2019-06-282-1/+10
* meson: Search for execinfo.hJory Pratt2019-06-191-1/+1
* mapi: correctly handle the full offset tableEmil Velikov2019-06-102-3/+7
* mapi: add static_date offset to EXT_dsaEmil Velikov2019-06-101-0/+19
* mapi: add static_date offset to MaxShaderCompilerThreadsKHREmil Velikov2019-06-101-0/+1
* mesa/main: Expose EXT_clip_control and related enums and the functionGert Wollny2019-06-061-0/+18
* mapi/glapi/registry: Update gl.xml to latest upstream versionGert Wollny2019-06-061-1141/+3218
* mesa: EXT_dsa add selectorless matrix stack functionsPierre-Eric Pelloux-Prayer2019-06-031-0/+105
* mesa: add new EXT_direct_state_access tokensTimothy Arceri2019-06-031-0/+4
* glapi: add EXT_direct_state_accessChris Forbes2019-06-033-0/+21
* delete autotools .gitignore filesEric Engestrom2019-04-291-9/+0
* mesa: enable glGet for EXT_gpu_shader4Marek Olšák2019-04-241-4/+0
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-0/+6
* Delete autotoolsDylan Baker2019-04-151-373/+0
* mesa: implement ARB/KHR_parallel_shader_compileMarek Olšák2019-04-011-1/+14
* mapi: work around GCC LTO dropping assembly-defined functionsKonstantin Kharlamov2019-02-131-0/+1
* mesa: expose NV_conditional_render on GLESErik Faye-Lund2019-01-301-2/+2
* mapi: remove old, unused ES* generator codeEmil Velikov2019-01-241-55/+1
* meson: wire the new generator for es1 and es2Emil Velikov2019-01-241-0/+7
* mapi: add all _glapi_table entrypoints to static_data.pyEmil Velikov2019-01-242-2/+1023
* mapi: sort static entrypoints numericallyEmil Velikov2019-01-241-8/+8
* Revert "mesa/main: remove ARB suffix from glGetnTexImage"Emil Velikov2019-01-242-10/+1
* glapi: fixup EXT_multisampled_render_to_texture dispatchKristian H. Kristensen2018-12-104-4/+12
* mesa: Add core support for EXT_multisampled_render_to_texture{,2}Kristian H. Kristensen2018-12-064-0/+38
* mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_viewMarek Olšák2018-12-041-0/+13
* mesa/main: remove ARB suffix from glGetnTexImageErik Faye-Lund2018-11-262-1/+10
* mesa/glthread: enable immediate modeMarek Olšák2018-11-201-1/+1
* mesa/glthread: pass the function name to _mesa_glthread_restore_dispatchMarek Olšák2018-11-201-1/+1
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* Revert "mesa: expose NV_conditional_render on GLES"Erik Faye-Lund2018-11-091-2/+2
* mesa: expose NV_conditional_render on GLESErik Faye-Lund2018-11-091-2/+2
* mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich2018-11-011-2/+2
* configure: allow building with python3Emil Velikov2018-10-311-1/+1