Merge branch 'gallium-0.1' into gallium-tex-surfaces

This commit is contained in:
Brian Paul
2008-05-18 16:17:50 -06:00
76 changed files with 2754 additions and 3226 deletions

View File

@@ -92,7 +92,7 @@ st_read_stencil_pixels(GLcontext *ctx, GLint x, GLint y,
/* get stencil values */
switch (ps->format) {
case PIPE_FORMAT_U_S8:
case PIPE_FORMAT_S8_UNORM:
{
const ubyte *src = stmap + srcY * ps->pitch + x;
memcpy(values, src, width);