index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-04
mesa: expose support for GL_EXT_buffer_storage
Ryan Houdek
1
-0
/
+9
2015-11-01
mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES
Ryan Houdek
2
-3
/
+91
2015-10-07
glapi: add function pointers for KHR_debug for gles
Matthew Waters
1
-0
/
+73
2015-10-02
mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.
Kyle Brenneman
1
-1
/
+1
2015-09-25
glapi: add ARB_shader_storage_block_buffer_object
Samuel Iglesias Gonsalvez
4
-2
/
+59
2015-09-16
mesa: move GL_APPLE_object_purgeable functions to new file
Brian Paul
1
-0
/
+1
2015-09-09
mapi: automake: rework the source generation rules
Emil Velikov
1
-19
/
+19
2015-09-09
mapi: automake: rework the *api/glapi_mapi_tmp.h rules
Emil Velikov
1
-11
/
+12
2015-09-01
glapi: Inline x86_64_current_tls().
Matt Turner
1
-8
/
+2
2015-09-01
mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
Marta Lofstedt
2
-4
/
+4
2015-08-27
ABI-check: Use more portable bash invocation.
Vinson Lee
2
-2
/
+2
2015-08-27
glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.
Matt Turner
1
-6
/
+0
2015-08-27
glapi: add GL_OES_texture_storage_multisample_2d_array extension
Tapani Pälli
1
-0
/
+19
2015-08-26
glapi: add support for KHR_texture_compression_astc_ldr
Nanley Chery
3
-1
/
+42
2015-08-22
mapi: ship ARB_tessellation_shader.xml
Emil Velikov
1
-0
/
+1
2015-08-17
mesa: Implement glMemoryBarrierByRegion
Marta Lofstedt
1
-0
/
+6
2015-07-24
apiexec: remove leading gl from shader subroutine interfaces
Dave Airlie
1
-8
/
+8
2015-07-23
dispatch_sanity: add shader subroutine to fix make check
Dave Airlie
1
-0
/
+11
2015-07-23
glapi: Add ARB_shader_subroutine functions and enums (v2)
Chris Forbes
3
-1
/
+88
2015-07-23
mapi: add ARB_tessellation_shader
Fabian Bieler
3
-1
/
+68
2015-07-22
glapi: fix argument parsing in glX_proto_recv.py
Dylan Baker
1
-2
/
+2
2015-07-21
mesa: add API dispatch for GL_ARB_get_texture_sub_image
Brian Paul
3
-1
/
+44
2015-07-20
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
1
-1
/
+1
2015-06-26
mesa: Enable subdir-objects globally.
Matt Turner
1
-2
/
+0
2015-06-23
glapi: remap_helper.py: remove unused argument 'es'
Emil Velikov
1
-8
/
+0
2015-06-23
glapi: gl_table.py: remove unused variable 'es'
Emil Velikov
1
-49
/
+8
2015-06-17
mesa: Constants and functions for ARB_framebuffer_no_attachments
Kevin Rogovin
4
-1
/
+41
2015-05-28
glapi: Make GL_ARB_direct_state_access functions exclusive to core profile
Ian Romanick
1
-0
/
+100
2015-05-28
glapi: Store exec table version info outside the XML
Ian Romanick
3
-12
/
+185
2015-05-28
gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions
Ian Romanick
10
-65
/
+65
2015-05-26
glapi: Avoid argparse type argument for API XML input files.
Jose Fonseca
3
-12
/
+12
2015-05-22
glapi: glX_proto_size.py: use a main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: glX_proto_size.py: use argparse instead of getopt
Dylan Baker
2
-46
/
+46
2015-05-22
glapi: glX_proto_recv.py: Use a main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: glX_proto_recv.py: use argparse instead of getopt
Dylan Baker
1
-25
/
+30
2015-05-22
glapy: gl_genexec.py: use a main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: gl_genexec.py: use argparse instead of getopt
Dylan Baker
1
-17
/
+12
2015-05-22
glapi: glX_proto_send.py: use a main function.
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: glX_proto_send.py: use argparse instead of getopt
Dylan Baker
1
-31
/
+28
2015-05-22
glapi: glX_server_table.py: use argparse instead of getopt
Dylan Baker
1
-23
/
+15
2015-05-22
glapi: gl_SPARC_asm.py: use main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: gl_SPARC_asm.py use argparse instead of getopt
Dylan Baker
1
-24
/
+14
2015-05-22
glapi: gl_x86-64_asm.py: Use a main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: gl_x86_64_asm.py: Use argparse instead of getopt
Dylan Baker
1
-24
/
+16
2015-05-22
glapi: gl_x86_asm.py: use a main function
Dylan Baker
1
-1
/
+5
2015-05-22
glapi: gl_x86_asm.py: use argparse instead of getopt
Dylan Baker
1
-25
/
+14
2015-05-22
glapi: gl_gentable.py: use a main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: gl_gentable.py: Replace getopt with argparse
Dylan Baker
1
-14
/
+15
2015-05-22
glapi: gl_apitemp.py: Use a main function
Dylan Baker
1
-1
/
+6
2015-05-22
glapi: gl_apitemp.py: Convert to argparse instead of getopt
Dylan Baker
1
-20
/
+19
[next]