diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-05-01 17:39:47 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-05-01 18:49:47 -0400 |
commit | 2428785895f352f15fb412a630289e44bb2e7cc3 (patch) | |
tree | c86ad20eee1660bfc4b4533bfed72ce72e4499fa /renderproto.txt | |
parent | 64f589368eb0c3070656de283b29b7b0b8ccc10b (diff) |
Delete reference to unimplemented ColorTriangles and ColorTrapezoids
requests.
Diffstat (limited to 'renderproto.txt')
-rw-r--r-- | renderproto.txt | 48 |
1 files changed, 2 insertions, 46 deletions
diff --git a/renderproto.txt b/renderproto.txt index 22a2194..ef371b9 100644 --- a/renderproto.txt +++ b/renderproto.txt @@ -216,12 +216,6 @@ TRAPEZOID [ left, right: LINEFIX ] (TRAPEZOID is deprecated) -COLORTRIANGLE [ - p1, p2, p3: COLORPOINT - ] -COLORTRAP [ - top, bottom: COLORSPANFIX - ] GLYPHSET 32-bit value (top three bits guaranteed to be zero) GLYPH 32-bit value GLYPHINFO [ @@ -840,6 +834,8 @@ Trapezoids for each trapezoid Combine (op, dst, source, trapezoid) + (The Trapezoids request is deprecated) + Triangles op: PICTOP @@ -924,31 +920,6 @@ TriFan for each triangle Combine (op, dst, source, triangle) -ColorTrapezoids - - op: PICTOP - dst: PICTURE - trapezoids: LISTofCOLORTRAP - - The geometry of the trapezoids must meet the same requirements as - for the Trapezoids request. The trapezoids are filled in the order - they occur in the list. - -ColorTriangles - - op: PICTOP - dst: PICTURE - triangles: LISTofCOLORTRIANGLE - - The colored triangles are rasterized in the order they occur in the - list. - -??? - -Should I included compressed triangle representations here? - -??? - CreateGlyphSet gsid: GLYPHSET @@ -999,21 +970,6 @@ AddGlyphs are stored with each glyph in a separate Z-format image padded to a 32-bit boundary. Existing glyphs with the same names are replaced. -AddGlyphsFromPicture - - glyphset: GLYPHSET - src: PICTURE - glyphs: LISTofPICTGLYPH - - Errors: - GlyphSet, Alloc - - This request adds glyphs to glyphset by copying them from src from - the locations included in glyphs. Existing glyphs with the same - names are replaced. Src may be in a different PictFormat than - glyphset, in which case the images are converted to the glyphset - format. - FreeGlyphs glyphset: GLYPHSET |