| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi / teximage: implement EGLImageTargetTexStorageEXT | Gurchetan Singh | 2020-01-13 | 3 | -0/+25 |
* | mapi: add GetInteger64vEXT with EXT_disjoint_timer_query | Tapani Pälli | 2019-11-26 | 2 | -0/+13 |
* | mesa/glthread: Implement ARB_multi_bind. | Markus Wick | 2019-11-22 | 1 | -10/+10 |
* | mapi/glapi: Generate sizeof() helpers instead of fixed sizes. | Markus Wick | 2019-11-21 | 1 | -4/+11 |
* | mesa: add ARB_shading_language_include stubs | Timothy Arceri | 2019-11-20 | 3 | -1/+50 |
* | mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT function | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -3/+10 |
* | mesa: add ARB_vertex_attrib_binding glVertexArray* functions | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -0/+51 |
* | mesa: implement ARB_texture_storage_multisample + EXT_dsa functions | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -0/+23 |
* | mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -0/+10 |
* | mesa: add ARB_instanced_arrays EXT_dsa function | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -0/+7 |
* | mesa: add ARB_gpu_shader_fp64 selector-less functions | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 1 | -0/+131 |
* | mesa: add ARB_clear_buffer_object named functions | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -6/+7 |
* | mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -0/+11 |
* | mesa: add ARB_framebuffer_no_attachments named functions | Pierre-Eric Pelloux-Prayer | 2019-11-19 | 2 | -1/+15 |
* | meson: move the generic symbols check arguments to a common variable | Eric Engestrom | 2019-11-05 | 3 | -3/+3 |
* | meson: add variable to control the symbols checks | Eric Engestrom | 2019-11-05 | 3 | -3/+3 |
* | util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN | Dylan Baker | 2019-11-05 | 1 | -1/+1 |
* | util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 | Dylan Baker | 2019-11-05 | 1 | -1/+1 |
* | mesa: add EXT_dsa glGetVertexArray* 4 functions | Pierre-Eric Pelloux-Prayer | 2019-11-05 | 2 | -0/+30 |
* | mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXT | Pierre-Eric Pelloux-Prayer | 2019-11-05 | 2 | -0/+12 |
* | mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXT | Pierre-Eric Pelloux-Prayer | 2019-11-05 | 2 | -0/+12 |
* | mesa: add EXT_dsa glVertexArray* functions declarations | Pierre-Eric Pelloux-Prayer | 2019-11-05 | 2 | -0/+109 |
* | mesa: enable ARB_gpu_shader_int64 in compat profile | Tapani Pälli | 2019-10-30 | 1 | -38/+37 |
* | mapi: Improve the x86 tsd stubs performance. | Lepton Wu | 2019-10-29 | 1 | -5/+6 |
* | mapi: Inline call x86_current_tls. | Lepton Wu | 2019-10-29 | 1 | -4/+8 |
* | mapi: Clean up entry_patch_public for x86 tls | Lepton Wu | 2019-10-29 | 1 | -10/+7 |
* | mapi: split entry_generate_or_patch for x86 tls | Lepton Wu | 2019-10-29 | 1 | -5/+16 |
* | mapi: Adapted libglvnd x86 tsd changes | Jonathan Gray | 2019-10-29 | 1 | -5/+11 |
* | Revert "mapi: Inline call x86_current_tls." | Jason Ekstrand | 2019-10-25 | 1 | -7/+3 |
* | mapi: Inline call x86_current_tls. | Lepton Wu | 2019-10-24 | 1 | -3/+7 |
* | mesa: add EXT_dsa NamedCopyBufferSubDataEXT function | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+9 |
* | mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEXT function | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+9 |
* | mesa: add EXT_dsa Generate*MipmapEXT functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+12 |
* | mesa: add EXT_dsa glGetFloati_vEXT/glGetDoublei_vEXT | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 1 | -0/+12 |
* | mesa: add EXT_dsa + EXT_gpu_program_parameters functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+11 |
* | mesa: add EXT_dsa + EXT_gpu_shader4 functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 1 | -0/+6 |
* | mesa: add EXT_dsa + EXT_texture_integer functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+65 |
* | mesa: add EXT_dsa + EXT_texture_buffer_object functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+16 |
* | mesa: add EXT_dsa glProgramUniform*EXT functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 1 | -0/+5 |
* | mesa: add EXT_dsa NamedProgram functions | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+81 |
* | mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXT | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+10 |
* | mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar... | Pierre-Eric Pelloux-Prayer | 2019-10-18 | 2 | -0/+15 |
* | meson: maintain names of shared API libraries | Dylan Baker | 2019-10-10 | 3 | -0/+6 |
* | meson: Add windows defines to glapi | Dylan Baker | 2019-10-10 | 4 | -4/+39 |
* | GL: drop symbols mangling support | Eric Engestrom | 2019-10-10 | 8 | -52/+0 |
* | mesa: Allow MESA_framebuffer_flip_y for GLES 3 | Fritz Koenig | 2019-10-08 | 3 | -0/+21 |
* | mesa: GetFramebufferParameteriv spelling | Fritz Koenig | 2019-10-08 | 2 | -5/+5 |
* | meson: fix logic for generating .pc files with old glvnd | Dylan Baker | 2019-09-25 | 1 | -1/+1 |
* | meson: re-add incorrect pkg-config files with GLVND for backward compatibility | Eric Engestrom | 2019-09-25 | 1 | -1/+1 |
* | scons: Make scons and meson agree about path to glapi generated headers | Dylan Baker | 2019-09-16 | 3 | -3/+3 |