Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 1 | -0/+2 |
| | | | | Tested-by: Dieter Nützel <[email protected]> | ||||
* | gallium: Check pipe_screen::resource_changed before dereferencing it | Michel Dänzer | 2018-07-12 | 1 | -1/+2 |
| | | | | | | | | | | It's optional, only implemented by the etnaviv driver so far. Fixes: 501d0edeca32 "st/mesa: call resource_changed when binding a EGLImage to a texture" Fixes: a37cf630b4d1 "gallium: add pipe_screen::resource_changed callback wrappers" Reviewed-by: Lucas Stach <[email protected]> | ||||
* | gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times | Marek Olšák | 2018-04-13 | 9 | -0/+3279 |
which also simplifies the build scripts. |