Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Add sha256 sums for the 10.5.0 release | Emil Velikov | 2015-03-07 | 1 | -2/+3 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 0d3e4ed1349565dea8e6c5139400d7441b8ffdca) | ||||
* | docs: Update 10.5.0 release notes | Emil Velikov | 2015-03-07 | 1 | -2/+145 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 97357d475fc8cbb5dbe7bf17ca41f535827fb253) | ||||
* | st/mesa: add EXT_polygon_offset_clamp support | Ilia Mirkin | 2015-02-02 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Glenn Kennard <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> | ||||
* | i965/gen6+: enable EXT_polygon_offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -0/+1 |
| | | | | | | | Replace the hard-coded 0's with the context clamp value. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: note change in minimum GCC version to 4.2.0 | Timothy Arceri | 2014-12-18 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Acked-by: Matt Turner <[email protected]> | ||||
* | docs: note change in minimum GCC version to 4.1.0 | Timothy Arceri | 2014-12-17 | 1 | -0/+1 |
| | | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | freedreno/a3xx: add support for SRGB render targets | Ilia Mirkin | 2014-12-06 | 1 | -0/+1 |
| | | | | | Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]> | ||||
* | freedreno/a3xx: unify vertex/texture formats into a single table | Ilia Mirkin | 2014-11-29 | 1 | -0/+4 |
| | | | | | | | | | | | | The table contains all the relevant information about each format. The helper functions now just do lookups in the table. Note that this adds support for a lot of formats that were previously unsupported. Additionally it adds disabled support for integer render buffers, which will require more work to actually enable. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]> | ||||
* | docs: add relnotes template for 10.5.0 | Emil Velikov | 2014-11-26 | 1 | -0/+61 |
Signed-off-by: Emil Velikov <[email protected]> |