Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | freedreno/a2xx: formats update | Jonathan Marek | 2019-09-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | For render formats, update fd2_pipe2color to only work with HW supported render formats, and remove the format whitelist is_format_supported. This patch enables float render formats (which work). For vertex/texture formats, use a generic function which translates using the bitsize of the channels. Since we fake support for some vertex formats, check for these in is_format_supported to avoid enabling them as sampler formats. Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Rob Clark <[email protected]> | ||||
* | freedreno/a2xx: implement polygon offset | Jonathan Marek | 2019-09-06 | 1 | -0/+2 |
| | | | | | | | | | Fixes failures in the following deqp tests: dEQP-GLES2.functional.polygon_offset.* Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Rob Clark <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | ||||
* | freedreno: a2xx: implement texture tiling | Jonathan Marek | 2019-08-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Rob Clark <[email protected]> | ||||
* | freedreno: Generate headers from xml files | Kristian H. Kristensen | 2019-07-10 | 1 | -0/+1650 |
Reviewed-by: Eric Engestrom <[email protected]> Acked-by: Rob Clark <[email protected]> |