nickysn
|
5655b04b1c
* use 'cmp mem,const' to check DontClearGraphMemory, instead of first loading it
|
6 жил өмнө |
nickysn
|
5738ba19bb
* converted InitModeX to a pure asm routine
|
6 жил өмнө |
nickysn
|
c26df36bc5
* size of the DrawnList buffer moved to a local variable, to avoid repeated code and repeated calculations
|
6 жил өмнө |
nickysn
|
6bb104a16d
* unified the out of memory check in FloodFill and perform proper cleanup, so no memory leaks arise
|
6 жил өмнө |
nickysn
|
b654c34d64
* read the planes in reverse order, so that less shift instructions are required in GetPixel16
|
6 жил өмнө |
nickysn
|
33c330b3bc
* store the size of the s1,s2 and s3 buffers, used inside FloodFill in a
|
6 жил өмнө |
nickysn
|
f356add031
* moved the s1,s2,s3 scanline memory allocation in FloodFill before changing
|
6 жил өмнө |
nickysn
|
003a08f040
* use 'cbw' and 'cwd' instead of 'xor reg, reg' in the asm version of GetPixel16
|
6 жил өмнө |
nickysn
|
300e584936
* use 'cwd' instead of 'xor dx, dx' in the asm version GetPixel320
|
6 жил өмнө |
nickysn
|
57c931cb4c
* use lodsb with a segment override prefix instead of mov in the asm version of GetPixel320
|
6 жил өмнө |
nickysn
|
1b4fcabc1d
* use the si register instead of di in the asm version of GetPixel320
|
6 жил өмнө |
nickysn
|
cab9b4cb6b
* fixed return of result in the asm version of GetPixel320
|
6 жил өмнө |
nickysn
|
92304ce573
* moved the check in FloodFill whether x,y are within the current viewport in
|
6 жил өмнө |
nickysn
|
e6835e8ff7
* added check to ensure the memory allocation for DrawnList inside FloodFill hasn't returned nil
|
6 жил өмнө |
nickysn
|
f322b45611
* ignore VideoOfs entirely in mode 13h, since it doesn't support video pages
|
6 жил өмнө |
nickysn
|
698f8679d4
- removed comment saying that and/or/not put is not implemented, because it is implemented now
|
6 жил өмнө |
nickysn
|
39e1e4d2e7
+ enabled the asm version of DirectPutPixel320
|
6 жил өмнө |
nickysn
|
907e3afae4
* 8086/8088 support in the asm version of DirectPutPixel320
|
6 жил өмнө |
nickysn
|
88f062dec8
+ implemented all the write modes in the asm version of DirectPutPixel320
|
6 жил өмнө |
nickysn
|
f1467fdaaf
* only load the low byte of CurrentColor in the asm version of DirectPutPixel320
|
6 жил өмнө |
nickysn
|
1d9dae2129
- removed commented out code from DirectPutPixel320
|
6 жил өмнө |
nickysn
|
0a838fa082
* huge memory model fix for the asm version of DirectPutPixel320
|
6 жил өмнө |
nickysn
|
6fe9285aa5
- removed the 32-bit asm code from the asm version of DirectPutPixel320
|
6 жил өмнө |
michael
|
198abd5e26
* Add Unicode/Widestring overload on windows for ResolveRelativeURI
|
6 жил өмнө |
florian
|
4f0da5fcc3
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq, resolves #34815 and #34799
|
6 жил өмнө |
florian
|
8c66e9a2eb
+ support for 16 bit registers
|
6 жил өмнө |
florian
|
fc7ecf3206
* usage example for linux
|
6 жил өмнө |
michael
|
181766766b
* Do not save so much session info
|
6 жил өмнө |
michael
|
3355bc65b0
* Correct options for parsing
|
6 жил өмнө |
michael
|
4f8b595e30
* Defaults are not to add default identifiers (fpdoc)
|
6 жил өмнө |