Graphics Programming
TVP4020
Programmers Reference Manual
62
When reference is made to “Signed Fixed Point Format”, the sign bit is
included in the integer section. For example, a signed fixed point format
of 12.15 implies 1 sign bit followed by 11 integer bits and 15 fraction bits.
Register Name
Data
Field
Description
Render
See
below
Starts the rasterization process
ContinueNewDom 12 bit
integer
Allows the rasterization to continue with a new dominant edge The
dominant edge DDA is reloaded with the new parameters. The
subordinate edge is carried on from the previous trapezoid. This allows
any convex polygon to be broken down into a collection of trapezoids,
with continuity maintained across boundaries. Since this command
only affects the Rasterizer DDA and not that of any other units, it is not
suitable for 3D operations.
The data field holds the number of scanlines to fill. Note this count
does not get loaded into the Count register.
ContinueNewSub
12 bit
integer
Allows the rasterization to continue with a new subordinate edge. The
subordinate DDA is reloaded with the new parameters. The dominant
edge is carried on from the previous trapezoid. This is useful when
scan converting triangles with a 'knee' (i.e. two subordinate edges).
The data field holds the number of scanlines to fill. Note this count
does not get loaded into the Count register.
Continue
12 bit
integer
Allows the rasterization to continue after new delta value(s) have been
loaded, but does not cause either of the primitive's edge DDAs to be
reloaded. This can result in the accumulation of rasterization errors
causing imprecise rendering.
The data field holds the number of scanlines to fill. Note this count
does not get loaded into the Count register.
ContinueNewLine
12 bit
integer
Allows the rasterization to continue for the next segment in a polyline.
The XY position is carried on from the previous line, however the
fraction bits in the DDAs can be: kept, set to zero, half, or nearly one
half, under control of the RasterizerMode.
The data field holds the number of pixels in a line. Note this count does
not get loaded into the Count register.
The use of ContinueNewLine is not recommended for OpenGL
because the DDA units will start with a slight error as compared with
the value they would have been loaded with for the second and
subsequent segments.
Содержание TVP4020 PERMEDIA 2
Страница 1: ...Texas Instruments TVP4020 PERMEDIA 2 Programmer s Reference Manual Issue 4 ...
Страница 47: ...Memory I O and Organization TVP4020 Programmers Reference Manual 38 Texture address TextureBaseAddress T W S ...
Страница 284: ...TVP4020 Programmers Reference Manual A Gouraud Shaded Triangle 275 ...
Страница 292: ...TVP4020 Programmers Reference Manual Register Tables 283 ...
Страница 314: ...TVP4020 Programmers Reference Manual Index 305 ...
Страница 315: ...Index TVP4020 Programmers Reference Manual 306 Index ...
Страница 323: ...Index TVP4020 Programmers Reference Manual 314 ...