nouveau: implement pipe_screen
authorBen Skeggs <skeggsb@gmail.com>
Fri, 29 Feb 2008 04:03:57 +0000 (15:03 +1100)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 29 Feb 2008 04:03:57 +0000 (15:03 +1100)
commit84cc07dc89c0ebce4ad55b4b3684d4420a202683
treeccd90a732c6aec28efa406c315afb9b0841d0bca
parent8c77e6f674206ef34ab15026b08e495209dcd4ea
nouveau: implement pipe_screen

Untested on NV3x/NV5x.  Quite possibly broken.
24 files changed:
src/gallium/drivers/nouveau/nouveau_winsys.h
src/gallium/drivers/nv30/Makefile
src/gallium/drivers/nv30/nv30_context.c
src/gallium/drivers/nv30/nv30_context.h
src/gallium/drivers/nv30/nv30_miptree.c
src/gallium/drivers/nv30/nv30_screen.c [new file with mode: 0644]
src/gallium/drivers/nv30/nv30_screen.h [new file with mode: 0644]
src/gallium/drivers/nv30/nv30_surface.c
src/gallium/drivers/nv40/Makefile
src/gallium/drivers/nv40/nv40_context.c
src/gallium/drivers/nv40/nv40_context.h
src/gallium/drivers/nv40/nv40_miptree.c
src/gallium/drivers/nv40/nv40_screen.c [new file with mode: 0644]
src/gallium/drivers/nv40/nv40_screen.h [new file with mode: 0644]
src/gallium/drivers/nv40/nv40_surface.c
src/gallium/drivers/nv50/Makefile
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/nv50/nv50_miptree.c
src/gallium/drivers/nv50/nv50_screen.c [new file with mode: 0644]
src/gallium/drivers/nv50/nv50_screen.h [new file with mode: 0644]
src/gallium/drivers/nv50/nv50_surface.c
src/gallium/winsys/dri/nouveau/nouveau_winsys.c
src/gallium/winsys/dri/nouveau/nouveau_winsys_softpipe.c