summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: Rename GL3.txt to features.txtIan Romanick2016-08-261-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>
* docs: Update GL3.txt for OpenGL 4.x on i965-ish hardwareIan Romanick2016-08-261-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>
* docs: add links to clarify patch mailing sectionNicholas Bishop2016-08-261-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>
* docs: Add GL_KHR_blend_equation_advanced to relnotes.Kenneth Graunke2016-08-261-0/+1
|
* docs: Update stencil texturing & ES 3.1 status for i965 HaswellJordan Justen2016-08-262-3/+6
| | | | | Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin2016-08-122-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>
* gallium/radeon: implement ARB_clear_texture (v3)Marek Olšák2016-08-102-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>
* radeonsi: enable multi-draw related pipe capsNicolai Hähnle2016-08-092-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>
* docs: Add GL4.4 and ARB_enhanced_layouts to the release notesTimothy Arceri2016-07-311-3/+4
| | | | Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
* mesa: standardize naming Mesa3D, MESA -> MesaVedran Miletić2016-07-261-1/+1
| | | | | Signed-off-by: Vedran Miletić <vedran@miletic.net> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
* docs: Put swr back on the GL_ARB_texture_buffer_object_rgb32 list.Kenneth Graunke2016-07-221-1/+1
| | | | | Looks like this was lost when resolving merge conflicts in commit d1fbd4cdb1bdb8041362a8e5f05833c43a39c9a6.
* docs: Add extensions not part of any GL or GL ES versionIan Romanick2016-07-211-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>
* docs: Update GL3.txt for OpenGL 4.0 on i965-ish hardwareIan Romanick2016-07-211-13/+13
| | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: Update GL3.txt for OpenGL ES on i965-ish hardwareIan Romanick2016-07-211-13/+15
| | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: mark ARB_enhanced_layouts as DONE for i965Timothy Arceri2016-07-211-2/+2
| | | | Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
* MESA_shader_integer_functions: Add extension specificationIan Romanick2016-07-191-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>
* The extension is already exposed, this simply marks it as done.Lars Hamre2016-07-191-1/+1
| | | | | Signed-off-by: Lars Hamre <chemecse@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
* docs: Fix typo in extension nameAnuj Phogat2016-07-181-1/+1
| | | | Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
* docs: Add support for GL_KHR_texture_compression_astc_sliced_3dAnuj Phogat2016-07-181-0/+1
| | | | | Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
* Revert "docs: Mark KHR_texture_compression_astc_sliced_3d done on i965"Anuj Phogat2016-07-181-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>
* docs: Mark KHR_texture_compression_astc_sliced_3d done on i965Anuj Phogat2016-07-181-0/+1
| | | | | Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
* docs: remove duplicated line in 12.0.1 release notes fileBrian Paul2016-07-121-2/+0
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: add news item and link release notes for 12.0.0/12.0.1Emil Velikov2016-07-092-0/+15
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 12.0.1Emil Velikov2016-07-091-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit edfc17a19a17e8dae41a703a9cb4b9eb3c255c34)
* docs: add release notes for 12.0.1Emil Velikov2016-07-091-0/+66
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 04277f058d00238937e664cf546c43b16cea7b2b)
* docs: add sha256 checksums for 12.0.0Emil Velikov2016-07-091-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 3a146a789c5aa45e0de52bff764c2b371dd253aa)
* docs: Update 12.0.0 release notesEmil Velikov2016-07-091-3/+248
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 8b06176f310f65628ce136b90a99005278ba5e0d)
* i965/docs: update Intel Linux Graphics URLsEric Engestrom2016-07-062-2/+2
| | | | Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
* docs: update MESA_DEBUG envvar documentation.Alejandro Piñeiro2016-07-011-2/+11
| | | | | | | | | | | | | | | | silent, flush, incomplete_tex and incomplete_fbo flags were not documented (see src/mesa/main.debug.c for more info). FP is not checked anymore. v2 (Brian Paul): * MESA_DEBUG accepts a comma-separated list of parameters. * Clarify how MESA_DEBUG behaves with mesa debug and release builds. * Updated wording. v3: Better wording for one paragraph (Brian Paul) Reviewed-by: Brian Paul <brianp@vmware.com>
* doc: improve INTEL_DEBUG documentationGrazvydas Ignotas2016-06-281-2/+10
| | | | | | | | Remove 'reg' option that does not actually exist, elaborate more about 'sync' and add the missing options. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* nv50: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-1/+1
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-0/+1
| | | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* docs: Mention GL_ARB_ES3_1_compatibility in release notes.Kenneth Graunke2016-06-161-0/+1
| | | | Ilia reminded me that I forgot this.
* docs: Update ARB_ES3_1_compatibility status for i965.Kenneth Graunke2016-06-161-1/+1
|
* docs: GL_ARB_copy_image done for softpipe, llvmpipeBrian Paul2016-06-101-1/+1
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* swr: implement clipPlanes/clipVertex/clipDistance/cullDistanceTim Rowley2016-06-091-1/+1
| | | | | | | | | | | | | | v2: only load the clip vertex once v3: fix clip enable logic, add cullDistance v4: remove duplicate fields in vs jit key, fix test of clip fixup needed v5: fix clipdistance linkage for slot!=0,4 v6: support clip+cull; passes most piglit clip (failures understood) Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
* docs/devinfo: Expound on helpful extension tipsNanley Chery2016-06-071-0/+7
| | | | | Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs/devinfo: Update bullet in stale extension guideNanley Chery2016-06-071-1/+1
| | | | | Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs/devinfo: Add closing paragraph tagNanley Chery2016-06-071-0/+1
| | | | | Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* nvc0: add support for VOTE tgsi opcodesIlia Mirkin2016-06-061-1/+1
| | | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* i965: Add norbc debug optionTopi Pohjolainen2016-06-011-0/+1
| | | | | | | | | | | | | | This INTEL_DEBUG option disables lossless compression (also known as render buffer compression). v2: (Matt) Use likely(!lossless_compression_disabled) instead of !likely(lossless_compression_disabled) (Grazvydas) Update docs/envvars.html Cc: "12.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: rename release notes to 12.0.0Emil Velikov2016-05-301-4/+4
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 7ad2cb6f08bf318219ceb02d297f794db9221efa)
* docs: move nvc0 out of individual lines of GL 4.2, 4.3, ES 3.1Ilia Mirkin2016-05-301-32/+32
| | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
* docs: add 12.1.0-devel release notes template, bump versionEmil Velikov2016-05-301-0/+60
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs/GL3: mark radeonsi as all done up to GL 4.3 and GLES 3.1Marek Olšák2016-05-301-31/+31
|
* i965: Expose GL 4.3 on Gen8+.Francisco Jerez2016-05-291-2/+1
| | | | | | ARB_compute_shader was the last feature missing. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
* st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1Ilia Mirkin2016-05-282-2/+2
| | | | | Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Matt Turner <mattst88@gmail.com>
* docs: Mention GL4.3 and ES3.1 support for nvc0 and radeonsiBas Nieuwenhuizen2016-05-281-4/+6
| | | | | | | v2: also update the introductory text. Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
* i965: Enable GL_OES_shader_io_blocksIan Romanick2016-05-262-1/+2
| | | | | | | | | | | | | Only one dEQP io_blocks test fails. This test fails for the same reason as the match_different_member_struct_names test in a previous commit. dEQP-GLES31.functional.separate_shader.validation.io_blocks.match_different_member_struct_names v2: Add to release notes. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com> Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
* docs: Mark GL_KHR_robustness done for GLES3.2 as wellKristian Høgsberg Kristensen2016-05-261-1/+1
| | | | | | Signed-off-by: Kristian Høgsberg Kristensen <krh@bitplanet.net> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Brian Paul <brianp@vmware.com>