Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | docs: Import 7.9 release notes from 7.9 branch. | Ian Romanick | |
2010-10-05 | update release notes for Gallium | Marek Olšák | |
I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium. (cherry picked from commit 968a9ec76eadf55e8b58171884e1175d7b8cf59a) Conflicts: docs/relnotes-7.9.html | |||
2010-10-04 | docs: Add list of bugs fixed in 7.9 | Ian Romanick | |
2010-09-14 | mesa: upgrade wglext.h to version 22 | Brian Paul | |
2010-09-14 | mesa: upgrade glxext.h to version 32 | Brian Paul | |
2010-09-14 | mesa: update to version 64 of GL/glext.h | Brian Paul | |
A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h. | |||
2010-08-24 | docs: list the new GLSL compiler | Brian Paul | |
2010-08-23 | intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample. | Eric Anholt | |
The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing the extension on all implementations, so do so. | |||
2010-07-23 | docs: document new extensions for Gallium | Brian Paul | |
2010-06-05 | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | |
The specifications are identical. | |||
2010-06-04 | docs: note that the Mesa demos are in a new repo | Brian Paul | |
2010-05-26 | i965: Add support for EXT_timer_query on Ironlake. | Eric Anholt | |
We could potentially do this on G45 as well, though the units are different. On 965, the timestamp is tied to hclk, which would make supporting it harder. | |||
2010-03-05 | docs: skeleton for 7.9 release notes | Brian Paul | |