Large patch:
authorKeith Whitwell <keith@tungstengraphics.com>
Sat, 18 Sep 1999 20:41:22 +0000 (20:41 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sat, 18 Sep 1999 20:41:22 +0000 (20:41 +0000)
commit1bf9dfaf5dea61e3d33a69b0a549be54ef6d74df
treeac7671bdd63c0de5bdc7e60af521b0fc4418238d
parent56b58668e86e6156555e36050df14b49faa14f31
Large patch:
- FX bug fixes.
        - Polygon mode and edgeflag work properly.
- Clipping works with edgeflag.
- Driver.ReducedPrimitiveChange() callback so drivers
          that implement lines & points as triangles can turn culling off
  before rendering groups of these primitives.
        - Cleaned up feedback & select primitives.
14 files changed:
src/mesa/drivers/glide/fxdd.c
src/mesa/main/attrib.c
src/mesa/main/clip.c
src/mesa/main/clip.h
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/drawpix.c
src/mesa/main/enable.c
src/mesa/main/feedback.c
src/mesa/main/feedback.h
src/mesa/main/light.c
src/mesa/main/lines.c
src/mesa/main/points.c
src/mesa/main/stencil.c