summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-08-05docs: Document UVD (2.2 and 3.0) video decoding support in mesa 9.2Andreas Boll1-0/+1
Cc: "9.2" mesa-stable@lists.freedesktop.org Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 9d569fed8dec675446d37ff9d8b16554b18e542e)
2013-08-05docs: Document that i965 Gen6+ requires Kernel 3.6 or laterAndreas Boll1-1/+2
Cc: "9.2" mesa-stable@lists.freedesktop.org Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (cherry picked from commit ec4a6a94b1d7b88f0310c089ea556df274cce93b)
2013-07-17docs: Import 9.1.5 release notesCarl Worth3-0/+145
And add news item for the release.
2013-07-02st/mesa: disable EXT_separate_shader_objectsMarek Olšák1-0/+3
The extension disallows elimination of set-but-unused varyings. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2013-07-01docs: Import 9.1.4 release notes, add news item.Ian Romanick3-0/+328
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick1-0/+1
In Mesa, this extension is implemented purely in software. Drivers may *optionally* provide optimized paths. NOTE: This has the side effect of enabling the extension in the radeon, r200, and nouveau drivers. v2: Minor whitespace tidying (suggested by Brian). Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick3-2/+4
Commit bab755a made the implementation a no-op, and it was only ever enabled by software rasterizers. v2: Move the spec into docs/specs/OLD since it's now obsolete (squashed patch from Andreas Boll) Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick1-0/+2
As far as I can tell, no driver has enabled this extension since c6499a7 back in 2007. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-06-27docs: updated instructions for Mesa on WindowsBill York1-1/+18
Signed-off-by: Brian Paul <brianp@vmware.com>
2013-06-07docs: update some environment variable infoBrian Paul1-4/+13
Drop the GALLIUM_NOSSE/PPC env vars, added ST_DEBUG and some of the VMware SVGA driver env vars.
2013-06-06build: Use PACKAGE_VERSION from autoconfAndreas Boll1-1/+0
Both variables had the same value. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-05-21docs: Import 9.1.3 release notes, add news item.Ian Romanick3-0/+237
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-05-14docs: Mark a few things as in progress.Kenneth Graunke1-6/+6
2013-05-09docs: document GALLIUM_HUD and LIBGL_SHOW_FPSMarek Olšák1-0/+5
2013-05-09docs: remove ^M chars from GL3.txtBrian Paul1-3/+3
2013-05-01docs: add info about bugzilla_mesa.sh scriptAndreas Boll1-2/+2
2013-05-01docs: s/Aprile/April/Brian Paul1-1/+1
2013-05-01docs: fix 9.1.2 release notesAndreas Boll1-2/+2
2013-04-30docs: Import 9.1.2 release notes, add news item.Ian Romanick3-0/+244
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-04-23mesa: Fix up some final license word wrapping issues by hand.Kenneth Graunke1-3/+4
Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
This brings the license text in line with the MIT License as published on the Open Source Initiative website: http://opensource.org/licenses/mit-license.php Generated automatically be the following shell command: $ git grep 'THE AUTHORS BE LIABLE' | sed 's/:.*$//g' | xargs -I '{}' \ sed -i 's/THE AUTHORS/THE AUTHORS OR COPYRIGHT HOLDERS/' {} This introduces some wrapping issues, to be fixed in the next commit. Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
Generated automatically be the following shell command: $ git grep 'BRIAN PAUL BE LIABLE' | sed 's/:.*$//g' | xargs -I '{}' \ sed -i 's/BRIAN PAUL/THE AUTHORS/' {} The intention here is to protect all authors, not just Brian Paul. I believe that was already the sensible interpretation, but spelling it out is probably better. More practically, it also prevents people from accidentally copy & pasting the license into a new file which says Brian is not liable when he isn't even one of the authors. Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-23docs: document issue with Viewperf proe-05 test 6Brian Paul1-0/+30
2013-04-18docs: update release notes for 9.2Andreas Boll1-3/+8
Reviewed-by: Matt Turner <mattst88@gmail.com>
2013-04-17gallivm: JIT symbol resolution with linux perf.José Fonseca1-20/+20
Details on docs/llvmpipe.html Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2013-04-17docs: Update 'Making new mesa release'Emil Velikov1-0/+2
Add a note to update PACKAGE_VERSION for Android and scons builds Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-17docs: Add some missing release notesEmil Velikov1-0/+3
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-17docs: move specs to a separate folderEmil Velikov25-17/+25
Handle legacy/obsolete specs as well List all specs in extensions.html Mark 'OLD' extensions as obsolete in extensions.html Update the spec location in old relnotes Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-17docs: restructure release notes into separate folderEmil Velikov84-281/+281
relnotes-*html > relnotes/*html RELNOTES-* > relnotes/* fix links, css and frames Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-11radeon/uvd: add UVD implementation v5Christian König1-0/+13
Just everything you need for UVD with r600g and radeonsi. v2: move UVD code to radeon subdir, clean up build system additions, remove an unused SI function, disable tiling on SI for now. v3: some minor indentation fix and rebased v4: dpb size calculation fixed v5: implement proper fall-back in case the kernel doesn't support UVD, based on patches from Andreas Boll but cleaned up a bit more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2013-04-09docs: initial 9.2 release notes fileBrian Paul2-0/+66
2013-04-01docs: add a new page documenting known application issuesBrian Paul2-0/+84
Let's try to update this when we find other broken applications... Reviewed-by: José Fonseca <jfonseca@vmware.com>
2013-03-31docs: mark ARB_texture_storage_multisample doneChris Forbes1-1/+1
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-03-29i965: Enable ARB_texture_query_lod.Matt Turner1-1/+1
v2: Support Ironlake as well. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-03-21docs: Mark ARB_ES3_compatibility as done.Matt Turner1-1/+1
2013-03-19docs: import release notes for 9.1.1, add news itemIan Romanick2-0/+241
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-03-12docs: rewrite the OSMesa info / instructionsBrian Paul1-40/+25
Reviewed-by: José Fonseca <jfonseca@vmware.com>
2013-03-12mesa: Remove unused version #defines from version.h.Matt Turner1-2/+0
Reviewed-by: Eric Anholt <eric@anholt.net>
2013-03-08docs: document another Viewperf bugBrian Paul1-0/+29
2013-03-02docs: Mark some things done in GL3.txtChris Forbes1-2/+2
2013-02-25docs: add news item for mesa-demos 8.1.0 releaseAndreas Boll1-0/+9
2013-02-25docs: import release notes for 9.1, add news itemAndreas Boll2-2/+14
2013-02-21docs: import release notes for 9.0.3, add news itemAndreas Boll3-0/+256
2013-02-11docs: Mark a few things done in GL3.txt.Kenneth Graunke1-2/+2
2013-02-11docs: document removal of makedepend build dependencyAndreas Boll1-0/+1
Build dependency removed with 424f2008814ed9047628c40ccd4258a8a9fd8299 Reviewed-by: Matt Turner <mattst88@gmail.com>
2013-02-11docs: update making a new mesa release infoAndreas Boll1-4/+8
Reviewed-by: Brian Paul <brianp@vmware.com>
2013-02-11docs: use proper title for index.htmlAndreas Boll1-1/+1
Reviewed-by: Brian Paul <brianp@vmware.com>
2013-02-11docs: mention some other supported APIsAndreas Boll1-2/+2
v2: add ES3 Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
2013-02-11docs: update sourcetreeAndreas Boll1-7/+5
glsl directory is located in src and not in src/egl v2: remove ppc, move glapi from src/mesa to src/mapi Reviewed-by: Brian Paul <brianp@vmware.com>
2013-02-11docs: replace CVS with gitAndreas Boll1-1/+1
Reviewed-by: Brian Paul <brianp@vmware.com>