aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: import release notes for 9.0.1, add news itemAndreas Boll2012-11-173-0/+176
|
* docs: add note about removal of OpenVMS supportAndreas Boll2012-11-161-0/+1
|
* Remove OpenVMS supportMatt Turner2012-11-161-38/+0
| | | | | | | | | | Not maintained since 2008. Doubtful that it's worked in quite a while. Also see commit 32ac8cb05 which removed VMS stuff from Makefile in 2009. Cc: Jouk Jansen <[email protected]> Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Andreas Boll <[email protected]>
* docs: update with ARB_texture_cube_map_array supportDave Airlie2012-11-092-1/+2
| | | | | | just mention softpipe is done, r600g will come soon. Signed-off-by: Dave Airlie <[email protected]>
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | The functions were broken, because they converted ints to floats. Now we can finally advertise OpenGL 3.0. ;) In this commit, the vbo module also tracks the type for each attrib in addition to the size. It can be one of FLOAT, INT, UNSIGNED_INT. The little ugliness is the vertex attribs are declared as floats even though there may be integer values. The code just copies integer values into them without any conversion. This implementation passes the glVertexAttribI piglit test which I am going to commit in piglit soon. The test covers vertex arrays, immediate mode and display lists. NOTE: This is a candidate for the stable branches. Reviewed-by: Brian Paul <[email protected]> v2: cosmetic changes as suggested by Brian
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-312-2/+2
| | | | | | | | Reviewed-by: Brian Paul <[email protected]> v2: update relnotes-9.1 v3: use align_malloc and align_free for malloced buffers in r300g v4: document the new CAP in the docs
* docs: add another fixed bug to mesa 8.0.5 release notesAndreas Boll2012-10-241-0/+2
| | | | | Reported-by: Matt Turner <[email protected]> Signed-off-by: Andreas Boll <[email protected]>
* docs: Add 8.0.5 release notesAndreas Boll2012-10-243-0/+271
| | | | Signed-off-by: Andreas Boll <[email protected]>
* docs: GL_ARB_texture_storage is supported for all gallium driversBrian Paul2012-10-221-1/+1
|
* docs: add note about removal of GL_NV_fragment_programAndreas Boll2012-10-161-0/+1
|
* docs: Add note about removal of GL_NV_vertex_program.Eric Anholt2012-10-151-0/+2
|
* docs: start release notes file for 9.1Andreas Boll2012-10-112-0/+65
|
* docs: add missing release dateAndreas Boll2012-10-091-0/+2
|
* docs: update release notes for 9.0Andreas Boll2012-10-091-2/+4
|
* docs: add news item for 9.0 releaseAndreas Boll2012-10-091-0/+8
| | | | | | | Reviewed-by: Brian Paul <[email protected]> ported manually from 8e73273cb95626d9def012eeb508160e4022ff60
* docs: update FAQAndreas Boll2012-10-091-19/+24
| | | | | | | | | | | Reported-by: Fabio Pedretti <[email protected]> v2: (Chad Versace <[email protected]>) - Rewrite FAQ - proper place for installing mesa. v3: fix some typos Reviewed-by: Chad Versace <[email protected]>
* docs: add link to the GLSL compiler pageAndreas Boll2012-10-031-0/+1
| | | | | | This reverts commit 9e0931e355a21ff9902a4127cc63b392d8def0cd Reviewed-by: Brian Paul <[email protected]>
* docs: update shading documentationAndreas Boll2012-10-031-8/+5
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs/helpwanted: cleanup todo list linksAndreas Boll2012-10-021-14/+24
| | | | | | | split into common and driver specific To-Do lists add an explanation for each To-Do list Reviewed-by: Brian Paul <[email protected]>
* docs: document how to apply a candidate to a stable branchAndreas Boll2012-10-021-0/+8
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs: document how to mark a candidate for a stable branchAndreas Boll2012-10-021-0/+16
| | | | Reviewed-by: Brian Paul <[email protected]>
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-011-1/+1
|
* mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen2012-09-281-3/+19
| | | | | | | | | | | | | | | | | | | Change the format to MAJOR.MINOR[FC] For example: 2.1, 3.0FC, 3.1 The FC suffix indicates a forward compatible context, and is only valid for versions >= 3.0. Examples: 2.1: GL Legacy/Compatibility context 3.0: GL Legacy/Compatibility context 3.0FC: GL Core Profile context + Forward Compatible 3.1: GL Core Profile context 3.1FC: GL Core Profile context + Forward Compatible Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
* docs: fixup GL4.3 TODO listMarek Olšák2012-09-231-4/+1
| | | | | | | | | | From the OpenGL Registry: "2012/08/13: specs named GL_ARB_debug_group, GL_ARB_debug_label, and GL_ARB_debug_output2 were published in error during the initial OpenGL 4.3 release. All functionality in these documents was combined into the extension GL_KHR_debug. They have been withdrawn from the registry, and a few other extensions were renumbered to avoid holes in the numbering scheme."
* docs: update some more FAQsAndreas Boll2012-09-201-14/+18
| | | | | | v2: remove mention of XFree86 Reviewed-by: Brian Paul <[email protected]>
* docs: remove utility.htmlAndreas Boll2012-09-202-44/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove science.htmlAndreas Boll2012-09-202-79/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove modelers.htmlAndreas Boll2012-09-202-73/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove libraries.htmlAndreas Boll2012-09-202-66/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove games.htmlAndreas Boll2012-09-202-73/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs/contents: add autoconf.html linkAndreas Boll2012-09-201-0/+4
| | | | | | make it easier to find the docs/autoconf.html site Reviewed-by: Brian Paul <[email protected]>
* docs: convert last traces of progs to mesa/demos repositoryAndreas Boll2012-09-202-6/+5
| | | | | | v2: fix typo Reviewed-by: Brian Paul <[email protected]>
* docs: add IRC infoAndreas Boll2012-09-201-1/+6
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs/egl: improve markupAndreas Boll2012-09-201-36/+52
| | | | | | replace unordered list <ul> with defined list <dl> Reviewed-by: Brian Paul <[email protected]>
* docs/autoconf: improve markupAndreas Boll2012-09-201-41/+65
| | | | | | replace unordered list <ul> with defined list <dl> Reviewed-by: Brian Paul <[email protected]>
* docs/autoconf: remove obsolete demo optionsAndreas Boll2012-09-201-21/+0
| | | | | | | removed with commit 56c3cce2a199f7f79a48d7633431e1e80fcd4ba2 two years ago Reviewed-by: Brian Paul <[email protected]>
* docs: improve quality of gears.pngAndreas Boll2012-09-201-0/+0
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs: update faqAndreas Boll2012-09-191-5/+4
|
* docs: update sourcetreeAndreas Boll2012-09-191-2/+2
| | | | | | | | | | | | - add OpenCL state tracker Clover - add XvMC state tracker - remove progs directory got moved into its own repository mesa/demos - remove vf directory removed with abda64efce73c18d49c74
* docs: remove obsolete r300c tracesAndreas Boll2012-09-191-1/+0
|
* docs: fix "Cppyright" typoBrian Paul2012-09-191-1/+1
|
* docs: remove obsolete target attributeAndreas Boll2012-09-1928-262/+237
|
* docs: news.html is the new index.htmlAndreas Boll2012-09-193-2/+2
|
* docs: remove obsolete frame layoutAndreas Boll2012-09-192-62/+0
|
* docs: add new iframe layoutAndreas Boll2012-09-1993-69/+800
|
* docs/news: linkify some active linksAndreas Boll2012-09-191-6/+6
|
* docs/news: deactivate dead linksAndreas Boll2012-09-191-6/+6
| | | | | I have left the links as <code> elements for the purpose of documentation.
* docs/news: drop redundant linkAndreas Boll2012-09-191-1/+1
|
* docs/news: update linkAndreas Boll2012-09-191-1/+1
|
* docs/news: remove link to a non-existent pageAndreas Boll2012-09-191-3/+0
|