diff options
author | Ben Skeggs <[email protected]> | 2013-05-17 14:48:15 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2013-07-05 14:15:04 +1000 |
commit | c29c6b2b2e65f73c75c70daae1d2d32e53964120 (patch) | |
tree | c0a5ac09ce232dcfdce7c084a7a8f9d16aabcc26 /src/gallium/winsys | |
parent | 4dbca8672bd357bb036dd40c4d8b8a4dc459abcb (diff) |
nvc0: enable very initial support for nvf0 (GK110)
Shaders need a lot of work still. Basic stuff generally works, so this
is basically just fine for gnome-shell, OA etc at this point.
Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c b/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c index bf990147764..7e88eae3445 100644 --- a/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c +++ b/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c @@ -35,6 +35,7 @@ nouveau_drm_screen_create(int fd) case 0xc0: case 0xd0: case 0xe0: + case 0xf0: init = nvc0_screen_create; break; default: |