| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove libGLU | Matt Turner | 2012-08-31 | 9 | -78/+17 |
* | docs: update relnotes-9.0 | Andreas Boll | 2012-08-31 | 1 | -3/+13 |
* | docs: Add some missing features to 9.0 release notes and GL3.txt9.0-branchpoint | Ian Romanick | 2012-08-30 | 2 | -4/+6 |
* | mesa: Bump version to 9.0 | Ian Romanick | 2012-08-30 | 2 | -5/+21 |
* | docs: remove mention of old driver maintenance | Brian Paul | 2012-08-28 | 1 | -5/+0 |
* | docs/utilities: add/update some useful utilities | Andreas Boll | 2012-08-28 | 1 | -10/+16 |
* | docs/helpwanted: add radeonsi todo list | Andreas Boll | 2012-08-28 | 1 | -0/+2 |
* | i965/gen6+: Add support for GL_ARB_timer_query. | Eric Anholt | 2012-08-26 | 1 | -1/+1 |
* | i965: Add support for GL_ARB_occlusion_query2. | Eric Anholt | 2012-08-26 | 1 | -1/+1 |
* | i965: add ARB_texture_rgb10_a2ui support | Jordan Justen | 2012-08-14 | 1 | -1/+1 |
* | docs: Add EGL extensions to release notes | Ian Romanick | 2012-08-14 | 1 | -0/+5 |
* | mesa: Enable GL_ARB_invalidate_subdata | Ian Romanick | 2012-08-14 | 1 | -0/+2 |
* | i965: Enable uniform buffer objects on gen6+. | Eric Anholt | 2012-08-07 | 1 | -1/+1 |
* | docs: update ARB_debug_output status to DONE | Brian Paul | 2012-08-06 | 1 | -1/+1 |
* | docs: Add OpenGL 4.3 requirements | Jason Wood | 2012-08-06 | 1 | -0/+30 |
* | docs: update piglit url | Andreas Boll | 2012-08-06 | 2 | -2/+2 |
* | docs/helpwanted: add r600g and i915g todo lists | Andreas Boll | 2012-08-06 | 1 | -0/+4 |
* | docs: the legacy makefile system is removed in Mesa 8.1 | Brian Paul | 2012-07-24 | 1 | -2/+4 |
* | wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer | Kristian Høgsberg | 2012-07-19 | 1 | -1/+5 |
* | wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format | Kristian Høgsberg | 2012-07-19 | 1 | -32/+27 |
* | docs: update relnotes-8.1 and GL3 status | Marek Olšák | 2012-07-12 | 2 | -2/+4 |
* | egl: Add EGL_WAYLAND_PLANE_WL attribute | Kristian Høgsberg | 2012-07-11 | 1 | -3/+87 |
* | docs: Update GL3.txt. | Kenneth Graunke | 2012-07-10 | 1 | -2/+2 |
* | docs/relnotes-8.0.4: fix html markup | Andreas Boll | 2012-07-10 | 1 | -44/+41 |
* | docs: update relnotes-8.1 and GL3 status | Marek Olšák | 2012-07-10 | 2 | -1/+4 |
* | docs: Add 8.0.4 release notes | Ian Romanick | 2012-07-10 | 3 | -0/+213 |
* | docs: document ARB_blend_func_extended and EXT_texture_rg in relnotes-8.1 | Marek Olšák | 2012-07-07 | 1 | -3/+5 |
* | i965: enable ARB_instanced_arrays extension | Jordan Justen | 2012-06-27 | 1 | -1/+1 |
* | docs/helpwanted: add some useful todo lists | Andreas Boll | 2012-06-27 | 1 | -0/+13 |
* | docs/lists: add piglit mailing list | Andreas Boll | 2012-06-25 | 1 | -0/+3 |
* | docs/helpwanted: update some info | Andreas Boll | 2012-06-25 | 1 | -9/+8 |
* | docs/sourcetree: update some info | Andreas Boll | 2012-06-25 | 1 | -4/+6 |
* | docs/devinfo: update release info | Andreas Boll | 2012-06-25 | 1 | -22/+19 |
* | docs/systems: add some useful driver links | Andreas Boll | 2012-06-25 | 1 | -5/+7 |
* | docs: update some broken/old links | Andreas Boll | 2012-06-25 | 5 | -6/+6 |
* | docs: whitespace cleanup | Andreas Boll | 2012-06-25 | 1 | -16/+16 |
* | docs: escape html special char | Andreas Boll | 2012-06-25 | 1 | -1/+1 |
* | docs: add missing target attribute | Andreas Boll | 2012-06-25 | 3 | -4/+4 |
* | docs/shading: use proper markup | Andreas Boll | 2012-06-25 | 1 | -11/+11 |
* | docs: document the GALLIUM_LOG_FILE env var | Brian Paul | 2012-06-25 | 1 | -0/+2 |
* | mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a file | Brian Paul | 2012-06-25 | 1 | -0/+2 |
* | docs: update GL3.3 status | Marek Olšák | 2012-06-25 | 1 | -1/+2 |
* | docs: update GL3.txt for ARB_base_instance | Fredrik Höglund | 2012-06-19 | 1 | -1/+1 |
* | docs: start release notes file for 8.1 | Brian Paul | 2012-06-18 | 2 | -0/+57 |
* | docs/relnotes: comment out bug template | Andreas Boll | 2012-06-18 | 1 | -3/+1 |
* | docs/relnotes: replace tbd with release date | Andreas Boll | 2012-06-18 | 5 | -5/+5 |
* | docs/relnotes: fix validation errors | Andreas Boll | 2012-06-18 | 12 | -520/+518 |
* | docs/relnotes: consolidate html header | Andreas Boll | 2012-06-18 | 45 | -468/+397 |
* | docs: add info about shortlog_mesa.sh script | Brian Paul | 2012-06-14 | 1 | -1/+4 |
* | docs: whitespaces cleanup | Andreas Boll | 2012-06-12 | 11 | -55/+49 |