Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/dri: Add __DRI2rendererQueryExtension support | Emil Velikov | 2014-08-15 | 1 | -0/+2 |
| | | | | | | | | | | | The final step to get GLX_MESA_query_renderer working with gallium drivers. v2: Remove __DRI2_RENDERER_PREFERRED_PROFILE handling. It's already handled in dri/common. Spotted by Marek. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | st/dri: merge dri/drm and dri/sw backends | Emil Velikov | 2014-07-10 | 1 | -0/+14 |
Move the driver_name to dri2/drisw and remove all the SPLIT_TAGETS mayhem. In the next step we'll unify the dri and dri-swrast targets, completing the gallium DRI megadriver. v2: Remove leftover st/dri Makefiles from CONFIG_FILES. Spotted by Thomas Helland. Signed-off-by: Emil Velikov <[email protected]> Tested-by: Rob Clark <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <[email protected]> |