[PATCH 0/3] Delete some triangle related code

Søren Sandmann sandmann at cs.au.dk
Sat Feb 26 12:04:01 PST 2011


The following patches absorb the miTriFan() and miTriStrip() functions
into CompositeTriFan() and CompositeTriStrip() respectively, and then
delete the TriStrip and TriFan hooks from PictureScreen.

None of the open source drivers have ever used these hooks, so there
is no point maintaining them.


Soren

 b/hw/dmx/dmx.h         |    2 -
 b/hw/dmx/dmxpict.c     |   87 -------------------------------------------------
 b/hw/dmx/dmxpict.h     |   10 -----
 b/miext/cw/cw.h        |    2 -
 b/miext/cw/cw_render.c |   64 ------------------------------------
 b/render/mipict.c      |    2 -
 b/render/mipict.h      |   20 -----------
 b/render/mitri.c       |   21 -----------
 b/render/picture.c     |   24 ++++++++++---
 b/render/picturestr.h  |    3 -
 render/mitri.c         |   43 ------------------------
 render/picture.c       |   23 ++++++++++--


More information about the xorg-devel mailing list