Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-07-04 | asdf | Søren Sandmann Pedersen | 1 | -0/+5 |
2008-08-23 | Fix includes | Søren Sandmann Pedersen | 1 | -1/+1 |
2008-03-22 | More ra work | Søren Sandmann | 1 | -2/+1 |
2008-03-21 | Various small tweaks | Søren Sandmann | 1 | -26/+6 |
2007-12-20 | Add movdqu plus UNALIGN macro | Søren Sandmann | 1 | -1/+10 |
2007-12-20 | Include sys/time | Søren Sandmann | 1 | -1/+1 |
2007-12-12 | Add some more instructions | Søren Sandmann | 1 | -5/+25 |
2007-12-12 | Add time measuring | Søren Sandmann | 1 | -8/+38 |
2007-12-12 | Make width/height/stride named constants | Søren Sandmann | 1 | -11/+14 |
2007-12-10 | TODO | Søren Sandmann | 1 | -6/+6 |
2007-12-09 | Add jump instructions; add subroutine to do unaligned pixels | Søren Sandmann | 1 | -3/+30 |
2007-12-08 | TODO; add call to label; jle_s | Søren Sandmann | 1 | -10/+20 |
2007-12-08 | Remove remaining use of x86-codegen.h | Søren Sandmann | 1 | -5/+6 |
2007-12-08 | Process four pixels at a time; some new instructions | Søren Sandmann | 1 | -42/+70 |
2007-12-07 | Fix alpha expanding. Add simple test | Søren Sandmann | 1 | -23/+44 |
2007-12-07 | Move forward instead of backward | Søren Sandmann | 1 | -34/+43 |
2007-12-07 | Fix memmory access; add call instruction | Søren Sandmann | 1 | -21/+24 |
2007-12-07 | Make it work with enforcing SELinux | Søren Sandmann | 1 | -14/+23 |
2007-12-06 | Several new instructions; generate a complete render op | Søren Sandmann | 1 | -9/+115 |
2007-12-05 | Some more instructions; beginning of an actual compositing routine | Søren Sandmann | 1 | -9/+43 |
2007-12-05 | Make regs have different numbers than regnos. Add asserts about this. Add mor... | Søren Sandmann | 1 | -2/+2 |
2007-12-05 | Add register constructors | Søren Sandmann | 1 | -53/+53 |
2007-12-04 | Get rid of various memory op types | Søren Sandmann | 1 | -21/+21 |
2007-12-04 | Support for labels ; better cpu_detect | Søren Sandmann | 1 | -38/+23 |
2007-12-03 | Lots of stuff - generation of CPU detection among other things | Søren Sandmann | 1 | -23/+170 |
2007-12-03 | Make use of new emit_ functions | Søren Sandmann | 1 | -9/+12 |
2007-12-03 | Add copyright statement from ORP | Søren Sandmann | 1 | -0/+2 |
2007-12-02 | More work | Søren Sandmann | 1 | -40/+84 |
2007-12-02 | Various stuff | Søren Sandmann | 1 | -21/+57 |
2007-12-02 | Add sub instruction | Søren Sandmann | 1 | -0/+54 |
2007-12-02 | New Assembler object | Søren Sandmann | 1 | -21/+19 |
2007-12-02 | Split ops when they are generated; add push, pop and return | Søren Sandmann | 1 | -0/+43 |