nickysn
|
55f8c0f99a
* use 8086/8088-compatible instructions in the asm version of PutPixelX
|
6 years ago |
nickysn
|
bf711c4586
* PutPixelX split into pure pascal and asm version
|
6 years ago |
nickysn
|
8e832f31dc
* fix register in comment
|
6 years ago |
nickysn
|
9c3d65b08f
* use lodsb instead of mov in GetPixelX
|
6 years ago |
nickysn
|
948328160b
* use SI instead of DI in the asm GetPixelX
|
6 years ago |
nickysn
|
8da6e23d0d
* fixed and enabled the asm version of GetPixelX
|
6 years ago |
Mattias Gaertner
|
f0a8b07e3e
pastojs: fixed const eval float - currency, bug #34936
|
6 years ago |
Mattias Gaertner
|
48537b4e7c
pastojs: external fields in records, bug #34922
|
6 years ago |
Mattias Gaertner
|
766f4cfcb0
fcl-js: quote quoted object literal names
|
6 years ago |
Mattias Gaertner
|
92b3fc7c78
pastojs: fixed compile
|
6 years ago |
Mattias Gaertner
|
18f670a822
fcl-passrc: parse and resolve helpers
|
6 years ago |
florian
|
cfd0790f89
* avoid assembler errors for the MovOpMov2MovOp optimziation in case the size of the instruction
|
6 years ago |
nickysn
|
57ffb6fb07
* FPC_GRAPH_SUPPORTS_TRUECOLOR support in the asm GetPixelX
|
6 years ago |
nickysn
|
c86da93af8
* asm version of GetPixelX converted to pure asm
|
6 years ago |
nickysn
|
46f3c742f3
* viewport adjustment converted to asm in the asm version of GetPixelX
|
6 years ago |
nickysn
|
d5b8e84352
* use only 8086/8088-compatible instructions in the asm GetPixelX
|
6 years ago |
nickysn
|
f06cb31746
* huge model fixes in asm GetPixelX
|
6 years ago |
nickysn
|
44a193a027
* split GetPixelX into strictly pascal and strictly asm version
|
6 years ago |
nickysn
|
b48e901ed8
+ also save/restore DS before/after the int 10h call inside SetCGAPalette and SetCGABorder
|
6 years ago |
nickysn
|
9da40ee818
* use SegB000 instead of the $B000 constant in InitHGC720. This will make the
|
6 years ago |
nickysn
|
ec580d81b7
* factored out the repeating code for setting a BIOS graphics mode into a common procedure InitInt10hMode
|
6 years ago |
nickysn
|
39db7fd9d9
* only load the low byte from the page parameter in SetVisual200_350
|
6 years ago |
nickysn
|
4569d47417
* SetVisual200 and SetVisual350 combined into one procedure, because they share the same code
|
6 years ago |
nickysn
|
be29c1d39e
* all procedures and functions that call NotInGraphicsMode marked 'noreturn' to
|
6 years ago |
florian
|
8d3d5276d7
* open arrays and arrays of consts might be only stack tainting if they are passed by value
|
6 years ago |
nickysn
|
b9a0b03e4b
* use stosb instead of mov in DirectPutPixel16
|
6 years ago |
nickysn
|
4336c4d793
* optimizations in DirectPutPixel16 to avoid the mul instruction
|
6 years ago |
nickysn
|
a854411e7c
* perform the clipping before initializing ES in PutPixel320, so it runs faster
|
6 years ago |
nickysn
|
7c4466025a
* PutPixel16 converted to pure asm routine
|
6 years ago |
nickysn
|
1533f1e218
* implement the clipping in assembly instead of pascal in PutPixel16
|
6 years ago |