diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-30 21:39:57 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-30 21:39:57 -0600 |
commit | 9bc1c92a0b809c6b60d5e4a2c8909f5f98528919 (patch) | |
tree | 5ee6042292b12355217de50d3bbebfd3cfb8cfb9 /src/mesa/pipe/softpipe/sp_z_surface.h | |
parent | 42c817269a4af535225217d09ec416efb085a94e (diff) |
32 and z24s8 softpipe buffers
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_z_surface.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_z_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_z_surface.h b/src/mesa/pipe/softpipe/sp_z_surface.h index 9c3c43ca57..6a8d89a7c1 100644 --- a/src/mesa/pipe/softpipe/sp_z_surface.h +++ b/src/mesa/pipe/softpipe/sp_z_surface.h @@ -31,7 +31,7 @@ extern struct softpipe_surface * -softpipe_new_z_surface(GLuint depth); +softpipe_new_z_surface(GLuint format); #endif /* SP_Z_SURFACE_H */ |