summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: add release notes for 17.2.3mesa-17.2.3Emil Velikov2017-10-191-0/+180
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.2.2Juan A. Suarez Romero2017-10-021-1/+2
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: add release notes for 17.2.2mesa-17.2.2Juan A. Suarez Romero2017-10-021-0/+202
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: add sha256 checksums for 17.2.1Emil Velikov2017-09-181-1/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add release notes for 17.2.1mesa-17.2.1Emil Velikov2017-09-171-0/+199
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs/egl: remove reference to EGL_DRIVERS_PATHEric Engestrom2017-09-131-21/+0
| | | | | | | | | Support for external egl drivers was dropped a few years ago. Fixes: 209360bbb91bb10346eb "egl/main: drop support for external egl drivers" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit 85b66d20969685c26d3f7d22b6fc7b988872fa88)
* docs: add sha256 checksums for 17.2.0Emil Velikov2017-09-041-1/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: Update 17.2.0 release notesmesa-17.2.0Emil Velikov2017-09-041-2/+149
| | | | Signed-off-by: Emil Velikov <[email protected]>
* i965: Enable ARB_shader_ballot on Gen8+Matt Turner2017-07-202-1/+2
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* i965: Enable ARB_shader_group_voteMatt Turner2017-07-202-1/+2
|
* docs: update master's release notes, news and calendar commitAndres Gomez2017-07-191-11/+4
| | | | | | | | This reflects closer what we are actually doing. Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: avoid overwrite of LD_LIBRARY_PATH during basic testingAndres Gomez2017-07-191-1/+3
| | | | | | | | | | | | | | The LD_LIBRARY_PATH environment variable could be already defined so we extend it and restore it rather than just overwriting it. v2: - Unset the __old_ld helper variable when we are done with it. - Corrected test for and escaping of variables (Eric). v3: Remove unneeded variable (Emil). Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: add instructions to specify LLVM version for basic testingAndres Gomez2017-07-191-0/+8
| | | | | | | | | | | | | | The "Perform basic testing" and "Use the release.sh script from xorg util-modular" sections provide some instructions to do so. We add now some comments in order to use a recent enough LLVM version to run dist/distcheck and the automake generated binaries. v2: Suggested the need to define LLVM_CONFIG also before running the release.sh script. Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: update calendar, add news item and link release notes for 17.1.5Andres Gomez2017-07-143-7/+8
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 17.1.5Andres Gomez2017-07-141-1/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add release notes for 17.1.5Andres Gomez2017-07-141-0/+202
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: update HTTP -> HTTPS reference to reflect realityEmil Velikov2017-07-121-1/+1
| | | | | | | The link recently got updated to https. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 17.1.4Andres Gomez2017-06-301-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 5a24aa8c55c2b7893d50a4a203f14300d4ecab87)
* docs: add release notes for 17.1.4Andres Gomez2017-06-301-0/+219
| | | | | Signed-off-by: Andres Gomez <[email protected]> (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 <[email protected]>
* docs: add sha256 checksums for 17.1.3Emil Velikov2017-06-191-1/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add release notes for 17.1.3Emil Velikov2017-06-191-0/+155
| | | | Signed-off-by: Emil Velikov <[email protected]>
* radeonsi: enable ARB_bindless_textureSamuel Pitoiset2017-06-142-1/+2
| | | | | | | This has only been tested on RX480. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 17.1.2Juan A. Suarez Romero2017-06-051-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (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 <[email protected]> (cherry picked from commit 97f6404e50212fb65fe047e467f5497bcba5b8ac)
* nvc0: Add support for ARB_post_depth_coverageLyude2017-06-021-0/+1
| | | | | Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* docs: update calendar, add news item and link release notes for 17.0.7Emil Velikov2017-06-013-7/+11
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.0.7Emil Velikov2017-06-011-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit bdfd5658e7cd4c6925afa06bb858c0601865a1ea)
* docs: add release notes for 17.0.7Emil Velikov2017-06-011-0/+144
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 46cc7a1746e03b1672c8508af49eb60546d5b61d)
* docs: small release calendar fixesAndres Gomez2017-05-262-2/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: update calendar, add news item and link release notes for 17.1.1Emil Velikov2017-05-253-6/+8
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.1.1Emil Velikov2017-05-251-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 092c485b8ed127a15f52434857c37e8021775775)
* docs: add release notes for 17.1.1Emil Velikov2017-05-251-0/+187
| | | | | Signed-off-by: Emil Velikov <[email protected]> (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 <[email protected]>
* docs: Document ASTC extension support for SKL and BXTNanley Chery2017-05-221-2/+2
| | | | | | | v2: Remove the '+' after bxt Reviewed-by: Anuj Phogat <[email protected]> Signed-off-by: Nanley Chery <[email protected]>
* 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 <[email protected]>
* 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: [email protected] Signed-off-by: Emil Velikov <[email protected]> Acked-by: Tapani Pälli <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-192-8/+6
| | | | | | | | Rename the remaining references to omit the egl part. Cc: [email protected] Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: update calendar, add news item and link release notes for 17.0.6Andres Gomez2017-05-133-7/+8
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 17.0.6Andres Gomez2017-05-131-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 6a680243fcef4509372941d5c4c50b82c3aaa8ed)
* docs: add release notes for 17.0.6Andres Gomez2017-05-131-0/+185
| | | | | Signed-off-by: Andres Gomez <[email protected]> (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 <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez Romero <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: update "Release manager" columnAndres Gomez2017-05-131-2/+2
| | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Juan A. Suarez Romero <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs/releasing: don't forget to update the calendarEmil Velikov2017-05-111-0/+8
| | | | | | Suggested-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
* 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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> (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 <[email protected]>