aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Require Visual Studio 2015.Jose Fonseca2018-09-101-1/+1
| | | | | | | | We no longer need or use Visual Studio 2013. https://ci.appveyor.com/project/jrfonseca/mesa/build/52 Reviewed-by: Roland Scheidegger <[email protected]>
* docs: update calendar, add news item and link release notes for 18.2.0Andres Gomez2018-09-083-6/+35
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 18.2.0Andres Gomez2018-09-081-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit cb1ddf48e223231fc4e2cfdc92fbcdaec673929d)
* docs: update 18.2.0 release notesAndres Gomez2018-09-081-1/+206
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 7378180e7aa652f3f95e4b953a552dcaf8fb8408)
* docs: update calendar, add news item and link release notes for X.Y.ZDylan Baker2018-09-073-7/+8
| | | | Signed-off-by: Dylan Baker <[email protected]>
* docs/relnotes: Add sha256 sums for mesa 18.1.8Dylan Baker2018-09-071-1/+2
|
* docs: Add release notes for 18.1.8Dylan Baker2018-09-071-0/+179
|
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
|
* docs: update calendar to extended the 18.1 cycle by one more releaseAndres Gomez2018-09-011-2/+8
| | | | | | | | | | | | Due to having 2 additional RCs for 18.2. Cc: Dylan Baker <[email protected]> Cc: Juan A. Suarez <[email protected]> Cc: Emil Velikov <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Acked-by: Dylan Baker <[email protected]> Acked-by: Juan A. Suarez <[email protected]> Acked-by: Emil Velikov <[email protected]>
* docs: update calendar 18.2.0-rc5 is out, extend to 18.2.0-rc6Andres Gomez2018-08-301-2/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin2018-08-281-0/+1
| | | | | | | | | | Adds suppport for INTEL_fragment_shader_ordering. We achieve the fragment ordering by using the same instruction as for beginInvocationInterlockARB() which is by issuing a memory fence via sendc. Signed-off-by: Kevin Rogovin <[email protected]> Reviewed-by: Plamena Manolova <[email protected]>
* docs: add forgotten features to 18.2.0 release notesRhys Perry2018-08-281-0/+3
| | | | | | Signed-off-by: Rhys Perry <[email protected]> Reviewied-by: Ilia Mirkin <[email protected]> Cc: 18.2: <[email protected]>
* docs: Update calendar, news, relnotes for 18.1.7Dylan Baker2018-08-243-7/+7
|
* docs: Add mesa 18.1.7 notesDylan Baker2018-08-241-1/+2
|
* docs: Add mesa 18.1.7 docsDylan Baker2018-08-241-0/+103
|
* docs: update calendar 18.2.0-rc4 is out, extend to 18.2.0-rc5Andres Gomez2018-08-241-2/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs/relnotes: Mark NV_fragment_shader_interlock support in i965Kevin Rogovin2018-08-241-0/+1
| | | | Acked-by: Jason Ekstrand <[email protected]>
* st/mesa: expose KHR_texture_compression_astc_sliced_3dMarek Olšák2018-08-242-1/+2
| | | | | This is ASTC 2D LDR allowing texture arrays and 3D, compressing each slice as a separate 2D image. Tested by piglit. Trivial.
* st/mesa: expose EXT_disjoint_timer_queryMarek Olšák2018-08-241-0/+1
| | | | same cap as ARB_timer_query, no changes needed, tested by piglit
* mesa: expose EXT_vertex_attrib_64bitMarek Olšák2018-08-241-0/+1
| | | | | | | because the closed driver exposes it. It's the same as the ARB extension. Reviewed-by: Ian Romanick <[email protected]>
* mesa: expose AMD_query_buffer_objectMarek Olšák2018-08-241-0/+1
| | | | | | it's a subset of the ARB extension. Reviewed-by: Ian Romanick <[email protected]>
* mesa: expose AMD_multi_draw_indirectMarek Olšák2018-08-241-0/+1
| | | | | | | because the closed driver exposes it. This is equivalent to the ARB extension. Reviewed-by: Ian Romanick <[email protected]>
* mesa: expose AMD_gpu_shader_int64Marek Olšák2018-08-241-0/+1
| | | | | | | | | because the closed driver exposes it. It's equivalent to ARB_gpu_shader_int64. In this patch, I did everything the same as we do for ARB_gpu_shader_int64. Reviewed-by: Ian Romanick <[email protected]>
* docs: update required mako versionEmil Velikov2018-08-231-1/+1
| | | | | | | | | | | The requirement was bumped a while back, but we forgot to update the docs. Fixes: ed871af91c2 ("configure.ac: raise Mako required version to 0.8.0") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* configure: enforce python 2.7 with AM_PATH_PYTHONEmil Velikov2018-08-231-1/+1
| | | | | | | | | | | | | | | Currently we use AC_CHECK_PROGS looking for python2.7, python2 and finally python. That is due to the varying names used across the different OS. Use the handy AM_PATH_PYTHON which finds the correct name and checks for the version. Note: python2.7 has been an unofficial requirement for quite some time. Update the docs to reflect that. Cc: Dylan Baker <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
* docs: Initial version of INTEL_shader_atomic_float_minmax specIan Romanick2018-08-221-0/+200
| | | | | | | | | | | | | | | v2: Describe interactions with the capabilities added by SPV_INTEL_shader_atomic_float_minmax v3: Remove 64-bit float support. v4: Explain NaN issues. Explain issues with atomicMin(-0, +0) and atomicMax(-0, +0). v5: Fix whitespace issues noticed by Caio. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* virgl: ARB_enhanced_layouts supportDave Airlie2018-08-221-1/+1
| | | | | | | We need to handle the gaps in the streamout bindings on the guest side and enable if it the host has the rest enabled. Reviewed-by: Jakob Bornecrantz <[email protected]>
* docs: trivial s/>/&gt;/ html fixEric Engestrom2018-08-211-4/+4
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: update the default mesa shader cache dirTimothy Arceri2018-08-201-2/+2
| | | | | We renamed the dir in commit 28b326238bcc, this just updates the website to reflect the change.
* xmlconfig: read more config files from drirc.d/Qiang Yu2018-08-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Driver and application can put their drirc files in ${datadir}/drirc.d/ with name xxx.conf. Config files will be read and applied in file name alphabetic order. So there are three places for drirc listed in order: 1. /usr/share/drirc.d/ 2. /etc/drirc 3. ~/.drirc v4: fix meson build v3: 1. seperate driParseConfigFiles refine into another patch 2. fix entries[i] mem leak v2: drop /etc/drirc.d Signed-off-by: Qiang Yu <[email protected]> Acked-by: Michel Dänzer <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: Add news item for 18.1.6Dylan Baker2018-08-151-0/+6
|
* docs: update calendar 18.2.0-rc3 is outAndres Gomez2018-08-151-8/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* radeonsi: implement EXT_window_rectanglesMarek Olšák2018-08-141-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* docs: update calendar 18.2.0-rc1 and 18.2.0-rc2 are outAndres Gomez2018-08-141-13/+1
| | | | Signed-off-by: Andres Gomez <[email protected]>
* virgl: ARB_texture_barrier supportDave Airlie2018-08-141-1/+1
| | | | Reviewed-by: Tomeu Vizoso <[email protected]>
* docs: update calendar, add news item and link release notes for 18.1.6Dylan Baker2018-08-132-7/+2
| | | | Signed-off-by: Dylan Baker <[email protected]>
* docs: Add sha256 sums for 18.1.6Dylan Baker2018-08-131-1/+2
|
* docs: Add release notes for 18.1.6Dylan Baker2018-08-131-0/+187
|
* docs/features: mark GL_EXT_render_snorm as done for i965Tapani Pälli2018-08-131-0/+1
| | | | Signed-off-by: Tapani Pälli <[email protected]>
* virgl: add ARB_shader_clock supportDave Airlie2018-08-081-1/+1
| | | | Reviewed-by: Erik Faye-Lund <[email protected]>
* st/mesa: expose & set limits for AMD_framebuffer_multisample_advancedMarek Olšák2018-08-041-1/+1
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs: add 18.3.0-devel release notes templateAndres Gomez2018-08-021-0/+71
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: update 18.2.0 release notes for virglDave Airlie2018-08-021-1/+2
|
* docs: mark ARB_ES3_2_compatibility as done for radeonsiMarek Olšák2018-08-012-1/+2
|
* docs/features: update virgl GLES 3.1/3.2 statusDave Airlie2018-08-011-13/+13
| | | | virgl now exposes GLES3.1 and 3.2
* docs/features: update virgl GL 4.3 supportDave Airlie2018-08-011-9/+9
| | | | virgl with up to date host renderer now exposes GL 4.3.
* docs: update radeonsi features and release notesMarek Olšák2018-07-312-10/+14
|
* docs/features: mark virgl image features and GL4.2 as doneDave Airlie2018-08-011-10/+10
|
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-272-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | Adds an extension to glFramebufferParameteri that will specify if the framebuffer is vertically flipped. Historically system framebuffers are vertically flipped and user framebuffers are not. Checking to see the state was done by looking at the name field. This adds an explicit field. v2: * updated spec language [for chadv] * correctly specifying ES 3.1 [for chadv] * refactor access to rb->Name [for jason] * handle GetFramebufferParameteriv [for chadv] v3: * correct _mesa_GetMultisamplefv [for kusmabite] v4: * update spec language [for chadv] * s/GLboolean/bool/g [for chadv] * s/InvertedY/FlipY/g [for chadv] * s/inverted_y/flip_y/g [for chadv] * assert changes [for chadv] Reviewed-by: Chad Versace <[email protected]>
* docs: Update release calendar, add news item, and add release notes for 18.1.5Dylan Baker2018-07-273-7/+8
|