Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | freedreno: pass number of instances to draw | Ilia Mirkin | 2015-02-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Ilia Mirkin <[email protected]> | ||||
* | freedreno/a3xx: fd3_util -> fd3_format | Ilia Mirkin | 2014-11-29 | 1 | -1/+1 |
| | | | | | | | All the "util" helpers are actually format-related Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]> | ||||
* | freedreno: query fixes | Rob Clark | 2014-10-03 | 1 | -2/+2 |
| | | | | | | | Fixes a few issues, including a potential empty-IB (which triggers gpu hangs in piglit occlusion_query_meta_no_fragments) Signed-off-by: Rob Clark <[email protected]> | ||||
* | freedreno/a3xx: WFI fixes/cleanup | Rob Clark | 2014-06-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | Blob driver seems to need WFI in some cases after CP_EVENT_WRITE, implying that this is asynchronous and should reset needs_wfi. Also, CP_INVALIDATE_STATE seems to need WFI. But CP_LOAD_STATE does not. The blob driver also puts WFIs before writing GRAS_CL_VPORT registers. The latter may be a work-around, as these registers should be banked/ context registers. I haven't yet found a lockup that this averts, but I expect viewport to change infrequently so out of paranoia I will keep these for now. Signed-off-by: Rob Clark <[email protected]> | ||||
* | freedreno/a3xx: occlusion query support | Rob Clark | 2014-05-13 | 1 | -0/+139 |
Signed-off-by: Rob Clark <[email protected]> |