nouveau: implement is_{texture,buffer}_referenced properly
authorBen Skeggs <bskeggs@redhat.com>
Sun, 18 Oct 2009 23:28:59 +0000 (09:28 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Sun, 18 Oct 2009 23:49:02 +0000 (09:49 +1000)
commit35b98e2884bd7c76c43fa08d5bb0a8f1396d3298
tree94bb8d699cb282bb31d268be6dbf8d0c0b7121b3
parent869d3eea37ee060d62cd5b7f6031ef5a93e328a1
nouveau: implement is_{texture,buffer}_referenced properly
15 files changed:
src/gallium/drivers/nouveau/Makefile
src/gallium/drivers/nouveau/nouveau_context.c [new file with mode: 0644]
src/gallium/drivers/nouveau/nouveau_context.h [new file with mode: 0644]
src/gallium/drivers/nv04/nv04_context.c
src/gallium/drivers/nv04/nv04_context.h
src/gallium/drivers/nv10/nv10_context.c
src/gallium/drivers/nv10/nv10_context.h
src/gallium/drivers/nv20/nv20_context.c
src/gallium/drivers/nv20/nv20_context.h
src/gallium/drivers/nv30/nv30_context.c
src/gallium/drivers/nv30/nv30_context.h
src/gallium/drivers/nv40/nv40_context.c
src/gallium/drivers/nv40/nv40_context.h
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_context.h