* Implemented B_FILL_SPAN - I am not sure if it's used at all, though, so
I am also not sure if it's working correctly. * Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17425 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -250,9 +250,17 @@ struct intel_free_graphics_memory {
|
||||
// 2D acceleration
|
||||
#define XY_COMMAND_SOURCE_BLIT 0x54c00006
|
||||
#define XY_COMMAND_COLOR_BLIT 0x54000004
|
||||
#define XY_COMMAND_SETUP_MONO_PATTERN 0x44400007
|
||||
#define XY_COMMAND_SCANLINE_BLIT 0x49400001
|
||||
#define COMMAND_COLOR_BLIT 0x50000003
|
||||
#define COMMAND_BLIT_RGBA 0x00300000
|
||||
|
||||
#define COMMAND_MODE_SOLID_PATTERN 0x80
|
||||
#define COMMAND_MODE_CMAP8 0x00
|
||||
#define COMMAND_MODE_RGB15 0x02
|
||||
#define COMMAND_MODE_RGB16 0x01
|
||||
#define COMMAND_MODE_RGB32 0x03
|
||||
|
||||
// overlay
|
||||
|
||||
#define INTEL_OVERLAY_UPDATE 0x30000
|
||||
|
||||
Reference in New Issue
Block a user