Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without dither
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 19 May 2000 13:08:01 +0000 (13:08 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 19 May 2000 13:08:01 +0000 (13:08 +0000)
src/mesa/drivers/x11/xmesaP.h

index 2c6a17a7042a246500df2d0bd90c5597c920c0ab..b92484c966afac0df6112a786aa081c4a054ab0f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xmesaP.h,v 1.9 2000/03/31 01:07:14 brianp Exp $ */
+/* $Id: xmesaP.h,v 1.10 2000/05/19 13:08:01 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -512,8 +512,9 @@ static int const kernel1[16] = {
  * External functions:
  */
 
-extern unsigned long xmesa_color_to_pixel( XMesaContext xmesa,
-                                 GLubyte r, GLubyte g, GLubyte b, GLubyte a );
+extern unsigned long
+xmesa_color_to_pixel( XMesaContext xmesa, GLubyte r, GLubyte g, GLubyte b, GLubyte a,
+                      GLuint pixelFormat );
 
 extern void xmesa_alloc_back_buffer( XMesaBuffer b );