summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add sha256 sums for the 10.4.2 releaseEmil Velikov2015-01-121-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 14f1659b4311589959b2513e437f0229174eb5ae)
* Add release notes for the 10.4.2 releaseEmil Velikov2015-01-121-0/+125
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 02f2e97c3ee4a10696bfce79b6299d478bb6e59a)
* docs: Add sha256 sums for the 10.3.7 releaseEmil Velikov2015-01-121-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 20e0546cc2aa2a32919c3fb179507a60bef8e6e7)
* Add release notes for the 10.3.7 releaseEmil Velikov2015-01-121-0/+91
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 6b00e5585a765a82219ceffce2840308df52b44b)
* docs: Add sha256 sums for the 10.4.1 releaseEmil Velikov2014-12-301-1/+3
| | | | Signed-off-by: Emil Velikov <[email protected]>
* Add release notes for the 10.4.1 releaseEmil Velikov2014-12-301-0/+95
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: Add sha256 sums for the 10.3.6 releaseEmil Velikov2014-12-301-1/+3
| | | | Signed-off-by: Emil Velikov <[email protected]>
* Add release notes for the 10.3.6 releaseEmil Velikov2014-12-301-0/+122
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: note change in minimum GCC version to 4.2.0Timothy Arceri2014-12-181-1/+1
| | | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Acked-by: Matt Turner <[email protected]>
* docs: note change in minimum GCC version to 4.1.0Timothy Arceri2014-12-171-0/+1
| | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* docs: Add 10.4 sha256 sums, news item and link release notesEmil Velikov2014-12-141-2/+4
| | | | | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit af0c82099b955f10471c15cb7a4dc8db29b84963) Conflicts: docs/index.html docs/relnotes.html
* docs: Update 10.4.0 release notesEmil Velikov2014-12-141-2/+192
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 5fe79b0b1272d530371a5d7248ed378cff4f6d21)
* docs/relnotes: document the removal of GALLIUM_MSAAMarek Olšák2014-12-103-0/+4
| | | | Cc: 10.2.10.3 10.4 <[email protected]>
* docs: Add sha256 sums for the 10.3.5 releaseEmil Velikov2014-12-071-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 1ba2029184d3e7b013e3fc322e80a761604495d4)
* Add release notes for the 10.3.5 releaseEmil Velikov2014-12-071-0/+86
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit c90b0db1aef8f439b52b38ad58aac4ca202232a7)
* freedreno/a3xx: add support for SRGB render targetsIlia Mirkin2014-12-061-0/+1
| | | | | Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]>
* freedreno/a3xx: unify vertex/texture formats into a single tableIlia Mirkin2014-11-291-0/+4
| | | | | | | | | | | | The table contains all the relevant information about each format. The helper functions now just do lookups in the table. Note that this adds support for a lot of formats that were previously unsupported. Additionally it adds disabled support for integer render buffers, which will require more work to actually enable. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]>
* docs: add relnotes template for 10.5.0Emil Velikov2014-11-261-0/+61
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: Add sha256 sums for the 10.3.4 releaseEmil Velikov2014-11-221-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 72c27d7a3acc40b8a77a277f7cd975fb8e60dca5)
* Add release notes for the 10.3.4 releaseEmil Velikov2014-11-221-0/+104
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 26c8ecd85dade7be5759c4de0b3916fbc186dc43)
* nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin2014-11-151-1/+1
| | | | | | | This enables the ARB_clip_control extension. Signed-off-by: Ilia Mirkin <[email protected]> Cc: "10.4" <[email protected]>
* docs: Add sha256 sums for the 10.3.3 releaseEmil Velikov2014-11-081-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 9cc26056ee13f25c5785fef81b31487f1429baa4)
* Add release notes for the 10.3.3 releaseEmil Velikov2014-11-081-0/+207
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 1a9cc5f50db5d27530a3449743b43aac389d781f)
* docs: Update GL3.txt and relnotes for GL_KHR_context_flush_controlNeil Roberts2014-10-281-0/+1
|
* nv50: handle inverted render conditionsTobias Klausmann2014-10-261-0/+1
| | | | | | | This enables ARB_conditional_render_inverted. Signed-off-by: Tobias Klausmann <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* docs: Add sha256 sums for the 10.3.2 releaseEmil Velikov2014-10-251-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 95994706429e08665d1d33d248c8bcd67d40251e)
* Add release notes for the 10.3.2 releaseEmil Velikov2014-10-251-0/+113
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 3b6a4758fa8958db4b76e6d7efccc93b12b1da06)
* gallium: Enable ARB_clip_control for gallium drivers.Mathias Fröhlich2014-10-241-0/+1
| | | | | | | | | | | | | | | | Gallium should be prepared fine for ARB_clip_control. So enable this and mention it in the release notes. v2: Only enable for drivers announcing the freshly introduced PIPE_CAP_CLIP_HALFZ capability. v3: Use extension enable infrastructure to connect PIPE_CAP_CLIP_HALFZ with ARB_clip_control. Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Mathias Froehlich <[email protected]>
* docs: Add sha256 sums for the 10.3.1 releaseEmil Velikov2014-10-131-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit fa98c74692634de4f87694a40a299b59c4716ee5)
* Add release notes for the 10.3.1 releaseEmil Velikov2014-10-131-0/+156
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 088d3501786a2ff0833de45951b63acbe6560a0f)
* docs: Add sha256 sums for the 10.2.9 releaseEmil Velikov2014-10-131-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 52bd154980e306b8bc9b9d2edc0e728a9f8f3bf6)
* Add release notes for the 10.2.9 releaseEmil Velikov2014-10-131-0/+99
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 9f1149876f2d010c871751a53d02d4d2b6aef1fe)
* r600g: Implement GL_ARB_sample_shadingGlenn Kennard2014-10-121-0/+1
| | | | | | | | Also fixes two sided lighting which was broken at least on pre-evergreen by commit b1eb00. Signed-off-by: Glenn Kennard <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
* docs: Add 10.3 sha256 sums, news item and link release notesEmil Velikov2014-09-191-2/+4
| | | | | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 18571edea8f444fc6b4ed2b38f945f0ac533f384) Conflicts: docs/index.html docs/relnotes.html
* docs: Update 10.3 release notesEmil Velikov2014-09-191-2/+244
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 1b12af300dfa77c24088780e88200703653293d3)
* docs: Add sha256 sums for the 10.2.8 releaseEmil Velikov2014-09-191-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit f95fcb17163a47674a89d2ab58cd5b2547a94720)
* Add release notes for the 10.2.8 releaseEmil Velikov2014-09-191-0/+128
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 1e2b4120f705b8258da8cbc31bdb9fbfcd118603)
* nv50,nvc0: enable ARB_texture_viewIlia Mirkin2014-09-121-0/+62
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* docs: Import 10.2.7 release notes, add news item.Emil Velikov2014-09-061-0/+211
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: Import 10.2.6 release notes, add news item.Carl Worth2014-08-191-0/+118
|
* docs: Mark off ARB_conditional_render_inverted for i965Chris Forbes2014-08-201-1/+1
| | | | | Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* docs: Update status of ARB_conditional_render_invertedTobias Klausmann2014-08-191-1/+2
| | | | | | | | Done for: nvc0, softpipe and llvmpipe Reviewed-by: Ilia Mirkin <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Tobias Klausmann <[email protected]>
* docs/relnotes: document GLX_MESA_query_rendererMarek Olšák2014-08-191-0/+1
|
* r600g: Implement ARB_derivative_controlGlenn Kennard2014-08-151-1/+1
| | | | | | | | | Requires Evergreen/Cayman marek: update release notes Signed-off-by: Glenn Kennard <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
* docs: Update relnotes for ARB_gpu_shader5Chris Forbes2014-08-151-1/+1
| | | | | Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* docs: Mark off ARB_derivative_control for i965.Chris Forbes2014-08-151-1/+1
| | | | | | | Also update 10.3 relnotes to match. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* nv50,nvc0: add support for fine derivativesIlia Mirkin2014-08-141-0/+1
| | | | | | | The quadop-based method we currently use on all chipsets already provides the fine version of the derivatives. Signed-off-by: Ilia Mirkin <[email protected]>
* mesa: add ARB_texture_barrier supportIlia Mirkin2014-08-141-0/+1
| | | | | | | | | This extension is identical to NV_texture_barrier. Alias glTextureBarrier to the existing glTextureBarrierNV and use the existing NV_texture_barrier extension bit. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
* docs: document radeonsi BPTC support, sort extensions in 10.3 release notesMarek Olšák2014-08-151-5/+5
|
* r600g: Implement BPTC texture supportGlenn Kennard2014-08-151-1/+1
| | | | | | | Requires Evergreen/Cayman Signed-off-by: Glenn Kennard <[email protected]> Signed-off-by: Marek Olšák <[email protected]>