index
:
~cloos/ghostpdl
Type3_PCL
ghostpdl-9.03
gs904
gs905
libs-update
master
memcpy-fix
mooscript
patt_trans_clist
psd16
Clone of git://git.ghostscript.com/ghostpdl.git.
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gs
/
base
/
gximono.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-14
Reintroduce commented out PACIFY_VALGRIND definition in gximono.c - without it
Robin Watts
1
-0
/
+6
2011-03-14
Fix an indetermism in the halftoning code. When mapping a y offset into a
Robin Watts
1
-0
/
+2
2011-03-11
A reorganization of the halftone code in preparation of doing thresholding of...
Michael Vrhel
1
-169
/
+2
2011-03-10
Remove the buffer blanking done in gximono.c. Previously removing this would
Robin Watts
1
-6
/
+3
2011-03-09
Disable PACIFY_VALGRIND in gximono.c. This define is intended to enable
Robin Watts
1
-14
/
+19
2011-03-08
When using PACIFY_VALGRIND, don't call the memory blanking when the
Robin Watts
1
-7
/
+13
2011-03-07
Initialize ht landscape structure to zero when in portrait case. There is a ...
Michael Vrhel
1
-0
/
+2
2011-03-07
Add new debugging define to gximono.c, PACIFY_VALGRIND.
Robin Watts
1
-4
/
+21
2011-03-07
Fix for improper indexing of reversed portrait image line. We were off by on...
Michael Vrhel
1
-5
/
+2
2011-03-06
Fix to use proper DDA incrementation for interpolation. We still maintain sp...
Michael Vrhel
1
-38
/
+43
2011-03-04
Add FIXME to gximono.c about possible future optimisation, so it is not
Robin Watts
1
-0
/
+9
2011-03-04
Reorganization of threshold code to move all the thresh holding operations in...
Michael Vrhel
1
-323
/
+4
2011-03-03
Enabling of thresholding code as default image rendering of monochrome/indexe...
Michael Vrhel
1
-1
/
+1
2011-03-02
Introduction of a member variable in gs_image1_t, which will let us know the ...
Michael Vrhel
1
-3
/
+7
2011-03-01
Fix for error introduced in non-SSE2 code when I removed the inclusion of the...
Michael Vrhel
1
-11
/
+3
2011-02-27
Removal (or inactivation) of code to include inverse of transfer function in ...
Michael Vrhel
1
-92
/
+40
2011-02-25
Fix so that we only do the fast code if we are in portrait or landscape mode....
Michael Vrhel
1
-1
/
+2
2011-02-25
Addition of code to incorporate the inverse of the transfer curve into the th...
Michael Vrhel
1
-45
/
+105
2011-02-23
Temporary fix to turn off fast code for cases where the bps of the index imag...
Michael Vrhel
1
-1
/
+2
2011-02-22
Fix warnings caused by merging the halftone branch to the trunk in r12189.
Robin Watts
1
-66
/
+1
2011-02-22
Addition of compile time option to turn off the new code. This is in prepara...
Michael Vrhel
1
-2
/
+7
2011-02-22
Minor fixes for various scaling and clist offset issues.
Michael Vrhel
1
-5
/
+4
2011-02-17
Fix more SEGVs in the Halftone branch. When setting up the new halftone code
Robin Watts
1
-29
/
+25
2011-02-17
The new halftoning code falls over if the colorspaces
Robin Watts
1
-0
/
+8
2011-02-16
Fix so that the threshold values when applied will match the results given by...
Michael Vrhel
1
-4
/
+4
2011-02-15
Correct a #if that should be a #ifdef.
Robin Watts
1
-1
/
+1
2011-02-15
Fix 2 causes of SEGVs in gximono.c, both in the landscape code.
Robin Watts
1
-16
/
+25
2011-02-15
Tiny tweak to the in-development halftone code; currently only code for
Robin Watts
1
-605
/
+607
2011-02-11
Fix for ht phase problem in unaligned bit ends during landscape tiling of the...
Michael Vrhel
1
-7
/
+6
2011-02-11
Fix for use of unitialized offset_bits. Thanks to Robin for finding this.
Michael Vrhel
1
-4
/
+8
2011-02-11
Fix so that we apply the transfer function, if there is one, and also so that...
Michael Vrhel
1
-4
/
+82
2011-02-09
Change gximono.c to alternate on HAVE_SSE2 rather than HAVE_SSE - this
Robin Watts
1
-8
/
+8
2011-02-09
Clean up and a bit more optimized loops for getting the data in the portrait ...
Michael Vrhel
1
-9
/
+23
2011-02-08
Minor performance improvement to reduce a hot spot in threshold_16_SSE.
Michael Vrhel
1
-5
/
+3
2011-02-08
Further reduction of differences between rect fill rendering and threshold code.
Michael Vrhel
1
-9
/
+10
2011-02-08
Fixes for minor rendering differences between the standard rect fill code and...
Michael Vrhel
1
-5
/
+6
2011-02-07
Fix so that clist rendering does not have catastrophic bands. There are mino...
Michael Vrhel
1
-4
/
+5
2011-02-04
Fix for a goof where we were actually 16 bit aligned but still doing multiple...
Michael Vrhel
1
-0
/
+1
2011-02-04
Fix for missing abs operation that was causing a very large memory allocation.
Michael Vrhel
1
-1
/
+1
2011-02-04
Fix so that we can run this code without SSE2
Michael Vrhel
1
-2
/
+26
2011-02-04
Fix so that indexed landscaped images render correctly. Not this is only for...
Michael Vrhel
1
-1
/
+26
2011-02-03
Fix so that horizontally flipped images are drawn correctly.
Michael Vrhel
1
-4
/
+5
2011-02-03
Addition of buffer flushing for landscape rendering when we reach the end of ...
Michael Vrhel
1
-2
/
+13
2011-02-03
Fix for "white lines" and also occasional crashes in ht code when we had a la...
Michael Vrhel
1
-8
/
+13
2011-02-02
Fix for several bugs in the landscape code. There are still rendering issues...
Michael Vrhel
1
-25
/
+56
2011-02-02
Initial check in of code for handling landscape thresholding of mono images. ...
Michael Vrhel
1
-66
/
+309
2011-01-30
Fixes to simplify and speed up SSE2 portions of code. Also more importantly ...
Michael Vrhel
1
-138
/
+110
2011-01-28
force 16byte alignment of location into which sse2 register data is copied
Michael Vrhel
1
-2
/
+12
2011-01-28
Movement of memory allocations into image enumeration set-up. Fix also for b...
Michael Vrhel
1
-109
/
+145
2011-01-27
Fix for alignment issue with SSE2. The stride for the contone buffer needs t...
Michael Vrhel
1
-5
/
+13
[next]