diff options
author | Brian <[email protected]> | 2007-06-22 13:08:49 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-22 13:08:49 -0600 |
commit | 13682d959ddacde1ce65843aa8c5b43dc9017b32 (patch) | |
tree | 10457d8360a96fd87554b68768059d38a8b27b4d /src/mesa/sources | |
parent | 8754b59667f8196eb884113ef1427b0792de47fd (diff) |
more texture sampler work
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index fd84ed58268..3887e9f3c20 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -177,6 +177,7 @@ SOFTPIPE_SOURCES = \ pipe/softpipe/sp_state_fs.c \ pipe/softpipe/sp_state_point.c \ pipe/softpipe/sp_state_setup.c \ + pipe/softpipe/sp_state_sampler.c \ pipe/softpipe/sp_state_surface.c STATETRACKER_SOURCES = \ @@ -189,6 +190,7 @@ STATETRACKER_SOURCES = \ state_tracker/st_atom_fs.c \ state_tracker/st_atom_framebuffer.c \ state_tracker/st_atom_point.c \ + state_tracker/st_atom_sampler.c \ state_tracker/st_atom_scissor.c \ state_tracker/st_atom_stencil.c \ state_tracker/st_atom_setup.c \ |