Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r600: drop a bunch of post-cayman code. (v2) | Dave Airlie | 2017-10-10 | 1 | -39/+21 |
| | | | | | | | | | | | | | Now that Marek has split the two drivers apart, drop a bunch of unnecessary code from the r600 half. There is probably a bunch more hiding in the video code. No piglit regressions on caicos. v2: fix HAVE_LLVM protected code Acked-by: Nicolai Hähnle <[email protected]> Acked-by: Marek Olšák <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | radeonsi: shrink r600d_common.h and stop using it | Marek Olšák | 2017-10-09 | 1 | -6/+8 |
| | | | | Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | r600: fork and import gallium/radeon | Marek Olšák | 2017-09-26 | 1 | -0/+381 |
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]> |