mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 13:20:25 +01:00
radeon: use _mesa_meta_clear()
This commit is contained in:
parent
92d63931e2
commit
18916986b4
1 changed files with 2 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "tnl/tnl.h"
|
||||
#include "tnl/t_pipeline.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "drivers/common/meta.h"
|
||||
|
||||
#include "main/blend.h"
|
||||
#include "main/bufferobj.h"
|
||||
|
|
@ -1370,6 +1371,5 @@ void rcommonBeginBatch(radeonContextPtr rmesa, int n,
|
|||
|
||||
void radeonUserClear(GLcontext *ctx, GLuint mask)
|
||||
{
|
||||
radeonContextPtr rmesa = RADEON_CONTEXT(ctx);
|
||||
meta_clear_tris(&rmesa->meta, mask);
|
||||
_mesa_meta_clear(ctx, mask);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue