diff options
author | Brian Paul <[email protected]> | 2006-09-29 02:12:07 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-09-29 02:12:07 +0000 |
commit | d92da49bae30be612efb6ea20bdfda232ee3d01d (patch) | |
tree | 03f8d51102add3def17270cf4460ddf720e662c3 /src/mesa/swrast/s_context.h | |
parent | 0ce6a2935c85118ca20f5dfc5911a39c481dc791 (diff) |
more changes for runtime renderbuffer depths
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r-- | src/mesa/swrast/s_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 0f3df3b48a4..b0447902140 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -251,7 +251,7 @@ typedef void (*texture_sample_func)(GLcontext *ctx, typedef void (_ASMAPIP blend_func)( GLcontext *ctx, GLuint n, const GLubyte mask[], - GLchan src[][4], CONST GLchan dst[][4], + GLvoid *src, const GLvoid *dst, GLenum chanType); typedef void (*swrast_point_func)( GLcontext *ctx, const SWvertex *); |