| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/tests: Link main-test with CLOCK_LIB. | Vinson Lee | 2017-03-27 | 1 | -1/+2 |
* | mesa/tests: remove unneeded extern C { #include foo } hack | Emil Velikov | 2017-02-21 | 1 | -2/+0 |
* | mesa/tests: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -1/+1 |
* | mapi: Add support for ARB_gpu_shader_int64. | Dave Airlie | 2017-01-20 | 1 | -0/+38 |
* | glapi: add entry points for GL_ARB_compute_variable_group_size | Samuel Pitoiset | 2016-10-07 | 1 | -0/+3 |
* | mesa: add new entrypoints for GL_OES_viewport_array | Ilia Mirkin | 2016-09-22 | 1 | -0/+11 |
* | mesa: introduce glPrimitiveBoundingBoxARB entrypoint | Ilia Mirkin | 2016-09-13 | 1 | -0/+3 |
* | mesa: add scaffolding for OES/EXT_primitive_bounding_box | Ilia Mirkin | 2016-08-30 | 1 | -0/+3 |
* | mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size | Ian Romanick | 2016-08-26 | 1 | -0/+4 |
* | glapi: add KHR_blend_equation_advanced dispatch | Ilia Mirkin | 2016-08-25 | 1 | -0/+6 |
* | mapi: Add PatchParameteriOES and PatchParameteriEXT. | Kenneth Graunke | 2016-08-08 | 1 | -0/+3 |
* | glapi: add GL_EXT_window_rectangles entrypoints | Ilia Mirkin | 2016-06-18 | 1 | -0/+6 |
* | i965: Enable GL_KHR_robustness | Kristian Høgsberg Kristensen | 2016-05-25 | 1 | -0/+13 |
* | mesa: expose EXT_base_instance in ES3 contexts | Ilia Mirkin | 2016-04-03 | 1 | -0/+5 |
* | mesa: expose EXT_polygon_offset_clamp in ES contexts | Ilia Mirkin | 2016-04-03 | 1 | -0/+6 |
* | mesa: add GL_OES/EXT_draw_buffers_indexed support | Ilia Mirkin | 2016-03-31 | 1 | -0/+10 |
* | mesa: add GL_OES_copy_image support | Ilia Mirkin | 2016-03-30 | 1 | -0/+3 |
* | mesa: add GL_OES_sample_shading support | Ilia Mirkin | 2016-03-30 | 1 | -0/+3 |
* | mesa: add OES_texture_buffer and EXT_texture_buffer support | Ilia Mirkin | 2016-03-28 | 1 | -0/+4 |
* | mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2 | Alejandro Piñeiro | 2016-03-03 | 1 | -0/+4 |
* | mesa: add GL_OES_texture_border_clamp support | Ilia Mirkin | 2016-02-22 | 1 | -0/+10 |
* | glapi: add GL_OES_geometry_shader extension | Marta Lofstedt | 2016-01-22 | 1 | -0/+3 |
* | mesa: add GREMEDY_string_marker | Rob Clark | 2016-01-21 | 1 | -0/+3 |
* | glapi: add ARB_indirect_parameters definitions | Ilia Mirkin | 2016-01-07 | 1 | -0/+4 |
* | mesa/tests: add KHR_debug GLES glGetPointervKHR entry points | Emil Velikov | 2015-12-04 | 1 | -1/+4 |
* | mesa: Drop the blacklisting of new GL enums. | Eric Anholt | 2015-12-01 | 1 | -3/+2 |
* | mesa: Drop bitfield "enums" from the enum-to-string table. | Eric Anholt | 2015-12-01 | 1 | -13/+12 |
* | mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS. | Eric Anholt | 2015-12-01 | 1 | -3/+1 |
* | mesa: Cut enum_strings.cpp test down to a few hand-chosen enums. | Eric Anholt | 2015-12-01 | 1 | -1822/+36 |
* | mesa: remove ARB_geometry_shader4 | Marta Lofstedt | 2015-11-26 | 1 | -6/+0 |
* | mesa: Add test for sorted extension table | Nanley Chery | 2015-11-19 | 2 | -0/+52 |
* | glapi: add EXT_blend_func_extended XML definitions | Ryan Houdek | 2015-11-19 | 1 | -0/+8 |
* | mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list | Ilia Mirkin | 2015-11-04 | 1 | -0/+3 |
* | glapi: add function pointers for KHR_debug for gles | Matthew Waters | 2015-10-07 | 1 | -0/+25 |
* | main/tests: Enable glShaderStorageBlockBinding() check in dispatch_sanity test | Samuel Iglesias Gonsalvez | 2015-09-26 | 1 | -1/+1 |
* | main/tests: add ARB_shader_storage_buffer_object tokens to enum_strings | Samuel Iglesias Gonsalvez | 2015-09-25 | 1 | -0/+15 |
* | mesa/tests: Remove unneeded X11_CFLAGS | Jon TURNEY | 2015-09-07 | 1 | -1/+0 |
* | mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1 | Marta Lofstedt | 2015-09-01 | 1 | -4/+2 |
* | mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_array | Ilia Mirkin | 2015-08-28 | 1 | -0/+3 |
* | mesa/formats: remove compressed formats from matching function | Nanley Chery | 2015-08-25 | 1 | -1/+8 |
* | mesa/formats: make format testing a gtest | Nanley Chery | 2015-08-25 | 2 | -0/+133 |
* | mesa: Implement glMemoryBarrierByRegion | Marta Lofstedt | 2015-08-17 | 1 | -2/+7 |
* | dispatch_sanity: add shader subroutine to fix make check | Dave Airlie | 2015-07-23 | 1 | -8/+10 |
* | mesa: Add glGet support for ARB_shader_subroutine implementation limits | Chris Forbes | 2015-07-23 | 1 | -0/+9 |
* | dispatch_sanity.cpp: remove commented out tess entries | Dave Airlie | 2015-07-23 | 1 | -2/+0 |
* | mapi: add ARB_tessellation_shader | Fabian Bieler | 2015-07-23 | 1 | -0/+2 |
* | mesa: add API dispatch for GL_ARB_get_texture_sub_image | Brian Paul | 2015-07-21 | 1 | -0/+5 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -2/+2 |
* | mesa: Constants and functions for ARB_framebuffer_no_attachments | Kevin Rogovin | 2015-06-17 | 1 | -2/+2 |
* | dispatch_sanity: Validate the compatibility profile dispatch table too | Ian Romanick | 2015-05-28 | 1 | -0/+493 |