mesa: fix issues around multisample enable
authorRoland Scheidegger <sroland@tungstengraphics.com>
Wed, 2 Jul 2008 18:20:33 +0000 (20:20 +0200)
committerRoland Scheidegger <sroland@tungstengraphics.com>
Wed, 2 Jul 2008 18:21:06 +0000 (20:21 +0200)
commit5ef4e4ffb8053db87f52df3c9b2ddb71d9c7d6e5
tree0ede7c8b1c6e98a20205109a888352255db46cbc
parent6befdca6a3d65d7e49c0c54a7a8f091cd05034ea
mesa: fix issues around multisample enable

multisample enable is enabled by default, however gl mandates multisample
rendering rules only apply if there's also a multisampled buffer.
src/mesa/drivers/dri/r300/r300_render.c
src/mesa/main/buffers.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/swrast/s_points.c