summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: update bug reporting guidelinesBrian Paul2017-07-031-1/+4
| | | | | Suggest attaching output of glxinfo/wglinfo. Suggest providing an apitrace.
* docs: update calendar, add news item and link release notes for 17.1.4Andres Gomez2017-06-303-7/+8
| | | | Signed-off-by: Andres Gomez <agomez@igalia.com>
* docs: add sha256 checksums for 17.1.4Andres Gomez2017-06-301-1/+2
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 5a24aa8c55c2b7893d50a4a203f14300d4ecab87)
* docs: add release notes for 17.1.4Andres Gomez2017-06-301-0/+219
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit e60d010ef41f049df84d683a6465d1e5bf0cbb3d)
* docs: update calendar, add news item and link release notes for 17.1.3Emil Velikov2017-06-193-7/+8
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 17.1.3Emil Velikov2017-06-191-1/+2
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add release notes for 17.1.3Emil Velikov2017-06-191-0/+155
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* radeonsi: enable ARB_bindless_textureSamuel Pitoiset2017-06-142-1/+2
| | | | | | | This has only been tested on RX480. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.Kenneth Graunke2017-06-051-1/+1
| | | | | | | | | We moved to INTEL_SCALAR_* when we added more than a single stage, but never went back and converted the VS to work that way. Be consistent. Also update the documentation to actually mention these debug variables. Acked-by: Jason Ekstrand <jason@jlekstrand.net>
* docs: update calendar, add news item and link release notes for 17.1.2Juan A. Suarez Romero2017-06-053-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
* docs: add sha256 checksums for 17.1.2Juan A. Suarez Romero2017-06-051-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 4908b1e909ba4cfd5391f61ea551d21cccb52e2f)
* docs: add release notes for 17.1.2Juan A. Suarez Romero2017-06-051-0/+186
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 97f6404e50212fb65fe047e467f5497bcba5b8ac)
* nvc0: Add support for ARB_post_depth_coverageLyude2017-06-021-0/+1
| | | | | Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
* docs: update calendar, add news item and link release notes for 17.0.7Emil Velikov2017-06-013-7/+11
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 17.0.7Emil Velikov2017-06-011-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit bdfd5658e7cd4c6925afa06bb858c0601865a1ea)
* docs: add release notes for 17.0.7Emil Velikov2017-06-011-0/+144
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 46cc7a1746e03b1672c8508af49eb60546d5b61d)
* docs: small release calendar fixesAndres Gomez2017-05-262-2/+2
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
* docs: update calendar, add news item and link release notes for 17.1.1Emil Velikov2017-05-253-6/+8
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 17.1.1Emil Velikov2017-05-251-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 092c485b8ed127a15f52434857c37e8021775775)
* docs: add release notes for 17.1.1Emil Velikov2017-05-251-0/+187
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit ca0a148a4d09d850f63c82011ac49a311e43e502)
* svga: log the process command line to the vmware.log fileBrian Paul2017-05-241-0/+2
| | | | | | | | | This is useful for Piglit when thousands of tests are run and we want to determine which test triggered a device error. v2: only log command line info if the new SVGA_EXTRA_LOGGING env var is set Reviewed-by: Charmaine Lee <charmainel@vmware.com>
* docs: Document ASTC extension support for SKL and BXTNanley Chery2017-05-221-2/+2
| | | | | | | v2: Remove the '+' after bxt Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
* mesa: add an env var to force cache fallbackTimothy Arceri2017-05-201-0/+2
| | | | | | | | | | | | | | | | | For the gallium state tracker a tgsi binary may have been evicted from the cache to make space. In this case we would take the fallback path and recompile/link the shader. On i965 there are a number of reasons we can get to the program upload stage and have neither IR nor a valid cached binary. For example the binary may have been evicted from the cache or we need a variant that wasn't previously cached. This environment variable enables us to force the fallback path that would be taken in these cases and makes it easier to debug these otherwise hard to reproduce scenarios. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* configure: enable the surfaceless platform by defaultEmil Velikov2017-05-191-1/+1
| | | | | | | | | | | | | A simple platform that you want to use in a many usecases. See the spec file details. It has no special requirements plus it takes less than a second to build. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-192-8/+6
| | | | | | | | Rename the remaining references to omit the egl part. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
* docs: update calendar, add news item and link release notes for 17.0.6Andres Gomez2017-05-133-7/+8
| | | | Signed-off-by: Andres Gomez <agomez@igalia.com>
* docs: add sha256 checksums for 17.0.6Andres Gomez2017-05-131-1/+2
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 6a680243fcef4509372941d5c4c50b82c3aaa8ed)
* docs: add release notes for 17.0.6Andres Gomez2017-05-131-0/+185
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 08abf3a2a2ca8733fb75277d41f2196fe899f129)
* docs: extend until the end of AugustAndres Gomez2017-05-131-1/+61
| | | | | | | | | | | Completed the 17.1 cycle and added the beginning of the 17.2 one. Cc: Emil Velikov <emil.velikov@collabora.com> Cc: Juan A. Suarez Romero <jasuarez@igalia.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs: update "Release manager" columnAndres Gomez2017-05-131-2/+2
| | | | | | | | Cc: Emil Velikov <emil.velikov@collabora.com> Cc: Juan A. Suarez Romero <jasuarez@igalia.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs/releasing: don't forget to update the calendarEmil Velikov2017-05-111-0/+8
| | | | | | Suggested-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: remove released versions from the calendarEmil Velikov2017-05-111-20/+2
| | | | | | | v2: Remove Mesa 17.1.0 as well Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> (v1)
* i965: Drop INTEL_DEBUG=stats.Kenneth Graunke2017-05-101-1/+0
| | | | | | | | | | | | | | | | For whatever reason, we had an INTEL_DEBUG=stats option that enabled various statistics counters on Gen4-5 systems. It's been around forever, though I can't think of a single time that it's been useful. On Gen6+, we enable statistics all the time because they're necessary to support various query object targets. Turning them off would break those queries. Gen4-5 don't support those queries, so the statistics counters generally aren't useful; we disabled them by default. This patch disables them altogether. Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
* docs: add news item and link release notes for 17.1.0Emil Velikov2017-05-102-0/+8
| | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add sha256 checksums for 17.1.0Emil Velikov2017-05-101-1/+2
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 806f802e7b6a898a4f8c47bc56b97579a86a873e)
* docs: Update 17.1.0 release notesEmil Velikov2017-05-101-1/+142
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 15a38605fc3aa49c01943f9ec2be19d58fef4aac)
* docs/releasing: added relevant people for build/check with MacOSXAndres Gomez2017-05-081-0/+5
| | | | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Cc: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Jeremy Sequoia <jeremyhu@apple.com>
* docs/releasing: added relevant people for build/check with AndroidAndres Gomez2017-05-081-0/+6
| | | | | | | | | | | | | | v2: Tapani as main contact and Mauro just for help with debugging/building (Mauro). v3: Mauro my provide feedback for android-x86 only (Mauro). Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Cc: Tapani Pälli <tapani.palli@intel.com> Cc: Mauro Rossi <issor.oruam@gmail.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
* docs/releasing: added relevant people for build/check with WindowsAndres Gomez2017-05-081-0/+5
| | | | | | | | | | | | | v2: Brian Paul as main contact point and Jose Fonseca as fallback (Vinson, Jose) Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Cc: Vinson Lee <vlee@freedesktop.org> Cc: Brian Paul <brianp@vmware.com> Cc: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
* docs/releasing: if possible, do some every day use on the RCAndres Gomez2017-05-081-0/+6
| | | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs/releasing: further explain the build/check testing processAndres Gomez2017-05-081-2/+5
| | | | | | | | | | | The build/check test should be done with an appropriate combination of flags, depending on the changes introduced by the patch set. Also, mention to cross compile with mingw-w64 for Windows. Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs/releasing: check in master for forgotten nomination candidatesAndres Gomez2017-05-081-1/+8
| | | | | | | | | | The maintanier should not just rely on the mesa-stable@ mailing list but actually check the master branch in search for suitable nomination candidates. Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs/releasing: format/style homogenizationAndres Gomez2017-05-081-4/+31
| | | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> Cc: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* docs: add release calendar page and references to itEmil Velikov2017-04-295-1/+107
| | | | | | | | | | | | | | | Add a page that has information which release is expected when and associated information. Reference to it from the "Releasing process" and "Release notes" pages. v2: - Add Andres for 17.0.5 - Rework table format to include the branch (Eric) Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
* docs: add news item and link release notes for 17.0.5Andres Gomez2017-04-292-0/+7
| | | | Signed-off-by: Andres Gomez <agomez@igalia.com>
* docs: add sha256 checksums for 17.0.5Andres Gomez2017-04-291-1/+2
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 6cb65ce2d3689ae7f692f8cf08559109037dd74e)
* docs: add release notes for 17.0.5Andres Gomez2017-04-291-0/+143
| | | | | Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 61b134a862ecc1877bbe2f2c14e493b5fb607e04)
* mesa: drop APPLE_vertex_array_object supportTimothy Arceri2017-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | Shared context support for VAOs was dropped in 0b2750620b65. From the ARB_vertex_array_object spec: "This extension differs from GL_APPLE_vertex_array_object in that client memory cannot be accessed through a non-zero vertex array object. It also differs in that vertex array objects are explicitly not sharable between contexts." Nobody should be using this extension over ARB_vertex_array_object anymore so just drop it rather than adding locking back just for VAOs created from these functions. For reference the Nvidia blob doesn't expose this extension. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* docs/features: mark KHR_no_error as startedKai Wasserbäch2017-04-211-1/+1
| | | | | | | | | The OpenGL extension KHR_no_error is exposed since commit d42d150ad26e29d9e894ba9f9e28f8134e2e5393 by Timothy Arceri. Therefore it should be marked as "started" in the features.txt Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* nvc0: Add support for setting viewport index/layer from VS/TESIlia Mirkin2017-04-202-2/+4
| | | | | | | | | | | | | This enables support on GM200+ for: - GL_AMD_vertex_shader_layer - GL_AMD_vertex_shader_layer_viewport_index - GL_ARB_shader_viewport_layer_array Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> [lyude: add relnotes/TES cap] Signed-off-by: Lyude <lyude@redhat.com> [imirkin: move relnotes to right place, add features.txt] Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>