Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Bump version to 10.0.0. | Paul Berry | 2013-10-12 | 1 | -65/+0 |
| | | | | | | | | | | | Mesa now supports OpenGL 3.2 and GLSL 1.50, so bump the Mesa major version from 9 to 10 to reflect this. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Jordan Justen <[email protected]> | ||||
* | docs: mark ARB_conservative_depth done on i965 | Chris Forbes | 2013-10-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Mark off KHR_debug, update relnotes | Timothy Arceri | 2013-10-05 | 1 | -0/+1 |
| | | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Mark off ARB_texture_query_levels, update relnotes | Chris Forbes | 2013-10-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | i965: Enable AMD_seamless_cubemap_per_texture | Ian Romanick | 2013-09-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | The change is very small. Do seamless filtering if either the context enable is set or the sampler enable is set. The AMD_seamless_cubemap_per_texture says: "If TEXTURE_CUBE_MAP_SEAMLESS_ARB is emabled (sic) globally or the value of the texture's TEXTURE_CUBE_MAP_SEAMLESS_ARB parameter is TRUE, seamless cube map sampling is enabled..." Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Paul Berry <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: initial 9.3 release notes file | Ian Romanick | 2013-09-08 | 1 | -0/+57 |
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Acked-by: Paul Berry <[email protected]> |