Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: add pipe_screen_config to screen_create functions | Nicolai Hähnle | 2017-08-02 | 1 | -1/+3 |
| | | | | | | | This allows a more generic mechanism for passing user configurations into drivers by accessing the dri options directly. Reviewed-by: Marek Olšák <[email protected]> | ||||
* | gallium/radeon: pass create_screen flags to r600_common_screen_init | Marek Olšák | 2017-06-23 | 1 | -1/+1 |
| | | | | Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe | Marek Olšák | 2011-08-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Alex Deucher <[email protected]> | ||||
* | r600g: first step into winsys/radeon | Marek Olšák | 2011-08-16 | 1 | -1/+3 |
| | | | | Reviewed-by: Alex Deucher <[email protected]> | ||||
* | r600g: more cleanup | Jerome Glisse | 2010-09-29 | 1 | -4/+23 |
| | | | | Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | r600g: Move bootstrap code to target | Jakob Bornecrantz | 2010-06-24 | 1 | -0/+9 |