nv50,nvc0: get rid of draw module support

Graphics / Mesa 3D Graphics Library / Mesa - Ilia Mirkin [alum.mit.edu] - 5 September 2014 22:00 UTC

This hasn't been enabled in a long time and is completely stale and unnecessary. Remove, esp since it doesn't build.

12311c7 nv50,nvc0: get rid of draw module support
src/gallium/drivers/nouveau/Makefile.sources | 2 -
src/gallium/drivers/nouveau/nv50/nv50_context.c | 15 ----
src/gallium/drivers/nouveau/nv50/nv50_context.h | 8 ---
src/gallium/drivers/nouveau/nv50/nv50_draw.c | 88 -----------------------
src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 15 ----
src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 8 ---
src/gallium/drivers/nouveau/nvc0/nvc0_draw.c | 88 -----------------------
7 files changed, 224 deletions(-)

Upstream: cgit.freedesktop.org


  • Share