aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a5xx/fd5_screen.h
Commit message (Collapse)AuthorAgeFilesLines
* freedreno/a5xx: move emit_marker5() into a5xx backendRob Clark2018-06-191-0/+13
| | | | | | | | | The scratch registers move again in a6xx.. so for post-a4xx let's just move this into the backend, and move the one place it used to be needed in core into fd5_emit_ib(). For a6xx we will do similar, calling emit_marker6() from fd6_emit_ib(). Signed-off-by: Rob Clark <[email protected]>
* freedreno/a5xx: initial supportRob Clark2016-11-301-0/+34
Signed-off-by: Rob Clark <[email protected]>