svga3d_reg.h revision ae94ad7e769e467419ab99cab5403bdb39bc544f
/*
* VMware SVGA II 3D definitions
*/
#ifndef _SVGA3D_REG_H_
#define _SVGA3D_REG_H_
#define SVGA_3D_CMD_LEGACY_BASE 1000
#define SVGA_3D_CMD_BASE 1040
#define SVGA_3D_CMD_SURFACE_DEFINE SVGA_3D_CMD_BASE + 0
#define SVGA_3D_CMD_FUTURE_MAX 2000
typedef enum
{
#endif /* _SVGA3D_REG_H_ */