diff options
author | Brian <[email protected]> | 2007-06-19 19:52:25 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-19 19:52:25 -0600 |
commit | 6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (patch) | |
tree | 549ac563454270eaef2abbb05203e462ea6b9289 /src/mesa/sources | |
parent | af9b5ca0359b5712509d7815a7fbc81a3255f4af (diff) |
hook up point state
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 eb67dd9f7b9..0bf7dbceb3e 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -167,6 +167,7 @@ SOFTPIPE_SOURCES = \ pipe/softpipe/sp_state_clip.c \ pipe/softpipe/sp_state_derived.c \ pipe/softpipe/sp_state_fs.c \ + pipe/softpipe/sp_state_point.c \ pipe/softpipe/sp_state_setup.c \ pipe/softpipe/sp_state_surface.c \ pipe/softpipe/sp_tile_fs.c \ @@ -180,6 +181,7 @@ STATETRACKER_SOURCES = \ state_tracker/st_atom_depth.c \ state_tracker/st_atom_fs.c \ state_tracker/st_atom_framebuffer.c \ + state_tracker/st_atom_point.c \ state_tracker/st_atom_scissor.c \ state_tracker/st_atom_stencil.c \ state_tracker/st_atom_setup.c \ |