OSDN Git Service

mesa: fix issues around multisample enable
authorRoland Scheidegger <sroland@tungstengraphics.com>
Wed, 2 Jul 2008 18:08:27 +0000 (20:08 +0200)
committerRoland Scheidegger <sroland@tungstengraphics.com>
Wed, 2 Jul 2008 18:22:08 +0000 (20:22 +0200)
commit489fc4d10a57538de59a89e19ce752e4b7253d22
treeacd00293c4e71f1e49da222dc840b4bbb2086f93
parentcc31eecbcb90dabacabac3e6be7c01cfe3a7a2a6
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/mtypes.h
src/mesa/main/multisample.c
src/mesa/main/state.c
src/mesa/state_tracker/st_atom_rasterizer.c
src/mesa/swrast/s_points.c