| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: add Vulkan Float64 capability support for anv driver | Samuel Iglesias Gonsálvez | 2017-01-10 | 1 | -0/+1 |
* | relnotes: Claim OpenGL 4.5 rather than 4.4 | Jason Ekstrand | 2017-01-09 | 1 | -3/+3 |
* | mesa: Bump the version to 17.0 | Jason Ekstrand | 2017-01-09 | 1 | -4/+4 |
* | i965: Enable several GLES 3.1 extensions on HSW+ | Ian Romanick | 2017-01-06 | 1 | -0/+3 |
* | docs: add sha256 checksums for 13.0.3 | Emil Velikov | 2017-01-05 | 1 | -1/+2 |
* | docs: add release notes for 13.0.3 | Emil Velikov | 2017-01-05 | 1 | -0/+176 |
* | docs: add GL_ARB_gpu_shader_fp64 and OpenGL 4.0 support for Intel Haswell. | Iago Toral Quiroga | 2017-01-05 | 1 | -0/+2 |
* | docs: add INTEL_conservative_rasterization to relaese notes for 13.1.0 | Lionel Landwerlin | 2016-12-13 | 1 | -0/+1 |
* | i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+). | Plamena Manolova | 2016-12-07 | 1 | -0/+1 |
* | docs: add sha256 checksums for 12.0.5 | Emil Velikov | 2016-12-05 | 1 | -1/+2 |
* | docs: add release notes for 12.0.5 | Emil Velikov | 2016-12-05 | 1 | -0/+137 |
* | docs: add sha256 checksums for 13.0.2 | Emil Velikov | 2016-11-28 | 1 | -1/+2 |
* | docs: add release notes for 13.0.2 | Emil Velikov | 2016-11-28 | 1 | -0/+188 |
* | mesa: add NV_image_formats extension support | Lionel Landwerlin | 2016-11-18 | 1 | -2/+6 |
* | docs: add sha256 checksums for 13.0.1 | Emil Velikov | 2016-11-14 | 1 | -1/+2 |
* | docs: add release notes for 13.0.1 | Emil Velikov | 2016-11-14 | 1 | -0/+187 |
* | docs: add sha256 checksums for 12.0.4 | Emil Velikov | 2016-11-11 | 1 | -1/+2 |
* | docs: add release notes for 12.0.4 | Emil Velikov | 2016-11-11 | 1 | -0/+320 |
* | docs: add sha256 checksums for 13.0.0 | Emil Velikov | 2016-11-01 | 1 | -1/+2 |
* | docs: Update 13.0.0 release notes | Emil Velikov | 2016-11-01 | 1 | -3/+228 |
* | docs: add 13.1.0-devel release notes template, bump version | Emil Velikov | 2016-10-19 | 1 | -0/+60 |
* | docs: rename release notes to 13.0.013.0-branchpoint | Emil Velikov | 2016-10-19 | 1 | -4/+4 |
* | nv50: enable ARB_enhanced_layouts | Ilia Mirkin | 2016-10-13 | 1 | -1/+1 |
* | st/mesa: enable ARB_enhanced_layouts and turn the cap on | Nicolai Hähnle | 2016-10-12 | 1 | -1/+1 |
* | radeonsi: support ARB_compute_variable_group_size | Nicolai Hähnle | 2016-10-10 | 1 | -1/+1 |
* | docs: mark ARB_compute_variable_group_size as done for nvc0 | Samuel Pitoiset | 2016-10-07 | 1 | -0/+1 |
* | st/mesa: enable GL_KHR_robustness | Nicolai Hähnle | 2016-10-05 | 1 | -0/+1 |
* | radeonsi: enable ARB_query_buffer_object (v2) | Nicolai Hähnle | 2016-09-29 | 1 | -0/+1 |
* | st/mesa: turn on OES_viewport_array when dependencies are met | Ilia Mirkin | 2016-09-22 | 1 | -0/+1 |
* | docs: Add ES 3.2 to release notes. | Kenneth Graunke | 2016-09-21 | 1 | -0/+1 |
* | mesa: Implement ARB_shader_viewport_layer_array for i965 | Dylan Baker | 2016-09-20 | 1 | -0/+1 |
* | i965: enable ARB_ES3_2_compatibility on gen8+ | Ilia Mirkin | 2016-09-15 | 1 | -0/+1 |
* | docs: add sha256 checksums for 12.0.3 | Emil Velikov | 2016-09-15 | 1 | -1/+2 |
* | docs: add release notes for 12.0.3 | Emil Velikov | 2016-09-15 | 1 | -0/+70 |
* | docs: Mention AEP in release notes | Kenneth Graunke | 2016-09-14 | 1 | -0/+1 |
* | docs: Add OES_tessellation_shader to the release notes. | Kenneth Graunke | 2016-09-12 | 1 | -0/+1 |
* | docs: add sha256 checksums for 12.0.2 | Emil Velikov | 2016-09-05 | 1 | -1/+2 |
* | docs: add release notes for 12.0.2 | Emil Velikov | 2016-09-05 | 1 | -0/+402 |
* | st/mesa: expose OES_geometry_shader and OES_texture_cube_map_array | Ilia Mirkin | 2016-08-31 | 1 | -2/+2 |
* | i965: enable OES_primitive_bounding_box with the no-op implementation | Ilia Mirkin | 2016-08-30 | 1 | -1/+1 |
* | st/mesa: provide the null implementation of bounding box outputs in tcs | Ilia Mirkin | 2016-08-30 | 1 | -0/+1 |
* | radeonsi: add support for cull distances. (v1.1) | Dave Airlie | 2016-08-30 | 1 | -0/+1 |
* | docs: sort extensions in relnotes | Ilia Mirkin | 2016-08-27 | 1 | -7/+7 |
* | i965: Enable OES_texture_cube_map_array on Gen8+ | Ian Romanick | 2016-08-26 | 1 | -0/+1 |
* | i965: Enable GL_OES_geometry_shader on Gen8+ | Ian Romanick | 2016-08-26 | 1 | -0/+1 |
* | docs: Add GL_KHR_blend_equation_advanced to relnotes. | Kenneth Graunke | 2016-08-26 | 1 | -0/+1 |
* | docs: Update stencil texturing & ES 3.1 status for i965 Haswell | Jordan Justen | 2016-08-26 | 1 | -0/+3 |
* | st/mesa: provide GL_OES_copy_image support by caching the original ETC data | Ilia Mirkin | 2016-08-12 | 1 | -0/+1 |
* | gallium/radeon: implement ARB_clear_texture (v3) | Marek Olšák | 2016-08-10 | 1 | -0/+1 |
* | radeonsi: enable multi-draw related pipe caps | Nicolai Hähnle | 2016-08-09 | 1 | -0/+2 |