public
Description: Pixman with JIT compilation using COLA
Homepage: http://vpri.org/mailman/listinfo/jitblit
Clone URL: git://github.com/damelang/jitblt.git
jitblt / jitblt
name age message
..
file .gitignore Thu Jul 26 15:32:40 -0700 2007 Add a .gitignore for the jitblt directory [damelang]
file Makefile Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
file OPS_AS_SHADERS Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file README Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file TODO Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
file expression.k Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
file jitblt Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
file jitblt-compile.k Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file jitblt-params.h Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file map.k Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file operator.k Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file pixel-format.k Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
file pixman-jitblt.c Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file pixman-jitblt.h Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file pixman.k Thu Jul 26 15:43:20 -0700 2007 Fix bytes-per-pixel bug Previously, jitblt was... [damelang]
file pp Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file super.k Thu Jul 19 02:30:19 -0700 2007 Initial commit of jitblt Buggy and slow, but i... [damelang]
file test.k Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
file uchar.k Fri Aug 15 14:39:15 -0700 2008 Fix unsigned char problem and incorrect fixed-p... [damelang]
jitblt/README
Jitblt - Just-in-time compilation of image compositing kernels
Dan Amelang (dan@amelang.net)

What is Jitblt
==============
Jitblt is a library for just-in-time (JIT) compilation of image compositing
kernels. It takes as input a set of compositing parameters (e.g. image formats,
compositing operators, etc) and outputs machine code that implements the
desired compositing operation.

Dependencies
============

Jitblt uses Ian Piumarta's code generation tool code-named "Jolt". To build
Jitblt, you will need to first install the "embeddable Jolt" library
(libjolt) first. To do so, check out Ian's idst repository from here:

  http://piumarta.com/svn2/idst/trunk

The README file found in the root directory of the repository contains
instructions for building and installing libjolt. Questions about libjolt
should be brought up on the mailing list referenced in that same README.