summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove libGLUMatt Turner2012-08-319-78/+17
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <[email protected]>
* docs: update relnotes-9.0Andreas Boll2012-08-311-3/+13
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: Add some missing features to 9.0 release notes and GL3.txt9.0-branchpointIan Romanick2012-08-302-4/+6
| | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* mesa: Bump version to 9.0Ian Romanick2012-08-302-5/+21
| | | | | | | | Now that OpenGL 3.1 is supported by at least one driver, follow tradition and bump the major version number. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: remove mention of old driver maintenanceBrian Paul2012-08-281-5/+0
| | | | People who need old drivers can use older versions of Mesa.
* docs/utilities: add/update some useful utilitiesAndreas Boll2012-08-281-10/+16
| | | | | | | | | | the progs/util directory is now in mesa demos replace glean with piglit add ApiTrace markup: replace the unordered list <ul> with a definition list <dl> Signed-off-by: Brian Paul <[email protected]>
* docs/helpwanted: add radeonsi todo listAndreas Boll2012-08-281-0/+2
| | | | Signed-off-by: Michel Dänzer <[email protected]>
* i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2012-08-261-1/+1
| | | | | | Needs updated libdrm. Reviewed-by: Kenneth Graunke <[email protected]>
* i965: Add support for GL_ARB_occlusion_query2.Eric Anholt2012-08-261-1/+1
| | | | | | | This extension is just a bit of core code on top of the GL_ARB_occlusion_query support. Reviewed-by: Kenneth Graunke <[email protected]>
* i965: add ARB_texture_rgb10_a2ui supportJordan Justen2012-08-141-1/+1
| | | | | Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: Add EGL extensions to release notesIan Romanick2012-08-141-0/+5
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: Enable GL_ARB_invalidate_subdataIan Romanick2012-08-141-0/+2
| | | | | | | | v2: Add GL_ARB_invalidate_subdata to release notes at Brian's suggestion. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* i965: Enable uniform buffer objects on gen6+.Eric Anholt2012-08-071-1/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* docs: update ARB_debug_output status to DONEBrian Paul2012-08-061-1/+1
|
* docs: Add OpenGL 4.3 requirementsJason Wood2012-08-061-0/+30
| | | | | | | | v2: Note that GLSL 4.3 has not been started, and that ARB_compute_shader has been started in Gallium drivers. Signed-off-by: Jason Wood <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* docs: update piglit urlAndreas Boll2012-08-062-2/+2
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs/helpwanted: add r600g and i915g todo listsAndreas Boll2012-08-061-0/+4
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: the legacy makefile system is removed in Mesa 8.1Brian Paul2012-07-241-2/+4
|
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-1/+5
| | | | | | We're going to make the public wl_buffer struct as small as possible. Signed-off-by: Kristian Høgsberg <[email protected]>
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-32/+27
| | | | | | | | We also reuse EGL_TEXTURE_RGBA and EGL_TEXTURE_RGB, adding only the new planar YUV texture formats: EGL_TEXTURE_Y_U_V_WL, EGL_TEXTURE_Y_UV_WL and EGL_TEXTURE_Y_XUXV_WL. Signed-off-by: Kristian Høgsberg <[email protected]>
* docs: update relnotes-8.1 and GL3 statusMarek Olšák2012-07-122-2/+4
|
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-3/+87
| | | | | | | This lets us specify the plane to create the image for for multiplanar wl_buffers. Signed-off-by: Kristian Høgsberg <[email protected]>
* docs: Update GL3.txt.Kenneth Graunke2012-07-101-2/+2
| | | | | | | | | | | | | We neglected to list the deprecation model/forward compatible context support. inverse() has been done for a while. None of us know what "highp change" means; GLSL 1.30 already added the ability to recognize precision keywords, and it doesn't look like 1.40 has any new requirements there (precision keywords still have no meaning). Signed-off-by: Kenneth Graunke <[email protected]>
* docs/relnotes-8.0.4: fix html markupAndreas Boll2012-07-101-44/+41
|
* docs: update relnotes-8.1 and GL3 statusMarek Olšák2012-07-102-1/+4
|
* docs: Add 8.0.4 release notesIan Romanick2012-07-103-0/+213
| | | | | | Also add news story. Extra, extra! Read all about it! Signed-off-by: Ian Romanick <[email protected]>
* docs: document ARB_blend_func_extended and EXT_texture_rg in relnotes-8.1Marek Olšák2012-07-071-3/+5
| | | | also sort the extensions
* i965: enable ARB_instanced_arrays extensionJordan Justen2012-06-271-1/+1
| | | | | | | | Set the step_rate value when drawing to implement ARB_instanced_arrays for gen >= 4. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
* docs/helpwanted: add some useful todo listsAndreas Boll2012-06-271-0/+13
| | | | Signed-off-by: Brian Paul <[email protected]>
* 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]>