summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: add sha256 checksums for 13.0.2Emil Velikov2016-11-281-1/+2
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add release notes for 13.0.2Emil Velikov2016-11-281-0/+188
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 13.0.1Emil Velikov2016-11-141-1/+2
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add release notes for 13.0.1Emil Velikov2016-11-141-0/+187
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 13.0.0Emil Velikov2016-11-011-1/+2
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: Update 13.0.0 release notesEmil Velikov2016-11-011-3/+228
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: rename release notes to 13.0.0Emil Velikov2016-10-191-4/+4
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* doc/features.txt: factor out radeonsi as GL45 completeEdward O'Callaghan2016-10-181-9/+9
| | | | | | | | | | V2. add i965/hsw+ to list V3. rebased on master. V4. 'DONE' -> 'DONE ()'. V5. remove i965/hsw+ from list :/ Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* docs/specs: Update allocated EGL enum valuesChad Versace2016-10-141-1/+26
| | | | | | | | | | | | Document the EGL enum ranges for Mesa and those values allocated by the following extensions: EGL_MESA_drm_image EGL_MESA_platform_gbm EGL_MESA_platform_surfaceless EGL_WL_bind_wayland_display Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* doc/specs: Reference the Khronos registry XMLChad Versace2016-10-141-6/+10
| | | | | | | Years ago Khronos replaced the registry's spec files with newfangled XML files. Update the reference in doc/specs/enum.txt accordingly. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* egl: Move old EGL_MESA_screen_surface specChad Versace2016-10-141-0/+564
| | | | | | | It was the lone file in src/egl/docs. Move it to where the other specs live, in $MESA_TOP/docs/specs. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs: Add EGL_MESA_platform_surfaceless.txt (v2)Chad Versace2016-10-141-0/+120
| | | | | | | | v2: - Assign enum values. - Define interactions with EGL_EXT_platform_base and EGL 1.4. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs: mark GL 4.4/4.5 extension groups as DONE for nvc0Ilia Mirkin2016-10-131-20/+20
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* nv50: enable ARB_enhanced_layoutsIlia Mirkin2016-10-132-3/+3
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle2016-10-122-10/+10
| | | | | | | v2: mark llvmpipe & softpipe properly as well (Jason Wood) Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Dave Airlie <airlied@redhat.com>
* docs: Mark GL_OES_viewport_array done on i965Anuj Phogat2016-10-101-1/+1
| | | | | Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
* radeonsi: support ARB_compute_variable_group_sizeNicolai Hähnle2016-10-102-2/+2
| | | | | | | | Not sure if it's possible to avoid programming the block size twice (once for the userdata and once for the dispatch). Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* docs/features.txt: Add GL_KHR_robustness supported on ES 3.2Edward O'Callaghan2016-10-091-1/+1
| | | | | | | Both radeonsi and nvc0 should also support ES so fixup doc. Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* docs: mark ARB_compute_variable_group_size as done for nvc0Samuel Pitoiset2016-10-072-1/+2
| | | | | Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* st/mesa: enable GL_KHR_robustnessNicolai Hähnle2016-10-052-1/+2
| | | | | | | | | | | | The difference to the virtually identical ARB_robustness (which is already enabled unconditionally) is miniscule and handled elsewhere, but this cap seems like the right thing to require for this extension. v2: drop the device reset cap requirement (Ilia) Reviewed-by: Marek Olšák <marek.olsak@amd.com> (v1) Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
* docs: update the list of Mesa major versions and API supportBrian Paul2016-09-301-0/+25
| | | | Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* radeonsi: enable ARB_query_buffer_object (v2)Nicolai Hähnle2016-09-292-1/+2
| | | | | | | v2: enable only when compute is available Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* st/mesa: turn on OES_viewport_array when dependencies are metIlia Mirkin2016-09-222-1/+2
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* docs: Mark ES 3.2 "all done" for i965/gen9+.Kenneth Graunke2016-09-211-1/+1
|
* docs: Add ES 3.2 to release notes.Kenneth Graunke2016-09-211-0/+1
|
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-202-1/+2
| | | | | | | | | | | | | This extension is a combination of AMD_vertex_shader_viewport_index and AMD_vertex_shader_layer, making it rather trivial to implement. For gallium I *think* this needs a new cap because of the addition of support in tessellation evaluation shaders, and since I don't have any hardware to test it on, I've left that for someone else to wire up. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: add GL_ARB_gl_spirv to features listIlia Mirkin2016-09-161-0/+1
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* i965: enable ARB_ES3_2_compatibility on gen8+Ilia Mirkin2016-09-152-1/+2
| | | | | | | | Note that ASTC support is not actually mandated for this extension to be exposed. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Acked-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: add news item and link release notes for 12.0.3Emil Velikov2016-09-152-0/+7
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 12.0.3Emil Velikov2016-09-151-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 09460b8cf7ddac4abb46eb6439314b29954c76a6)
* docs: add release notes for 12.0.3Emil Velikov2016-09-151-0/+70
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit d79b2e7bf30ad6d1fa43f30940a64ed9fd0aa9c0)
* docs: Mention AEP in release notesKenneth Graunke2016-09-141-0/+1
|
* docs: Add OES_tessellation_shader to the release notes.Kenneth Graunke2016-09-121-0/+1
|
* docs: Mark OES_tessellation_shader as done.Kenneth Graunke2016-09-121-1/+1
|
* docs: Note MESA_configless_context as supersededAdam Jackson2016-09-121-2/+6
| | | | | | Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
* doc: document GALLIUM_DRIVERChristoph Haag2016-09-091-0/+2
| | | | | | v2: Add dot at end of sentence Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* doc: fix typo of GALLIUM_HUD_TOGGLE_SIGNALChristoph Haag2016-09-081-1/+1
| | | | | | | In the original commit message in 56a1c10 it was wrongly used too: - env GALLIUM_HUD_SIGNAL_TOGGLE: toggle visibility via signal Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* docs: add news item and link release notes for 12.0.2Emil Velikov2016-09-052-0/+7
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 12.0.2Emil Velikov2016-09-051-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 614fb93a6d0246d5592333a1b914ce71a409fcf7)
* docs: add release notes for 12.0.2Emil Velikov2016-09-051-0/+402
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 2fc6a31f10e908af8f348aba796d0e6b1616b863)
* st/mesa: expose OES_geometry_shader and OES_texture_cube_map_arrayIlia Mirkin2016-08-312-4/+4
| | | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* i965: enable OES_primitive_bounding_box with the no-op implementationIlia Mirkin2016-08-302-2/+2
| | | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Matt Turner <mattst88@gmail.com>
* st/mesa: provide the null implementation of bounding box outputs in tcsIlia Mirkin2016-08-302-1/+2
| | | | | | | | | Until hardware appears (in a gallium driver) that can make use of the TCS-outputted gl_BoundingBox, we just request that the variable gets assigned as a regular patch variable. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: add GL_OES_viewport_array to featuresIlia Mirkin2016-08-301-0/+1
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* docs/helpwanted: fix GL3.txt/features.txt linkEric Engestrom2016-08-301-2/+2
| | | | | | | | Fixes: f926cf5bd0ade3273b32 ("docs: Rename GL3.txt to features.txt") Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> CC: Andreas Boll <andreas.boll.dev@gmail.com>
* radeonsi: add support for cull distances. (v1.1)Dave Airlie2016-08-302-1/+2
| | | | | | | | | | This should be all that is required for cull distances to work on radeonsi. v1.1: whitespace cleanup, add docs fix clipdist_mask usage. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
* i965/hsw: Enable ARB_ES3_1_compatibility extensionJordan Justen2016-08-291-1/+1
| | | | | | Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
* docs: sort extensions in relnotesIlia Mirkin2016-08-271-7/+7
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* i965: Enable OES_texture_cube_map_array on Gen8+Ian Romanick2016-08-262-1/+2
| | | | | | | | | | | | | | | | | | These are the only platforms that current expose OES_geometry_shader. Once OpenGL ES 3.1 and OES_geometry_shader are enabled on Gen7, this extension can be enabled there as well. Gen6 will never get OpenGL ES 3.1, so it will never get this extension... even though it has the desktop OpenGL extension. Alas. NOTE: This causes a failure on Gen8+ platforms in ES3-CTS.gtf.GL3Tests.texture_storage.texture_storage_texture_targets. The test only fails because it doesn't know that 0x9009 is a valid value when the extension exists. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* i965: Enable GL_OES_geometry_shader on Gen8+Ian Romanick2016-08-262-1/+2
| | | | | | | | | Gen7 can get this extension (and GL_OES_shader_io_blocks) as soon as the rest of OpenGL ES 3.1 is enabled. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>