Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete autotools | Dylan Baker | 2019-04-15 | 1 | -12/+0 |
| | | | | | | | | | | Acked-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Acked-by: Bas Nieuwenhuizen <[email protected]> Acked-by: Matt Turner <[email protected]> | ||||
* | {st,targets}/dri: use static/dynamic pipe-loader | Emil Velikov | 2015-11-21 | 1 | -3/+0 |
| | | | | | | | | | | Covert DRI to use only the pipe-loader interface. With drisw_create_screen and kms_swrast_create_screen replaced by their pipe-loader equivalent, we can now drop them. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Rob Clark <[email protected]> | ||||
* | configure: use HAVE_DRISW_KMS when handling kms swrast | Emil Velikov | 2015-11-21 | 1 | -1/+1 |
| | | | | | | | Using HAVE_DRI2 to manage it seems counter-intuitive. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Rob Clark <[email protected]> | ||||
* | gallium/softpipe,llvmpipe: add automake target 'templates' | Emil Velikov | 2014-09-24 | 1 | -0/+15 |
Rather than duplicating the libdeps, extra define... all over the targets, define them only once and use when applicable. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> |