Initial work for glClear(), clear color state.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 14:47:09 +0000 (08:47 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 14:47:09 +0000 (08:47 -0600)
commit73f96c51052bf5233191d852ef463462306bf1d5
tree29a1f9f4b5f052f7894dce351ebfb4a8ae69b85a
parent6cb2d0cb71d2019bd2c941a8c042e56275b22c1c
Initial work for glClear(), clear color state.
13 files changed:
src/mesa/pipe/p_context.h
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_clear.c [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_clear.h [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_state.h
src/mesa/pipe/softpipe/sp_state_surface.c
src/mesa/sources
src/mesa/state_tracker/st_atom.c
src/mesa/state_tracker/st_atom.h
src/mesa/state_tracker/st_atom_clear_color.c [new file with mode: 0644]
src/mesa/state_tracker/st_context.h