index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-06
mapi: add gl32.h to the list of GLES3 headers for installation
Ilia Mirkin
1
-0
/
+1
2016-09-03
mapi: don't forget to expose GetPointerv in GL ES 3.2
Ilia Mirkin
1
-1
/
+1
2016-08-30
mesa: add scaffolding for OES/EXT_primitive_bounding_box
Ilia Mirkin
2
-0
/
+50
2016-08-28
Update Khronos-supplied headers to r33100
Ilia Mirkin
1
-185
/
+1779
2016-08-27
scons: Take indirect gl_and_es_API.xml dependencies in consideration.
Jose Fonseca
1
-1
/
+2
2016-08-26
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Ian Romanick
1
-0
/
+10
2016-08-25
glapi: add KHR_blend_equation_advanced dispatch
Ilia Mirkin
1
-0
/
+24
2016-08-24
mesa: Rename "texturebarrier" source files to "barrier".
Francisco Jerez
1
-1
/
+1
2016-08-24
glapi: Add XML for GL_EXT_shader_framebuffer_fetch.
Francisco Jerez
1
-0
/
+5
2016-08-12
mesa: Document that _mesa_enum_to_string() returns non-null (v2)
Chad Versace
1
-1
/
+6
2016-08-08
mapi: Add PatchParameteriOES and PatchParameteriEXT.
Kenneth Graunke
1
-0
/
+10
2016-07-22
mapi: fix typo in macro name
Eric Engestrom
3
-3
/
+3
2016-07-21
mapi: Massage code to allow clang to compile.
Matt Turner
3
-6
/
+22
2016-06-29
mapi: Export all GLES 3.1 functions in libGLESv2.so
Ian Romanick
1
-0
/
+51
2016-06-18
glapi: add GL_EXT_window_rectangles entrypoints
Ilia Mirkin
3
-0
/
+32
2016-06-13
glapi: remap_helper.py: remove MESA_alt_functions
Emil Velikov
1
-42
/
+0
2016-06-10
mesa: add drawbuffer argument to ClearNamedFramebufferfi
Ilia Mirkin
1
-0
/
+1
2016-06-08
glapi/glx: Add overflow checks to the client-side indirect code
Adam Jackson
1
-0
/
+9
2016-05-26
mapi: expose new functions in GL ES 3.2
Ilia Mirkin
9
-38
/
+38
2016-05-25
scons: whitespace cleanup
Giuseppe Bilotta
1
-1
/
+1
2016-05-25
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
5
-0
/
+136
2016-05-23
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
1
-0
/
+1
2016-05-17
glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array
Adam Jackson
1
-4
/
+12
2016-05-17
glapi: Define PURE for Sun Studio as well
Adam Jackson
1
-1
/
+1
2016-05-17
glapi/glx: Mark byteswap functions as _X_UNUSED (v2)
Adam Jackson
1
-6
/
+6
2016-05-17
glapi: Harden GLX request size processing (v2)
Adam Jackson
5
-19
/
+13
2016-05-17
glapi: Add the safe_{add,mul,pad} functions from xserver
Adam Jackson
1
-0
/
+24
2016-05-17
glapi: Fix whitespace droppings when printing the license header
Adam Jackson
1
-1
/
+1
2016-05-14
glapi: Add GL_ARB_cull_distance
Tobias Klausmann
1
-1
/
+6
2016-05-04
glapi: fix parameter type for GetSamplerParameterIuivEXT() in es_EXT.xml
Brian Paul
1
-2
/
+2
2016-05-03
glapi: Update dispatch XML files for OES_texture_compression_astc.xml
Anuj Phogat
3
-0
/
+64
2016-05-01
mapi/glapi: Fix dup word typo in glapi_getproc.c
Edward O'Callaghan
1
-1
/
+1
2016-04-26
scons: Whenever possible decide what to do based on platform and not compiler.
Jose Fonseca
1
-2
/
+1
2016-04-25
glapi: fix _glapi_get_proc_address() for mangled function names
Frederic Devernay
1
-12
/
+6
2016-04-03
mesa: expose EXT_base_instance in ES3 contexts
Ilia Mirkin
1
-0
/
+34
2016-04-03
mesa: expose EXT_polygon_offset_clamp in ES contexts
Ilia Mirkin
1
-1
/
+1
2016-03-31
mesa: add GL_OES/EXT_draw_buffers_indexed support
Ilia Mirkin
1
-0
/
+106
2016-03-30
mesa: add GL_EXT_copy_image support
Ilia Mirkin
1
-0
/
+22
2016-03-30
mesa: add GL_OES_copy_image support
Ilia Mirkin
1
-0
/
+22
2016-03-30
mesa: add GL_OES_sample_shading support
Ilia Mirkin
1
-0
/
+6
2016-03-29
glapi/glx: Mark the indirect swapped dispatch functions _X_COLD
Adam Jackson
1
-3
/
+3
2016-03-29
glapi/glx: Sync some additional error checking from xserver
Adam Jackson
1
-0
/
+4
2016-03-28
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2
-2
/
+38
2016-03-28
glapi/glx: Treat xserver generated targets as .PHONY
Adam Jackson
1
-0
/
+2
2016-03-28
glapi/glx: Thunk non-ABI calls through GetProcAddress
Adam Jackson
1
-2
/
+8
2016-03-28
glapi/glx: Emit direct GL calls instead of dispatch lookup
Adam Jackson
2
-34
/
+10
2016-03-28
glx: Unbreak generating some of the xorg glx headers
Adam Jackson
1
-2
/
+2
2016-03-09
glapi: remove the final function offset tags
Emil Velikov
4
-30
/
+30
2016-03-03
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2
Alejandro Piñeiro
3
-1
/
+121
2016-02-22
mesa: add GL_EXT_texture_border_clamp support
Ilia Mirkin
2
-4
/
+34
[prev]
[next]