summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-12-16docs: add ARB_texture_buffer_object_rgb32Dave Airlie2-1/+2
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-12-14i965: expose ARB_texture_cube_map_arrayChris Forbes1-1/+1
V3: Put enable in an existing block rather than making a new one for no good reason. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-11-29docs: Mark some features in GL3.txt as done for r600Jason Wood1-3/+3
Signed-off-by: Marek Olšák <maraeo@gmail.com>
2012-11-26i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes1-1/+1
v2 (Kayden): Move the enable into an existing intel->gen >= 4 block (as suggested by Ian). Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-11-17docs: import release notes for 9.0.1, add news itemAndreas Boll3-0/+176
2012-11-16docs: add note about removal of OpenVMS supportAndreas Boll1-0/+1
2012-11-16Remove OpenVMS supportMatt Turner1-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 <j.jansen@tudelft.nl> Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
2012-11-09docs: update with ARB_texture_cube_map_array supportDave Airlie2-1/+2
just mention softpipe is done, r600g will come soon. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-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 <brianp@vmware.com> v2: cosmetic changes as suggested by Brian
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2-2/+2
Reviewed-by: Brian Paul <brianp@vmware.com> 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
2012-10-24docs: add another fixed bug to mesa 8.0.5 release notesAndreas Boll1-0/+2
Reported-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
2012-10-24docs: Add 8.0.5 release notesAndreas Boll3-0/+271
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
2012-10-22docs: GL_ARB_texture_storage is supported for all gallium driversBrian Paul1-1/+1
2012-10-16docs: add note about removal of GL_NV_fragment_programAndreas Boll1-0/+1
2012-10-15docs: Add note about removal of GL_NV_vertex_program.Eric Anholt1-0/+2
2012-10-11docs: start release notes file for 9.1Andreas Boll2-0/+65
2012-10-09docs: add missing release dateAndreas Boll1-0/+2
2012-10-09docs: update release notes for 9.0Andreas Boll1-2/+4
2012-10-09docs: add news item for 9.0 releaseAndreas Boll1-0/+8
Reviewed-by: Brian Paul <brianp@vmware.com> ported manually from 8e73273cb95626d9def012eeb508160e4022ff60
2012-10-09docs: update FAQAndreas Boll1-19/+24
Reported-by: Fabio Pedretti <fabio.ped@libero.it> v2: (Chad Versace <chad.versace@linux.intel.com>) - Rewrite FAQ - proper place for installing mesa. v3: fix some typos Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
2012-10-03docs: add link to the GLSL compiler pageAndreas Boll1-0/+1
This reverts commit 9e0931e355a21ff9902a4127cc63b392d8def0cd Reviewed-by: Brian Paul <brianp@vmware.com>
2012-10-03docs: update shading documentationAndreas Boll1-8/+5
Reviewed-by: Brian Paul <brianp@vmware.com>
2012-10-02docs/helpwanted: cleanup todo list linksAndreas Boll1-14/+24
split into common and driver specific To-Do lists add an explanation for each To-Do list Reviewed-by: Brian Paul <brianp@vmware.com>
2012-10-02docs: document how to apply a candidate to a stable branchAndreas Boll1-0/+8
Reviewed-by: Brian Paul <brianp@vmware.com>
2012-10-02docs: document how to mark a candidate for a stable branchAndreas Boll1-0/+16
Reviewed-by: Brian Paul <brianp@vmware.com>
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner1-1/+1
2012-09-28mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen1-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 <jordan.l.justen@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
2012-09-23docs: fixup GL4.3 TODO listMarek Olšák1-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."
2012-09-20docs: update some more FAQsAndreas Boll1-14/+18
v2: remove mention of XFree86 Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: remove utility.htmlAndreas Boll2-44/+0
This page is very old and some of the links are dead. Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: remove science.htmlAndreas Boll2-79/+0
This page is very old and some of the links are dead. Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: remove modelers.htmlAndreas Boll2-73/+0
This page is very old and some of the links are dead. Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: remove libraries.htmlAndreas Boll2-66/+0
This page is very old and some of the links are dead. Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: remove games.htmlAndreas Boll2-73/+0
This page is very old and some of the links are dead. Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs/contents: add autoconf.html linkAndreas Boll1-0/+4
make it easier to find the docs/autoconf.html site Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: convert last traces of progs to mesa/demos repositoryAndreas Boll2-6/+5
v2: fix typo Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: add IRC infoAndreas Boll1-1/+6
Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs/egl: improve markupAndreas Boll1-36/+52
replace unordered list <ul> with defined list <dl> Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs/autoconf: improve markupAndreas Boll1-41/+65
replace unordered list <ul> with defined list <dl> Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs/autoconf: remove obsolete demo optionsAndreas Boll1-21/+0
removed with commit 56c3cce2a199f7f79a48d7633431e1e80fcd4ba2 two years ago Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-20docs: improve quality of gears.pngAndreas Boll1-0/+0
Reviewed-by: Brian Paul <brianp@vmware.com>
2012-09-19docs: update faqAndreas Boll1-5/+4
2012-09-19docs: update sourcetreeAndreas Boll1-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
2012-09-19docs: remove obsolete r300c tracesAndreas Boll1-1/+0
2012-09-19docs: fix "Cppyright" typoBrian Paul1-1/+1
2012-09-19docs: remove obsolete target attributeAndreas Boll28-262/+237
2012-09-19docs: news.html is the new index.htmlAndreas Boll3-2/+2
2012-09-19docs: remove obsolete frame layoutAndreas Boll2-62/+0
2012-09-19docs: add new iframe layoutAndreas Boll93-69/+800
2012-09-19docs/news: linkify some active linksAndreas Boll1-6/+6