| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add missing CONTEXT_ROBUST_ACCESS enum | Tapani Pälli | 2016-10-27 | 1 | -0/+3 |
* | mapi: automake: set VISIBILITY_CFLAGS for shared glapi | Jonathan Gray | 2016-10-24 | 1 | -0/+3 |
* | Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"" | Francisco Jerez | 2016-10-20 | 1 | -0/+12 |
* | glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate... | Francisco Jerez | 2016-10-20 | 1 | -13/+17 |
* | mapi: fix out-of-tree build dependencies | Nicolai Hähnle | 2016-10-12 | 1 | -2/+2 |
* | glapi: add entry points for GL_ARB_compute_variable_group_size | Samuel Pitoiset | 2016-10-07 | 3 | -1/+29 |
* | mapi/glapi: remove unused _glapi_check_table() | Emil Velikov | 2016-10-06 | 2 | -68/+0 |
* | mapi/glapi: remove unused _glapi_check_table_not_null | Emil Velikov | 2016-10-06 | 2 | -24/+0 |
* | Revert "mapi: export all GLES 3.2 functions in libGLESv2.so" | Dylan Baker | 2016-09-23 | 1 | -12/+0 |
* | mesa: add new entrypoints for GL_OES_viewport_array | Ilia Mirkin | 2016-09-22 | 2 | -6/+56 |
* | mapi: export all GLES 3.2 functions in libGLESv2.so | Dylan Baker | 2016-09-22 | 1 | -0/+12 |
* | mapi: sort static_data.py functions | Dylan Baker | 2016-09-22 | 1 | -2/+2 |
* | mapi: retab static_data.py to be consistent | Dylan Baker | 2016-09-22 | 1 | -1285/+1285 |
* | direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") | Jon Turney | 2016-09-15 | 3 | -1/+7 |
* | mesa: introduce glPrimitiveBoundingBoxARB entrypoint | Ilia Mirkin | 2016-09-13 | 2 | -19/+37 |
* | mapi: add gl32.h to the list of GLES3 headers for installation | Ilia Mirkin | 2016-09-06 | 1 | -0/+1 |
* | mapi: don't forget to expose GetPointerv in GL ES 3.2 | Ilia Mirkin | 2016-09-03 | 1 | -1/+1 |
* | mesa: add scaffolding for OES/EXT_primitive_bounding_box | Ilia Mirkin | 2016-08-30 | 2 | -0/+50 |
* | Update Khronos-supplied headers to r33100 | Ilia Mirkin | 2016-08-28 | 1 | -185/+1779 |
* | scons: Take indirect gl_and_es_API.xml dependencies in consideration. | Jose Fonseca | 2016-08-27 | 1 | -1/+2 |
* | mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size | Ian Romanick | 2016-08-26 | 1 | -0/+10 |
* | glapi: add KHR_blend_equation_advanced dispatch | Ilia Mirkin | 2016-08-25 | 1 | -0/+24 |
* | mesa: Rename "texturebarrier" source files to "barrier". | Francisco Jerez | 2016-08-24 | 1 | -1/+1 |
* | glapi: Add XML for GL_EXT_shader_framebuffer_fetch. | Francisco Jerez | 2016-08-24 | 1 | -0/+5 |
* | mesa: Document that _mesa_enum_to_string() returns non-null (v2) | Chad Versace | 2016-08-12 | 1 | -1/+6 |
* | mapi: Add PatchParameteriOES and PatchParameteriEXT. | Kenneth Graunke | 2016-08-08 | 1 | -0/+10 |
* | mapi: fix typo in macro name | Eric Engestrom | 2016-07-22 | 3 | -3/+3 |
* | mapi: Massage code to allow clang to compile. | Matt Turner | 2016-07-21 | 3 | -6/+22 |
* | mapi: Export all GLES 3.1 functions in libGLESv2.so | Ian Romanick | 2016-06-29 | 1 | -0/+51 |
* | glapi: add GL_EXT_window_rectangles entrypoints | Ilia Mirkin | 2016-06-18 | 3 | -0/+32 |
* | glapi: remap_helper.py: remove MESA_alt_functions | Emil Velikov | 2016-06-13 | 1 | -42/+0 |
* | mesa: add drawbuffer argument to ClearNamedFramebufferfi | Ilia Mirkin | 2016-06-10 | 1 | -0/+1 |
* | glapi/glx: Add overflow checks to the client-side indirect code | Adam Jackson | 2016-06-08 | 1 | -0/+9 |
* | mapi: expose new functions in GL ES 3.2 | Ilia Mirkin | 2016-05-26 | 9 | -38/+38 |
* | scons: whitespace cleanup | Giuseppe Bilotta | 2016-05-25 | 1 | -1/+1 |
* | i965: Enable GL_KHR_robustness | Kristian Høgsberg Kristensen | 2016-05-25 | 5 | -0/+136 |
* | mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED). | Kenneth Graunke | 2016-05-23 | 1 | -0/+1 |
* | glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array | Adam Jackson | 2016-05-17 | 1 | -4/+12 |
* | glapi: Define PURE for Sun Studio as well | Adam Jackson | 2016-05-17 | 1 | -1/+1 |
* | glapi/glx: Mark byteswap functions as _X_UNUSED (v2) | Adam Jackson | 2016-05-17 | 1 | -6/+6 |
* | glapi: Harden GLX request size processing (v2) | Adam Jackson | 2016-05-17 | 5 | -19/+13 |
* | glapi: Add the safe_{add,mul,pad} functions from xserver | Adam Jackson | 2016-05-17 | 1 | -0/+24 |
* | glapi: Fix whitespace droppings when printing the license header | Adam Jackson | 2016-05-17 | 1 | -1/+1 |
* | glapi: Add GL_ARB_cull_distance | Tobias Klausmann | 2016-05-14 | 1 | -1/+6 |
* | glapi: fix parameter type for GetSamplerParameterIuivEXT() in es_EXT.xml | Brian Paul | 2016-05-04 | 1 | -2/+2 |
* | glapi: Update dispatch XML files for OES_texture_compression_astc.xml | Anuj Phogat | 2016-05-03 | 3 | -0/+64 |
* | mapi/glapi: Fix dup word typo in glapi_getproc.c | Edward O'Callaghan | 2016-05-01 | 1 | -1/+1 |
* | scons: Whenever possible decide what to do based on platform and not compiler. | Jose Fonseca | 2016-04-26 | 1 | -2/+1 |
* | glapi: fix _glapi_get_proc_address() for mangled function names | Frederic Devernay | 2016-04-25 | 1 | -12/+6 |
* | mesa: expose EXT_base_instance in ES3 contexts | Ilia Mirkin | 2016-04-03 | 1 | -0/+34 |