mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
Committing in .
Modified Files: Mesa/src/swrast/s_copypix.c changed one occurence of rgba to rgbaFloat ----------------------------------------------------------------------
This commit is contained in:
parent
45015e4d79
commit
bfea97321c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: s_copypix.c,v 1.5 2000/11/28 00:07:52 brianp Exp $ */
|
||||
/* $Id: s_copypix.c,v 1.6 2000/11/28 08:03:22 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -439,7 +439,7 @@ copy_rgba_pixels(GLcontext *ctx, GLint srcx, GLint srcy,
|
|||
}
|
||||
/* GL_POST_CONVOLUTION_RED/GREEN/BLUE/ALPHA_SCALE/BIAS */
|
||||
if (transferOps & IMAGE_POST_CONVOLUTION_SCALE_BIAS) {
|
||||
_mesa_scale_and_bias_rgba(ctx, width, rgba,
|
||||
_mesa_scale_and_bias_rgba(ctx, width, rgbaFloat,
|
||||
ctx->Pixel.PostConvolutionScale[RCOMP],
|
||||
ctx->Pixel.PostConvolutionScale[GCOMP],
|
||||
ctx->Pixel.PostConvolutionScale[BCOMP],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue