mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
fix for renderbuffer (Andreas Stenglein)
This commit is contained in:
parent
bd1d9d96b2
commit
203dcb733d
1 changed files with 2 additions and 2 deletions
|
|
@ -387,8 +387,8 @@ static void TAG(ReadRGBASpan)( GLcontext *ctx,
|
|||
((SPANTMP_PIXEL_FMT == GL_RGB) && \
|
||||
(SPANTMP_PIXEL_TYPE == GL_UNSIGNED_SHORT_5_6_5)))
|
||||
static void TAG2(ReadRGBASpan,_MMX)( GLcontext *ctx,
|
||||
GLuint n, GLint x, GLint y,
|
||||
GLubyte rgba[][4])
|
||||
struct gl_renderbuffer *rb,
|
||||
GLuint n, GLint x, GLint y, void *values)
|
||||
{
|
||||
#ifndef USE_INNER_EMMS
|
||||
/* The EMMS instruction is directly in-lined here because using GCC's
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue