diff options
author | Francisco Jerez <currojerez@riseup.net> | 2010-02-23 16:15:14 +0100 |
---|---|---|
committer | Francisco Jerez <currojerez@riseup.net> | 2010-02-25 18:37:36 +0100 |
commit | 7269a30b86745a29bb575ce3545ab82e6514ce2a (patch) | |
tree | 7be861341897e4e66c1519cd77e922574b4ec30c /src/mesa/drivers/dri/nouveau/Makefile | |
parent | 323e6bbb052f37f91c7340e16c2352bb780a43d8 (diff) |
dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index 43bc9f9516..49e8933561 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -42,6 +42,7 @@ DRIVER_SOURCES = \ nv20_state_polygon.c \ nv20_state_raster.c \ nv20_state_tex.c \ + nv20_state_frag.c \ nv20_state_tnl.c C_SOURCES = \ |