summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-10-13docs: add news item and link release notesEmil Velikov2-0/+14
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-10-13docs: Add sha256 sums for the 10.3.1 releaseEmil Velikov1-1/+3
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit fa98c74692634de4f87694a40a299b59c4716ee5)
2014-10-13Add release notes for the 10.3.1 releaseEmil Velikov1-0/+156
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 088d3501786a2ff0833de45951b63acbe6560a0f)
2014-10-13docs: Add sha256 sums for the 10.2.9 releaseEmil Velikov1-1/+3
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 52bd154980e306b8bc9b9d2edc0e728a9f8f3bf6)
2014-10-13Add release notes for the 10.2.9 releaseEmil Velikov1-0/+99
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 9f1149876f2d010c871751a53d02d4d2b6aef1fe)
2014-10-12r600g: Implement GL_ARB_sample_shadingGlenn Kennard2-1/+2
Also fixes two sided lighting which was broken at least on pre-evergreen by commit b1eb00. Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2014-09-19docs: Add 10.3 sha256 sums, news item and link release notesEmil Velikov3-2/+17
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 18571edea8f444fc6b4ed2b38f945f0ac533f384) Conflicts: docs/index.html docs/relnotes.html
2014-09-19docs: Update 10.3 release notesEmil Velikov1-2/+244
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 1b12af300dfa77c24088780e88200703653293d3)
2014-09-19docs: Add sha256 sums for the 10.2.8 releaseEmil Velikov1-1/+3
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit f95fcb17163a47674a89d2ab58cd5b2547a94720)
2014-09-19Add release notes for the 10.2.8 releaseEmil Velikov1-0/+128
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 1e2b4120f705b8258da8cbc31bdb9fbfcd118603)
2014-09-12nv50,nvc0: enable ARB_texture_viewIlia Mirkin2-1/+63
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2014-09-09docs: (trivial) mark softpipe, llvmpipe as done for GL_ARB_base_instanceRoland Scheidegger1-1/+1
Forgot to add it when I fixed up the start instance handling in (llvm) draw. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2014-09-08docs: add news link to 10.2.7 release notesBrian Paul1-0/+6
2014-09-06docs: Import 10.2.7 release notes, add news item.Emil Velikov2-0/+212
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-09-01r600g: Implement sm5 geometry shader instancingGlenn Kennard1-1/+1
Requires Evergreen or later hardware. Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com>
2014-09-01docs: Mark ARB_compute_shader as work in progressJordan Justen1-2/+2
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
2014-08-30llvmpipe: (trivial) enable cube map arraysRoland Scheidegger1-1/+1
The code is all in place now so enable it. Seems to pass all relevant piglit tests (just like cube maps, some of the cube map array tests need GALLIVM_DEBUG=no_quad_lod,no_rho_approx) Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2014-08-27docs: mark GL_MAX_VERTEX_ATTRIB_STRIDE as doneTimothy Arceri1-1/+1
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-08-28docs: fix up status of softpipe, llvmpipeRoland Scheidegger1-19/+21
The docs were never really up to date for them, missing just about everything. So mark them off as all done for GL 3.3 (though softpipe is in fact quite broken for some newer things especially wrt texturing, and both don't have compliant, real msaa support). And add the extensions missing too (no guarantee of completeness). Reviewed-by: Dave Airlie <airlied@gmail.com>
2014-08-26docs: Update who is working on tessellationChris Forbes1-1/+1
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
2014-08-21docs: Update instructions for creating a releaseCarl Worth1-30/+180
This captures all of the steps I have been following in making releases for the past year or so. This way, the instructions should be sound for anyone who would like to take over the release process going forward.
2014-08-21docs: Add my notes on stable-branch patch criteriaCarl Worth1-6/+84
This captures the set of rules I have been using for stable-branch management, (starting with a discussion on the mesa-dev mailing list on July 2013, and then refined through my own experience of performing stable-branch releases since then).
2014-08-19docs: Import 10.2.6 release notes, add news item.Carl Worth3-0/+125
2014-08-20docs: Mark off ARB_conditional_render_inverted for i965Chris Forbes2-2/+2
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2014-08-19docs: Update status of ARB_conditional_render_invertedTobias Klausmann2-2/+3
Done for: nvc0, softpipe and llvmpipe Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2014-08-19docs/relnotes: document GLX_MESA_query_rendererMarek Olšák1-0/+1
2014-08-15docs/autoconf: explicitly mention PKG_CONFIG_PATH for cross/multilib buildsEmil Velikov1-3/+5
... and squash a couple of typos. Suggested-by: Eero Tamminen <eero.t.tamminen@intel.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-08-15r600g: Implement ARB_derivative_controlGlenn Kennard2-2/+2
Requires Evergreen/Cayman marek: update release notes Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2014-08-15docs: Update relnotes for ARB_gpu_shader5Chris Forbes1-1/+1
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Matt Turner <mattst88@gmail.com>
2014-08-15docs: Mark off ARB_gpu_shader5 for i965Chris Forbes1-9/+9
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Matt Turner <mattst88@gmail.com>
2014-08-15docs: Mark off ARB_gpu_shader5 UBO array indexing for i965Chris Forbes1-1/+1
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
2014-08-15docs: Mark off ARB_derivative_control for i965.Chris Forbes2-2/+2
Also update 10.3 relnotes to match. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Matt Turner <mattst88@gmail.com>
2014-08-14nv50,nvc0: add support for fine derivativesIlia Mirkin2-1/+2
The quadop-based method we currently use on all chipsets already provides the fine version of the derivatives. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2014-08-14mesa: add ARB_texture_barrier supportIlia Mirkin2-1/+2
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 <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2014-08-15docs: document radeonsi BPTC support, sort extensions in 10.3 release notesMarek Olšák2-6/+6
2014-08-15r600g: Implement BPTC texture supportGlenn Kennard2-2/+2
Requires Evergreen/Cayman Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2014-08-14docs/autoconf: update to better reflect realityEmil Velikov1-16/+36
* --enable-{32,64}-bit is done. Use --build and --host instead. * Configure does not add "-g -O2" to C{,XX}FLAGS. * Pkg-config has been mandatory for a while now. * Avoid using LDFLAGS, refer to pkg-config. * --with-expat is deprecated. Use pkg-config. v2: * Note that CC/CXX will need to be set for multilib builds. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com> (v1)
2014-08-14configure.ac: remove enable 32/64 bit hacksEmil Velikov1-0/+2
These two were added ages ago, with an explicit comment "Hacks ..." They have been insufficient for years and maintainers needed to explicitly handle the build themselves. Rather than lying and pretending that it works, just kill this hack and let maintainers build things the way it should be done for their distribution. Document the removal in the release notes. Suggested-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
2014-08-14docs: update ARB_vertex_attrib_64bit statusDave Airlie1-1/+1
I started this as well on top of my fp64 stuff. Signed-off-by: Dave Airlie <airlied@redhat.com>
2014-08-14docs/GL3.txt: add GLES 3.1 sectionDave Airlie1-1/+17
This just cherry-pick the extensions into a list for GLES 3.1 I'm not actually sure if this list if complete or correct, maybe someone else can tell me what I missed, and I'm not 100% sure on multi_draw_indirect. Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2014-08-13nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2-8/+9
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2014-08-12nvc0: add BPTC format supportIlia Mirkin2-2/+2
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2014-08-12docs: add GL4.5 sectionIlia Mirkin1-0/+16
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-08-12docs: now distributing the GL/glcorearb.h headerBrian Paul1-0/+1
Reviewed-by: Matt Turner <mattst88@gmail.com>
2014-08-12docs: Update release notes and GL3.txt for GL_ARB_texture_compression_bptcNeil Roberts2-1/+2
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-08-11st/mesa: convert the ETC1 format to an uncompressed one if unsupportedMarek Olšák1-0/+1
I don't know of any hardware which supports it. With this, GL_OES_compressed_ETC1_RGB8_texture is supported if RGBA8 is supported. Reviewed-by: Glenn Kennard <glenn.kennard@gmail.com>
2014-08-11st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supportedMarek Olšák2-1/+2
2014-08-11docs/GL3: Mark ARB_copy_image as implemented on i965Jason Ekstrand1-1/+1
2014-08-07docs: List GL+GLSL versions as parts of a whole.Matt Turner1-18/+9
Listing the GLSL version as an individual component of a GL version, separate from the extensions isn't really right. The GLSL changes are (almost?) entirely comprised of changes listed in the extensions. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
2014-08-02docs: Import 10.2.5 release notes, add news item.Carl Worth3-0/+195