mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
radeong: Disable Galahad for now; breaks texturing.
This commit is contained in:
parent
ee2c6d748d
commit
7dc1cf19ac
1 changed files with 2 additions and 1 deletions
|
|
@ -190,5 +190,6 @@ static struct drm_api radeon_drm_api_hooks = {
|
|||
|
||||
struct drm_api* drm_api_create()
|
||||
{
|
||||
return galahad_drm_create(trace_drm_create(&radeon_drm_api_hooks));
|
||||
//return galahad_drm_create(trace_drm_create(&radeon_drm_api_hooks));
|
||||
return trace_drm_create(&radeon_drm_api_hooks);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue