darling-cocotron/testing/SWRender
Christopher Lloyd 5aabd688f9 - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender
- Cleanup of CG/KG classes, use CGGeometry instead of NSGeometry, fixed PathElement constant names
- SWRender, image resampling optimizations, added better basis for cubic curve tessellation
2008-04-17 16:59:58 +00:00
..
English.lproj - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
SWRender.xcodeproj - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
Info.plist - Added testing/SWRender software renderer test application 2008-03-07 18:08:43 +00:00
KGBlending.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGImageView.h - SWRender, a few optimizations, more tests 2008-04-03 16:46:49 +00:00
KGImageView.m - SWRender, more cleanup, implemented bicubic resampling, fill rate optimizations 2008-04-11 01:37:26 +00:00
KGPixelPipe.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGPixelPipe.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRasterizer.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRasterizer.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRender_baseline.h - SWRender, more C-ification 2008-03-26 01:09:33 +00:00
KGRender_baseline.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRender_cg.h - Added testing/SWRender software renderer test application 2008-03-07 18:08:43 +00:00
KGRender_cg.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRender.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRender.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRenderController.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
KGRenderController.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
main.m - Added testing/SWRender software renderer test application 2008-03-07 18:08:43 +00:00
overlay.png - SWRender, image resampling test added, removal of scissoring code, some active edge optimizations for Rasterize::fill 2008-03-13 15:09:26 +00:00
README.txt - Added testing/SWRender software renderer test application 2008-03-07 18:08:43 +00:00
VGImage.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
VGImage.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
VGmath.h - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00
VGmath.m - SWRender, more cleanup, implemented bicubic resampling, fill rate optimizations 2008-04-11 01:37:26 +00:00
VGPath.h - SWRender, more cleanup, implemented bicubic resampling, fill rate optimizations 2008-04-11 01:37:26 +00:00
VGPath.m - Moved CG* headers to ApplicationServices and changed references in KG classes, this allows for building the KG classes on OSX from SWRender 2008-04-17 16:59:58 +00:00

SWRender is an in-development software renderer for Cocotron. It is based on the OpenVG reference implementation.

It is not currently integrated into Cocotron.