nickysn
|
a190d65f92
* huge model safe initialization of ES in PutPixelX
|
před 6 roky |
nickysn
|
6cc00c887f
* moved the ES segment register initialization earlier in PutPixelX
|
před 6 roky |
nickysn
|
933dd5b0cc
+ enabled the asm version of PutPixelX
|
před 6 roky |
nickysn
|
abf98cf2cd
* perform the clipping in asm in PutPixelX
|
před 6 roky |
nickysn
|
a55ee3b687
* moved the loading of X and Y coordinates to the beginning of the asm block in PutPixelX
|
před 6 roky |
nickysn
|
d04f801ee2
* swapped ax and cx in PutPixelX
|
před 6 roky |
nickysn
|
5ca7382516
- remove the XorPut support from PutPixelX, since it is not supposed to support different write modes
|
před 6 roky |
nickysn
|
a0924c9bbb
* perform the viewport adjustment in asm instead of pascal in PutPixelX
|
před 6 roky |
nickysn
|
55f8c0f99a
* use 8086/8088-compatible instructions in the asm version of PutPixelX
|
před 6 roky |
nickysn
|
bf711c4586
* PutPixelX split into pure pascal and asm version
|
před 6 roky |
nickysn
|
8e832f31dc
* fix register in comment
|
před 6 roky |
nickysn
|
9c3d65b08f
* use lodsb instead of mov in GetPixelX
|
před 6 roky |
nickysn
|
948328160b
* use SI instead of DI in the asm GetPixelX
|
před 6 roky |
nickysn
|
8da6e23d0d
* fixed and enabled the asm version of GetPixelX
|
před 6 roky |
Mattias Gaertner
|
f0a8b07e3e
pastojs: fixed const eval float - currency, bug #34936
|
před 6 roky |
Mattias Gaertner
|
48537b4e7c
pastojs: external fields in records, bug #34922
|
před 6 roky |
Mattias Gaertner
|
766f4cfcb0
fcl-js: quote quoted object literal names
|
před 6 roky |
Mattias Gaertner
|
92b3fc7c78
pastojs: fixed compile
|
před 6 roky |
Mattias Gaertner
|
18f670a822
fcl-passrc: parse and resolve helpers
|
před 6 roky |
florian
|
cfd0790f89
* avoid assembler errors for the MovOpMov2MovOp optimziation in case the size of the instruction
|
před 6 roky |
nickysn
|
57ffb6fb07
* FPC_GRAPH_SUPPORTS_TRUECOLOR support in the asm GetPixelX
|
před 6 roky |
nickysn
|
c86da93af8
* asm version of GetPixelX converted to pure asm
|
před 6 roky |
nickysn
|
46f3c742f3
* viewport adjustment converted to asm in the asm version of GetPixelX
|
před 6 roky |
nickysn
|
d5b8e84352
* use only 8086/8088-compatible instructions in the asm GetPixelX
|
před 6 roky |
nickysn
|
f06cb31746
* huge model fixes in asm GetPixelX
|
před 6 roky |
nickysn
|
44a193a027
* split GetPixelX into strictly pascal and strictly asm version
|
před 6 roky |
nickysn
|
b48e901ed8
+ also save/restore DS before/after the int 10h call inside SetCGAPalette and SetCGABorder
|
před 6 roky |
nickysn
|
9da40ee818
* use SegB000 instead of the $B000 constant in InitHGC720. This will make the
|
před 6 roky |
nickysn
|
ec580d81b7
* factored out the repeating code for setting a BIOS graphics mode into a common procedure InitInt10hMode
|
před 6 roky |
nickysn
|
39db7fd9d9
* only load the low byte from the page parameter in SetVisual200_350
|
před 6 roky |