nickysn
|
93fe4d789e
* DirectPutPixelX split into pascal and asm version
|
6 tahun lalu |
Mattias Gaertner
|
792858eab8
pastojs: fixed reading #$00xx as widechar, bug #34923
|
6 tahun lalu |
nickysn
|
6ad69d0ab9
* use stosb instead of mov in PutPixelX
|
6 tahun lalu |
nickysn
|
5556757f95
* only load the low byte of the color in PutPixelX
|
6 tahun lalu |
nickysn
|
e80d1564ed
- don't save/restore registers that don't need to be preserved by the pascal calling convention
|
6 tahun lalu |
nickysn
|
a22ac81677
* PutPixelX converted to a pure assembler routine
|
6 tahun lalu |
nickysn
|
a190d65f92
* huge model safe initialization of ES in PutPixelX
|
6 tahun lalu |
nickysn
|
6cc00c887f
* moved the ES segment register initialization earlier in PutPixelX
|
6 tahun lalu |
nickysn
|
933dd5b0cc
+ enabled the asm version of PutPixelX
|
6 tahun lalu |
nickysn
|
abf98cf2cd
* perform the clipping in asm in PutPixelX
|
6 tahun lalu |
nickysn
|
a55ee3b687
* moved the loading of X and Y coordinates to the beginning of the asm block in PutPixelX
|
6 tahun lalu |
nickysn
|
d04f801ee2
* swapped ax and cx in PutPixelX
|
6 tahun lalu |
nickysn
|
5ca7382516
- remove the XorPut support from PutPixelX, since it is not supposed to support different write modes
|
6 tahun lalu |
nickysn
|
a0924c9bbb
* perform the viewport adjustment in asm instead of pascal in PutPixelX
|
6 tahun lalu |
nickysn
|
55f8c0f99a
* use 8086/8088-compatible instructions in the asm version of PutPixelX
|
6 tahun lalu |
nickysn
|
bf711c4586
* PutPixelX split into pure pascal and asm version
|
6 tahun lalu |
nickysn
|
8e832f31dc
* fix register in comment
|
6 tahun lalu |
nickysn
|
9c3d65b08f
* use lodsb instead of mov in GetPixelX
|
6 tahun lalu |
nickysn
|
948328160b
* use SI instead of DI in the asm GetPixelX
|
6 tahun lalu |
nickysn
|
8da6e23d0d
* fixed and enabled the asm version of GetPixelX
|
6 tahun lalu |
Mattias Gaertner
|
f0a8b07e3e
pastojs: fixed const eval float - currency, bug #34936
|
6 tahun lalu |
Mattias Gaertner
|
48537b4e7c
pastojs: external fields in records, bug #34922
|
6 tahun lalu |
Mattias Gaertner
|
766f4cfcb0
fcl-js: quote quoted object literal names
|
6 tahun lalu |
Mattias Gaertner
|
92b3fc7c78
pastojs: fixed compile
|
6 tahun lalu |
Mattias Gaertner
|
18f670a822
fcl-passrc: parse and resolve helpers
|
6 tahun lalu |
florian
|
cfd0790f89
* avoid assembler errors for the MovOpMov2MovOp optimziation in case the size of the instruction
|
6 tahun lalu |
nickysn
|
57ffb6fb07
* FPC_GRAPH_SUPPORTS_TRUECOLOR support in the asm GetPixelX
|
6 tahun lalu |
nickysn
|
c86da93af8
* asm version of GetPixelX converted to pure asm
|
6 tahun lalu |
nickysn
|
46f3c742f3
* viewport adjustment converted to asm in the asm version of GetPixelX
|
6 tahun lalu |
nickysn
|
d5b8e84352
* use only 8086/8088-compatible instructions in the asm GetPixelX
|
6 tahun lalu |