nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.c
authorLuca Barbieri <luca@luca-barbieri.com>
Wed, 24 Feb 2010 14:08:48 +0000 (15:08 +0100)
committerYounes Manton <younes.m@gmail.com>
Mon, 15 Mar 2010 04:03:03 +0000 (00:03 -0400)
commit7d210fa05f286eb19398ac2f8c8f631f6f83c859
tree5f070b61e5ffb7cf67d1957ef67ac11ef4c8e8e2
parent5bb68e5d174afa7a177c5e972fa80bf66e37f6ab
nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.c

Many things, like texture wrap modes and min/mag filters are common.

Some others, like annisotropy and lod settings, are not.
src/gallium/drivers/nv30/Makefile
src/gallium/drivers/nv30/nv30_fragtex.c
src/gallium/drivers/nv30/nv30_state.c [deleted file]
src/gallium/drivers/nv40/Makefile
src/gallium/drivers/nv40/nv40_fragtex.c
src/gallium/drivers/nv40/nv40_state.c [deleted file]
src/gallium/drivers/nvfx/nvfx_context.h
src/gallium/drivers/nvfx/nvfx_state.c
src/gallium/drivers/nvfx/nvfx_state.h
src/gallium/drivers/nvfx/nvfx_tex.h [new file with mode: 0644]