Chris Forbes <[email protected]> writes: > The new entrypoints will come later, but this adds the actual logic for > supporting immutable multisample textures: > > - The immutability flag is set as desired. > - Attempting to modify an immutable multisample texture produces > INVALID_OPERATION. > > Note: The extension spec does not mention adding this behavior to > TexImage*Multisample, but it seems like the reasonable thing to do. > > Signed-off-by: Chris Forbes <[email protected]>
You should also be calling tex_storage_error_check() in the immutable case, which covers a bunch of cases from p258 of the 4.2 core spec. Other than that, this series is: Reviewed-by: Eric Anholt <[email protected]>
pgprP217WqGZ6.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
