diff options
author | Daniel Borca <[email protected]> | 2003-10-13 11:14:58 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-10-13 11:14:58 +0000 |
commit | fd83bc2b33f34195f05300eee6ebfe18570177a0 (patch) | |
tree | 433f88c7c1ef8f0ee36b3cd1884e0d1bd58c7c30 /src/mesa/drivers/glide/fxwgl.c | |
parent | 6c520ef3d30c86aeb856e7db5076fb474d008d84 (diff) |
glide driver (wip)
Diffstat (limited to 'src/mesa/drivers/glide/fxwgl.c')
-rw-r--r-- | src/mesa/drivers/glide/fxwgl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxwgl.c b/src/mesa/drivers/glide/fxwgl.c index 1337585aec8..f03def49968 100644 --- a/src/mesa/drivers/glide/fxwgl.c +++ b/src/mesa/drivers/glide/fxwgl.c @@ -1,4 +1,4 @@ -/* $Id: fxwgl.c,v 1.18 2003/10/02 17:36:45 brianp Exp $ */ +/* $Id: fxwgl.c,v 1.19 2003/10/13 11:14:58 dborca Exp $ */ /* * Mesa 3-D graphics library @@ -166,7 +166,7 @@ struct __pixelformat__ pix[] = { FXMESA_NONE} } , -#if 1 +#if 0 /* 24bit RGB888 single buffer with depth */ { {sizeof(PIXELFORMATDESCRIPTOR), 1, |