summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-09-16radeonsi: enable ARB_query_buffer_objectquery-buffer-objectNicolai Hähnle2-1/+2
2016-09-15i965: enable ARB_ES3_2_compatibility on gen8+Ilia Mirkin2-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>
2016-09-15docs: add news item and link release notes for 12.0.3Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-09-15docs: add sha256 checksums for 12.0.3Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 09460b8cf7ddac4abb46eb6439314b29954c76a6)
2016-09-15docs: add release notes for 12.0.3Emil Velikov1-0/+70
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit d79b2e7bf30ad6d1fa43f30940a64ed9fd0aa9c0)
2016-09-14docs: Mention AEP in release notesKenneth Graunke1-0/+1
2016-09-12docs: Add OES_tessellation_shader to the release notes.Kenneth Graunke1-0/+1
2016-09-12docs: Mark OES_tessellation_shader as done.Kenneth Graunke1-1/+1
2016-09-12docs: Note MESA_configless_context as supersededAdam Jackson1-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>
2016-09-09doc: document GALLIUM_DRIVERChristoph Haag1-0/+2
v2: Add dot at end of sentence Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-09-08doc: fix typo of GALLIUM_HUD_TOGGLE_SIGNALChristoph Haag1-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>
2016-09-05docs: add news item and link release notes for 12.0.2Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-09-05docs: add sha256 checksums for 12.0.2Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 614fb93a6d0246d5592333a1b914ce71a409fcf7)
2016-09-05docs: add release notes for 12.0.2Emil Velikov1-0/+402
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 2fc6a31f10e908af8f348aba796d0e6b1616b863)
2016-08-31st/mesa: expose OES_geometry_shader and OES_texture_cube_map_arrayIlia Mirkin2-4/+4
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-08-30i965: enable OES_primitive_bounding_box with the no-op implementationIlia Mirkin2-2/+2
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Matt Turner <mattst88@gmail.com>
2016-08-30st/mesa: provide the null implementation of bounding box outputs in tcsIlia Mirkin2-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>
2016-08-30docs: add GL_OES_viewport_array to featuresIlia Mirkin1-0/+1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-08-30docs/helpwanted: fix GL3.txt/features.txt linkEric Engestrom1-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>
2016-08-30radeonsi: add support for cull distances. (v1.1)Dave Airlie2-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>
2016-08-29i965/hsw: Enable ARB_ES3_1_compatibility extensionJordan Justen1-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>
2016-08-27docs: sort extensions in relnotesIlia Mirkin1-7/+7
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-08-26i965: Enable OES_texture_cube_map_array on Gen8+Ian Romanick2-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>
2016-08-26i965: Enable GL_OES_geometry_shader on Gen8+Ian Romanick2-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>
2016-08-26docs: Rename GL3.txt to features.txtIan Romanick1-0/+0
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Suggested-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2016-08-26docs: Update GL3.txt for OpenGL 4.x on i965-ish hardwareIan Romanick1-7/+7
v2: Note that GL_KHR_blend_equation_advanced and GL_KHR_blend_equation_advanced_coherent are done. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2016-08-26docs: add links to clarify patch mailing sectionNicholas Bishop1-4/+8
* Changed "Mesa mailing list" to "mesa-dev mailing list" to clarify which list patches should be sent to * Added an explicit link to https://lists.freedesktop.org/mailman/listinfo/mesa-dev to show where to subscribe to the list * Added a link to https://git-scm.com/docs/git-send-email to help new users of that command v2: add signed-off-by Signed-off-by: Nicholas Bishop <nicholasbishop@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
2016-08-26docs: Add GL_KHR_blend_equation_advanced to relnotes.Kenneth Graunke1-0/+1
2016-08-26docs: Update stencil texturing & ES 3.1 status for i965 HaswellJordan Justen2-3/+6
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2016-08-12st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin2-1/+2
The additional provision of GL_OES_copy_image is that it work for ETC. However many desktop GPUs don't have native ETC support, so st/mesa does the decoding by hand. Instead of discarding the compressed data, keep it around in CPU memory. Use it when performing image copies. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Acked-by: Marek Olšák <marek.olsak@amd.com>
2016-08-10gallium/radeon: implement ARB_clear_texture (v3)Marek Olšák2-1/+2
Some ideas copied from Jakob Sinclair's implementation, but the color clearing is completely different. v2: remove leftover code, disable conditional rendering disable render condition cleanly Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-08-09radeonsi: enable multi-draw related pipe capsNicolai Hähnle2-2/+4
This enables GL_shader_draw_parameters and GL_ARB_indirect_parameters as well as a properly accelerated implementation of GL_ARB_multi_draw_indirect. Enabling the feature requires a sufficiently uptodate firmware -- those have already been released a long time ago, although this does mean that the feature only works with the amdgpu kernel module, since the radeon module doesn't have a way to query the firmware version. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-07-31docs: Add GL4.4 and ARB_enhanced_layouts to the release notesTimothy Arceri1-3/+4
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
2016-07-26mesa: standardize naming Mesa3D, MESA -> MesaVedran Miletić1-1/+1
Signed-off-by: Vedran Miletić <vedran@miletic.net> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
2016-07-22docs: Put swr back on the GL_ARB_texture_buffer_object_rgb32 list.Kenneth Graunke1-1/+1
Looks like this was lost when resolving merge conflicts in commit d1fbd4cdb1bdb8041362a8e5f05833c43a39c9a6.
2016-07-21docs: Add extensions not part of any GL or GL ES versionIan Romanick1-0/+56
Based loosely on patches submitted ages ago by Thomas Helland. v2: Add lots of missing data provided by Ilia. Fix sort order of GL_ARB_sparse_texture extensions suggested by Ilia. v3: Note that Dave Airlie has started work on GL_ARB_bindless_texture. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2016-07-21docs: Update GL3.txt for OpenGL 4.0 on i965-ish hardwareIan Romanick1-13/+13
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2016-07-21docs: Update GL3.txt for OpenGL ES on i965-ish hardwareIan Romanick1-13/+15
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2016-07-21docs: mark ARB_enhanced_layouts as DONE for i965Timothy Arceri1-2/+2
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
2016-07-19MESA_shader_integer_functions: Add extension specificationIan Romanick1-0/+520
v2: Fix typo in #extension line noticed by Ken. v3: Update spec status. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
2016-07-19The extension is already exposed, this simply marks it as done.Lars Hamre1-1/+1
Signed-off-by: Lars Hamre <chemecse@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2016-07-18docs: Fix typo in extension nameAnuj Phogat1-1/+1
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
2016-07-18docs: Add support for GL_KHR_texture_compression_astc_sliced_3dAnuj Phogat1-0/+1
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-07-18Revert "docs: Mark KHR_texture_compression_astc_sliced_3d done on i965"Anuj Phogat1-1/+0
This reverts commit 82f8c239506ef126dcad266156f8945c62dc6bc9. KHR_texture_compression_astc_sliced_3d is not a requirement for GLES 3.2. Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>\ Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
2016-07-18docs: Mark KHR_texture_compression_astc_sliced_3d done on i965Anuj Phogat1-0/+1
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
2016-07-12docs: remove duplicated line in 12.0.1 release notes fileBrian Paul1-2/+0
Signed-off-by: Brian Paul <brianp@vmware.com>
2016-07-09docs: add news item and link release notes for 12.0.0/12.0.1Emil Velikov2-0/+15
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-07-09docs: add sha256 checksums for 12.0.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit edfc17a19a17e8dae41a703a9cb4b9eb3c255c34)
2016-07-09docs: add release notes for 12.0.1Emil Velikov1-0/+66
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 04277f058d00238937e664cf546c43b16cea7b2b)
2016-07-09docs: add sha256 checksums for 12.0.0Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 3a146a789c5aa45e0de52bff764c2b371dd253aa)