提交歷史

作者 SHA1 備註 提交日期
  nickysn 08a86b6b9f * perform clipping in assembly in the PutPixel320 asm routine 6 年之前
  nickysn 1e0a811aad * implemented the viewport adjustment in asm instead of pascal in the asm 6 年之前
  nickysn 6648bacec6 * GetPixel320 converted to a pure assembler routine 6 年之前
  nickysn 9745c6434a * do the view port adjustment in asm instead of pascal in the asm version of 6 年之前
  nickysn 8c1de487c5 + enabled the asm version of GetPixel320 6 年之前
  nickysn 2de69d12bb * huge memory model fix for the asm version of the GetPixel320 routine 6 年之前
  nickysn 7c55d08360 + pure pascal implementation of GetPixel320 6 年之前
  michael a33b2ab2f3 * Add a $mode fpc statement, as shortstrings are assumed 6 年之前
  nickysn 4a14ee770a + enabled the asm version of PutPixel320 6 年之前
  nickysn e12968eb8c * huge memory model fix for the asm version of PutPixel320 6 年之前
  nickysn dca76d84c9 + added pure pascal version of the routine PutPixel320 6 年之前
  michael e69f4c1e4b * Fix bug ID #19842 using patch from Bart Broersma 6 年之前
  nickysn 7bda42edac - removed unused asm code from SetVisual200 6 年之前
  nickysn d66edabe43 * the asm version of DirectPutPixel16 convert to pure inline asm routine 6 年之前
  pierre bbede67175 Also add /usr/lib/CPU-linux-gnu to link directory list for mips and mipsel 6 年之前
  nickysn 1dc3db4ee1 * handle the NotPut write mode in asm instead of pascal in the asm version of 6 年之前
  nickysn 5b4529db6f + introduced SetWriteModeEx to the Graph unit. Unlike SetWriteMode, it allows 6 年之前
  nickysn e3df1e1da8 * cleaned up, optimized a little, added support for all write modes 6 年之前
  nickysn 8c804fd4d3 - removed the pascal case code before the asm block in the asm version of 6 年之前
  nickysn 24f0625ee8 * use huge memory model compatible initialization of es=SegA000 in the asm 6 年之前
  pierre c986e5891a Activate fpc-web package for android OS, except for jvm compiler 6 年之前
  nickysn cea8f5a4c5 * refactored DirectPutPixel16, so it is strictly split into pascal and asm version; asm version not enabled yet 6 年之前
  nickysn b789b84bd0 * cleaned up, fixed, optimized a little and enabled the assembler version of GetPixel16 6 年之前
  nickysn 09c76c78c6 * cleaned up, fixed, optimized a little and enabled the assembler version of PutPixel16 6 年之前
  nickysn ff78058f8c - removed commented out code from PutPixel320 and GetPixel320 6 年之前
  nickysn 61e91a3c6c * fixed result of GetPixel320 when FPC_GRAPH_SUPPORTS_TRUECOLOR is defined 6 年之前
  nickysn 463ea5a16f - get rid of the '{$ifdef fpc}@{$endif}' from the i8086-msdos graph unit 6 年之前
  nickysn 06d8fa7e34 + use the ColorType type in the i8086-msdos graph unit, so that it compiles with 6 年之前
  nickysn 0849951fed - removed all the '{$ifndef fpc}far;{$endif fpc}' declarations from the i8086-msdos graph unit 6 年之前
  nickysn 6066eb07b4 * only save BP and DS when calling int 10h; mark the other registers as volatile in the asm blocks 6 年之前