FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
84
Copyright © Bridgetek Limited
COLOR_A
set the current color alpha
COLOR_MASK
enable or disable writing of color components
COLOR_RGB
set the current color red, green and blue
LINE_WIDTH
set the line width
POINT_SIZE
set point size
RESTORE_CONTEXT
restore the current graphics context from the context stack
SAVE_CONTEXT
push the current graphics context on the context stack
SCISSOR_SIZE
set the size of the scissor clip rectangle
SCISSOR_XY
set the top left corner of the scissor clip rectangle
STENCIL_FUNC
set function and reference value for stencil testing
STENCIL_MASK
control the writing of individual bits in the stencil planes
STENCIL_OP
set stencil test actions
TAG
set the current tag value
TAG_MASK
control the writing of the tag buffer
4.3.2
Drawing actions
BEGIN
start drawing a graphics primitive
END
finish drawing a graphics primitive
VERTEX2F
supply a vertex with fractional coordinates
VERTEX2II
supply a vertex with positive integer coordinates
4.3.3
Execution control
JUMP
execute commands at another location in the display list
MACRO
execute a single command from a macro register
CALL
execute a sequence of commands at another location in the
display list
RETURN
return from a previous CALL command
DISPLAY
end the display list