aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs/lists: add piglit mailing listAndreas Boll2012-06-251-0/+3
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/helpwanted: update some infoAndreas Boll2012-06-251-9/+8
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/sourcetree: update some infoAndreas Boll2012-06-251-4/+6
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/devinfo: update release infoAndreas Boll2012-06-251-22/+19
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/systems: add some useful driver linksAndreas Boll2012-06-251-5/+7
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: update some broken/old linksAndreas Boll2012-06-255-6/+6
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: whitespace cleanupAndreas Boll2012-06-251-16/+16
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: escape html special charAndreas Boll2012-06-251-1/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: add missing target attributeAndreas Boll2012-06-253-4/+4
| | | | | | target is needed for the frame based layout Signed-off-by: Brian Paul <[email protected]>
* docs/shading: use proper markupAndreas Boll2012-06-251-11/+11
| | | | | | use dl instead of ul Signed-off-by: Brian Paul <[email protected]>
* docs: document the GALLIUM_LOG_FILE env varBrian Paul2012-06-251-0/+2
|
* mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul2012-06-251-0/+2
| | | | Reviewed-by: Jose Fonseca <[email protected]>
* docs: update GL3.3 statusMarek Olšák2012-06-251-1/+2
|
* docs: update GL3.txt for ARB_base_instanceFredrik Höglund2012-06-191-1/+1
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs: start release notes file for 8.1Brian Paul2012-06-182-0/+57
|
* docs/relnotes: comment out bug templateAndreas Boll2012-06-181-3/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/relnotes: replace tbd with release dateAndreas Boll2012-06-185-5/+5
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/relnotes: fix validation errorsAndreas Boll2012-06-1812-520/+518
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/relnotes: consolidate html headerAndreas Boll2012-06-1845-468/+397
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: add info about shortlog_mesa.sh scriptBrian Paul2012-06-141-1/+4
|
* docs: whitespaces cleanupAndreas Boll2012-06-1211-55/+49
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: remove some superfluous <p> tagsAndreas Boll2012-06-121-42/+37
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: remove unused table stylesAndreas Boll2012-06-121-2/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: remove unused anchor linksAndreas Boll2012-06-121-7/+7
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: prefer lowercase html tagsAndreas Boll2012-06-1219-173/+173
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: use id instead of <a name>Andreas Boll2012-06-125-82/+54
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/subset-A.html: fix markupAndreas Boll2012-06-121-10/+3
| | | | | | | | | | | | | | | fixes tidy warnings: line 11 column 1 - Warning: <center> isn't allowed in <h1> elements line 10 column 1 - Info: <h1> previously mentioned line 11 column 34 - Warning: discarding unexpected </center> line 14 column 1 - Warning: <center> isn't allowed in <h2> elements line 13 column 1 - Info: <h2> previously mentioned line 13 column 1 - Warning: missing </h2> before <h3> line 18 column 1 - Warning: discarding unexpected </center> line 19 column 1 - Warning: discarding unexpected </h2> Signed-off-by: Brian Paul <[email protected]>
* docs/news.html: use proper markupAndreas Boll2012-06-121-54/+44
| | | | | | | | | | | | | | | fixes tidy warnings: line 1227 column 9 - Warning: missing <li> line 1228 column 17 - Warning: missing <li> line 1235 column 25 - Warning: missing <li> line 1259 column 17 - Warning: missing <li> line 1267 column 9 - Warning: missing <li> line 1359 column 9 - Warning: missing <li> line 1361 column 55 - Warning: discarding unexpected </i> line 1354 column 1 - Warning: trimming empty <p> Signed-off-by: Brian Paul <[email protected]>
* docs: fix html end/start tagsAndreas Boll2012-06-1223-43/+45
| | | | | | for more well-formed html Signed-off-by: Brian Paul <[email protected]>
* docs: escape special html charsAndreas Boll2012-06-1213-41/+41
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: consolidate html header and footerAndreas Boll2012-06-1250-474/+510
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
* docs: remove documentation of old Makefile systemBrian Paul2012-06-061-116/+5
| | | | It's going away in the near future.
* i965: create code path to handle primitive restart in hardwareJordan Justen2012-05-231-1/+1
| | | | | | | | | | | | | | For newer hardware we disable the VBO module's software handling of primitive restart. We now handle primitive restarts in brw_handle_primitive_restart. The initial version of brw_handle_primitive_restart simply calls vbo_sw_primitive_restart, and therefore still uses the VBO module software primitive restart support. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt2012-05-231-1/+1
| | | | | | | v2: Add support for gen6, and don't turn it on if blending is disabled. (fixes GPU hang), and note it in docs/GL3.txt Reviewed-by: Kenneth Graunke <[email protected]>
* docs: add link to 8.0.3 release notesBrian Paul2012-05-211-0/+1
|
* docs: fix a typoHomer Hsing2012-05-211-1/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* Import release notes for 8.0.3, add news itemIan Romanick2012-05-182-0/+327
| | | | Signed-off-by: Ian Romanick <[email protected]>
* i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt2012-05-041-1/+1
| | | | | | Tested with piglit fbo-draw-buffers-blend and intel oglconform. Reviewed-by: Kenneth Graunke <[email protected]>
* docs: another viewperf bugBrian Paul2012-05-041-0/+5
|
* docs: recommend 2GB of RAM for Viewperf testsBrian Paul2012-04-201-0/+4
|
* docs: overhaul the Mesa build/install instructionsBrian Paul2012-04-191-128/+123
| | | | Rearrange thing in general. Mark the legacy Makefile system as deprecated.
* docs: freshen up the download/unpack instructionsBrian Paul2012-04-191-21/+22
|
* docs: Update GLSL 1.40 status.Eric Anholt2012-04-161-1/+2
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Update that int textures got done for GL3.Eric Anholt2012-04-161-1/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Update that ARB_draw_instanced is on in i965.Eric Anholt2012-04-161-1/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Update TBO support.Eric Anholt2012-04-161-1/+1
| | | | | | | | All I know of that needs finishing in Mesa is to enable the extension in a GL3.1 core context on i965 -- we're not going to expose it in non-3.1 core contexts. Reviewed-by: Kenneth Graunke <[email protected]>
* docs: document another viewperf bug in Maya-03Brian Paul2012-04-131-0/+31
|
* docs: update GL3.txt for ARB_blend_func_extendedDave Airlie2012-04-131-1/+1
| | | | Signed-off-by: Dave Airlie <[email protected]>
* docs: document yet another viewperf bugBrian Paul2012-04-111-1/+14
|
* docs/GL3.txt: document ARB_blend_func_extended stateDave Airlie2012-03-241-1/+1
| | | | | I've written softpipe version in my tree, + gallium/mesa/glsl changes, however r600 currently hangs the GPU.