mesa: Fix display list handling for GL_EXT_framebuffer_multisample.
authorEric Anholt <eric@anholt.net>
Tue, 24 Jan 2012 23:27:29 +0000 (15:27 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jan 2012 19:28:15 +0000 (11:28 -0800)
commit3d8c27f882b852ada86aac99a54fdb57d98a79ac
treec8464575199ef6e54f8c299c42e5e2701db7d699
parent25dd80555d895fbe98e8f8099283992d350f22a2
mesa: Fix display list handling for GL_EXT_framebuffer_multisample.

From the extension spec:

    Added to section 5.4, as part of the discussion of which commands
    are not compiled into display lists:

    "Certain commands, when called while compiling a display list, are
    not compiled into the display list but are executed immediately.
    These are: ..., RenderbufferStorageMultisampleEXT..."

Fixes piglit EXT_framebuffer_multisample/dlist.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/dlist.c