mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 01:58:02 +02:00
Delete unused arrays s_emptyBegin and s_flush2D.
This commit is contained in:
parent
406ded3816
commit
3773378658
1 changed files with 0 additions and 14 deletions
|
|
@ -33,20 +33,6 @@
|
|||
#include "xgi_misc.h"
|
||||
#include "xgi_cmdlist.h"
|
||||
|
||||
U32 s_emptyBegin[AGPCMDLIST_BEGIN_SIZE] = {
|
||||
0x10000000, // 3D Type Begin, Invalid
|
||||
0x80000004, // Length = 4;
|
||||
0x00000000,
|
||||
0x00000000
|
||||
};
|
||||
|
||||
U32 s_flush2D[AGPCMDLIST_FLUSH_CMD_LEN] = {
|
||||
FLUSH_2D,
|
||||
FLUSH_2D,
|
||||
FLUSH_2D,
|
||||
FLUSH_2D
|
||||
};
|
||||
|
||||
struct xgi_cmdring_info s_cmdring;
|
||||
|
||||
static void addFlush2D(struct xgi_info * info);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue