This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
jitblt / jitblt
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | Thu Jul 26 15:32:40 -0700 2007 | |
| |
Makefile | Fri Aug 15 14:39:15 -0700 2008 | |
| |
OPS_AS_SHADERS | Thu Jul 19 02:30:19 -0700 2007 | |
| |
README | Thu Jul 19 02:30:19 -0700 2007 | |
| |
TODO | Fri Aug 15 14:39:15 -0700 2008 | |
| |
expression.k | Fri Aug 15 14:39:15 -0700 2008 | |
| |
jitblt | Fri Aug 15 14:39:15 -0700 2008 | |
| |
jitblt-compile.k | Thu Jul 19 02:30:19 -0700 2007 | |
| |
jitblt-params.h | Thu Jul 19 02:30:19 -0700 2007 | |
| |
map.k | Thu Jul 19 02:30:19 -0700 2007 | |
| |
operator.k | Thu Jul 19 02:30:19 -0700 2007 | |
| |
pixel-format.k | Fri Aug 15 14:39:15 -0700 2008 | |
| |
pixman-jitblt.c | Thu Jul 19 02:30:19 -0700 2007 | |
| |
pixman-jitblt.h | Thu Jul 19 02:30:19 -0700 2007 | |
| |
pixman.k | Thu Jul 26 15:43:20 -0700 2007 | |
| |
pp | Thu Jul 19 02:30:19 -0700 2007 | |
| |
super.k | Thu Jul 19 02:30:19 -0700 2007 | |
| |
test.k | Fri Aug 15 14:39:15 -0700 2008 | |
| |
uchar.k | Fri Aug 15 14:39:15 -0700 2008 |
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.







