aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_viewport.c
Commit message (Collapse)AuthorAgeFilesLines
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-091-0/+23
| | | | Reviewed-by: Nicolai Hähnle <[email protected]>
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-0/+433
This marks the end of code sharing between r600 and radeonsi. It's getting difficult to work on radeonsi without breaking r600. A lot of functions had to be renamed to prevent linker conflicts. There are also minor cleanups. Acked-by: Dave Airlie <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>