| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Update references to README files | Guillem Jover | 2011-10-04 | 1 | -10/+2 |
* | Remove remnants of legacy glide support | Guillem Jover | 2011-10-04 | 2 | -3/+0 |
* | mesa: Allow overriding GLSL version with environment variable | Chad Versace | 2011-09-28 | 1 | -0/+4 |
* | mesa: Allow override of GL version with environment variable | Chad Versace | 2011-09-27 | 1 | -0/+4 |
* | docs: mention VMware svga driver updates in 7.12 release notes | Brian Paul | 2011-09-23 | 1 | -0/+1 |
* | docs: update relnotes-7.12 with r600g changes | Marek Olšák | 2011-09-23 | 1 | -1/+6 |
* | i965: Add support for GL_EXT_packed_float. | Eric Anholt | 2011-09-22 | 1 | -0/+1 |
* | i965: Add support for GL_EXT_texture_shared_exponent. | Eric Anholt | 2011-09-22 | 1 | -0/+1 |
* | mesa: remove support for GL_APPLE_client_storage extension | Brian Paul | 2011-09-22 | 1 | -0/+1 |
* | Drop documentation references for deleted backends | Adam Jackson | 2011-09-06 | 10 | -1686/+0 |
* | docs: skeleton file for 7.12 release notes | Ian Romanick | 2011-09-06 | 2 | -0/+65 |
* | docs: more info about non-subscriber list postings | Brian Paul | 2011-09-06 | 1 | -4/+7 |
* | docs: update link, remove dead links | Brian Paul | 2011-09-06 | 5 | -17/+4 |
* | docs: update gl3.txt for ARB_vertex_type_2_10_10_10_rev | Dave Airlie | 2011-09-06 | 1 | -1/+1 |
* | docs: Update scons info regarding mingw. | José Fonseca | 2011-08-30 | 1 | -5/+2 |
* | Remote *.mgw stuff. | José Fonseca | 2011-08-30 | 2 | -153/+2 |
* | docs: Fix minor typos. | Kai Wasserbäch | 2011-08-29 | 1 | -2/+2 |
* | mesa: Remove support for BeOS | Ian Romanick | 2011-08-26 | 4 | -145/+4 |
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 2 | -13/+1 |
* | mesa: Remove obsolete linux-fbdev software driver | Ian Romanick | 2011-08-26 | 4 | -457/+1 |
* | docs: Add a page on post-processing | Lauri Kasanen | 2011-08-26 | 2 | -0/+57 |
* | glsl: Implement the GL_ARB_conservative_depth extension. | Kenneth Graunke | 2011-08-25 | 1 | -1/+1 |
* | Document the return type coding style. | Kai Wasserbäch | 2011-08-25 | 1 | -0/+10 |
* | docs: Document coding style conventions | Paul Berry | 2011-08-24 | 1 | -0/+23 |
* | docs: Remove GLw from the documentation except for a new FAQ entry. | Kenneth Graunke | 2011-08-15 | 5 | -16/+6 |
* | docs: update GL3.txt with new GL 4.2 extensions | Dave Airlie | 2011-08-09 | 1 | -0/+13 |
* | Squashed commit of the following: | José Fonseca | 2011-07-14 | 6 | -25/+9 |
* | docs: update GL3 status | Marek Olšák | 2011-07-10 | 1 | -1/+1 |
* | docs: add GL3 GLX todo | Marek Olšák | 2011-06-30 | 1 | -1/+2 |
* | docs: update GL3 status - vertex textures | Marek Olšák | 2011-06-30 | 1 | -1/+1 |
* | docs: update EGL for changed configure options | Chia-I Wu | 2011-06-20 | 3 | -47/+27 |
* | i965: Enable extension GL_ARB_shader_texture_lod. | Kenneth Graunke | 2011-06-18 | 1 | -1/+1 |
* | docs: 7.10.3 updates | Brian Paul | 2011-06-14 | 3 | -1/+312 |
* | swrast: anisotropic filtering extension | Andreas Faenger | 2011-05-18 | 1 | -0/+1 |
* | docs: update relnotes-7.11 | Marek Olšák | 2011-05-13 | 1 | -0/+1 |
* | docs: update relnotes-7.11 | Marek Olšák | 2011-05-06 | 1 | -0/+5 |
* | docs: update GL3 status | Marek Olšák | 2011-05-06 | 1 | -1/+1 |
* | egl: Add a cursor use bit to MESA_drm_image | Kristian Høgsberg | 2011-05-06 | 1 | -7/+11 |
* | docs: add ARB_ES2_compatibility in relnotes-7.11 | Marek Olšák | 2011-04-30 | 1 | -0/+1 |
* | docs: update relnotes-7.11 | Marek Olšák | 2011-04-29 | 1 | -0/+2 |
* | docs: update GL3 status | Marek Olšák | 2011-04-29 | 1 | -2/+2 |
* | docs: Note that ES2_compatibility is already done. | Eric Anholt | 2011-04-27 | 1 | -1/+1 |
* | docs: fix typo, wrap lines in 7.11 release notes | Brian Paul | 2011-04-26 | 1 | -2/+3 |
* | docs: add GL_ARB_robustness to 7.11 release notes | Brian Paul | 2011-04-26 | 1 | -0/+1 |
* | docs: update GL3 status | Marek Olšák | 2011-04-25 | 1 | -4/+4 |
* | i965: Add support for NV_conditional_render. | Eric Anholt | 2011-04-23 | 2 | -1/+2 |
* | i965: Add support for ARB_texture_compression_rgtc. | Eric Anholt | 2011-04-23 | 1 | -2/+2 |
* | docs: Remove MSVS project files. | José Fonseca | 2011-04-23 | 2 | -97/+9 |
* | WL_bind_wayland_display: clarify that context must be NULL | Kristian Høgsberg | 2011-04-21 | 1 | -1/+1 |
* | docs: Mention that GLSL 1.30 is started. | Eric Anholt | 2011-04-20 | 1 | -1/+1 |