diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-03-07 08:15:21 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-03-10 14:54:38 +0000 |
commit | 928453b1bc5a059a87fbcdba9156d318a0310073 (patch) | |
tree | ac165d6a4ed3fa4a2035b4e556273e4b5aa76584 /src/sna/sna_reg.h | |
parent | a2b4f2657f8cd503fce4e3b8cc3240d7b45d36ce (diff) |
sna: Emit points using the BLT primitive when appropriate
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_reg.h')
-rw-r--r-- | src/sna/sna_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_reg.h b/src/sna/sna_reg.h index bda6ef67..92a1ae57 100644 --- a/src/sna/sna_reg.h +++ b/src/sna/sna_reg.h @@ -47,6 +47,7 @@ #define XY_SETUP_BLT (2<<29|0x01<<22) #define XY_SETUP_MONO_PATTERN_SL_BLT (2<<29|0x11<<22) #define XY_SETUP_CLIP (2<<29|0x03<<22|1) +#define XY_PIXEL_BLT (2<<29|0x24<<22) #define XY_SCANLINE_BLT (2<<29|0x25<<22|1) #define XY_TEXT_IMMEDIATE_BLT (2<<29|0x31<<22|(1<<16)) #define XY_SRC_COPY_BLT_CMD (2<<29|0x53<<22) |