Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-21 | Fixed typo in image tiling. | Tor Andersson | |
2008-03-21 | Added benchmark for rasterization. | Tor Andersson | |
2008-03-20 | Factored out drawing of page numbers. | Tor Andersson | |
2008-03-20 | Fixed printf formatting warnings. | Tor Andersson | |
2008-03-20 | Parse fill/stroke constant alpha values. | Tor Andersson | |
2008-03-20 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-19 | Vectorize fz_read | Glenn Kennard | |
2008-03-20 | Fixed missing whitespace. | Sebastian Rasmussen | |
2008-03-20 | Fixed patch generating compiler warning. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-19 | Optimize pdf_loadtile for indexed images | Glenn Kennard | |
2008-03-20 | Fixed compiler warning. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-19 | Split image decode and scaling work into bands for large images | Glenn Kennard | |
Images larger than will fit in a typical L2 cache that need scaling are now chopped up and processed in bands. Speeds up McCue.pdf overall by 1/3. Actual decoding of stream is still done in one chunk, which now has the highest overhead. | |||
2008-03-19 | Small speedups in fax decoder | Glenn Kennard | |
Let gcc vectorize !blackis1 case | |||
2008-03-20 | Adapted whitespace in decodetile patch. | Sebastian Rasmussen | |
2008-03-19 | Special case decodetile for n | Glenn Kennard | |
2008-03-17 | Small speedup of decodetile | Glenn Kennard | |
2008-03-20 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-20 | Fix for pixmap scaling patch. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-20 | Fixed pedantic compiler warning. | Sebastian Rasmussen | |
2008-03-10 | Propagate errors properly in shading and font code. | Sebastian Rasmussen | |
2008-03-10 | Properly report errors when encountering bad page trees. | Sebastian Rasmussen | |
2008-03-09 | Cast pointers into void pointers as printfs pointer format only support these. | Sebastian Rasmussen | |
2008-03-09 | Fixed issue with rotation of multiple of 90 degrees caused resizing of object. | Sebastian Rasmussen | |
2008-03-09 | Fixed initial line whitespace. | Sebastian Rasmussen | |
2008-03-17 | Make sure emms gets called when needed | Glenn Kennard | |
If feature was disabled with CPUACCEL emms wasn't called, which led to random crashes much later on when code tried to use some floating point. Also, fix a possible infinite loop parsing CPUACCEL environment variable. | |||
2008-03-17 | Scrap samus (aborted XPS parser) completely, part 2. | Tor Andersson | |
2008-03-17 | Special-case 1-5 components in image scale | Glenn Kennard | |
Approximately doubles the speed of this routine by getting rid of the per-component loops. | |||
2008-03-17 | Use fixed point in integer scale routines | Glenn Kennard | |
Speed up scaling by multiplying by 16.16 inverse of denom, instead of dividing per output pixel. | |||
2008-03-17 | Scrap samus (aborted XPS parser) completely. | Tor Andersson | |
2008-03-17 | Resolve conflict. | Tor Andersson | |
2008-03-17 | Port y clipping from fitz experimental tree | Glenn Kennard | |
This speeds up a particular case from 47s to less than a second. | |||
2008-03-17 | Grayscale image scaling speedup | Glenn Kennard | |
2006-08-16 | Update cpu feature detection code | Glenn Kennard | |
Use structured exception handling on win32. Don't taint binary with VIS instruction set on SPARC. | |||
2005-10-30 | Optimize loadtile. | Glenn Kennard | |
Drops rendering time for first page of wildcatvpds.pdf from 3 to 2 seconds. | |||
2008-03-08 | Add FT_XFREE86_H header to get prototype for FT_Get_X11_Font_Format(). | Tor Andersson | |
2008-03-08 | Fixed remaining compiler warning. | Sebastian Rasmussen | |
2008-03-08 | Fixed almost all compiler warnings. | Sebastian Rasmussen | |
2008-03-08 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-08 | Added reference counting when debug printing fitz tree. | Sebastian Rasmussen | |
2008-03-08 | Fix reference counting bug in graphics state material. | Sebastian Rasmussen | |
2008-01-06 | Whitespace fix. | Sebastian Rasmussen | |
2008-01-06 | Improved readability. | Sebastian Rasmussen | |
2008-01-06 | Fixed compiler warnings. | Sebastian Rasmussen | |
2008-01-06 | Added support for displaying what page is shown in unix. | Sebastian Rasmussen | |
2008-01-05 | Changed panning for the different key-combinations. | Sebastian Rasmussen | |
2008-01-05 | Code re-ordering. | Sebastian Rasmussen | |