Commit History

Author SHA1 Message Date
  michael ad5c48d539 * Widestring -> unicodestring 6 years ago
  michael fd6fbed094 * Fix one character being eaten at end of input string 6 years ago
  michael 1895b3ce37 * Fix hints and warnings (parameter not used disabled on purpose) 6 years ago
  nickysn 28bb659a1c * PutPixel320 converted to pure assembler routine 6 years ago
  nickysn 25c3981236 * use stosb instead of mov to draw the pixel inside the asm version of PutPixel320 6 years ago
  nickysn 9f4e6c48b3 * only read the low byte of the pixel color in the asm version of PutPixel320 6 years ago
  florian 925531b99c * constrained generics are also compatible with formaldefs, resolves #34893 6 years ago
  florian 6c82b2d1da * -tls-dialect is not a as option, removed it, resolves #34901 6 years ago
  nickysn 08a86b6b9f * perform clipping in assembly in the PutPixel320 asm routine 6 years ago
  nickysn 1e0a811aad * implemented the viewport adjustment in asm instead of pascal in the asm 6 years ago
  nickysn 6648bacec6 * GetPixel320 converted to a pure assembler routine 6 years ago
  nickysn 9745c6434a * do the view port adjustment in asm instead of pascal in the asm version of 6 years ago
  nickysn 8c1de487c5 + enabled the asm version of GetPixel320 6 years ago
  nickysn 2de69d12bb * huge memory model fix for the asm version of the GetPixel320 routine 6 years ago
  nickysn 7c55d08360 + pure pascal implementation of GetPixel320 6 years ago
  michael a33b2ab2f3 * Add a $mode fpc statement, as shortstrings are assumed 6 years ago
  nickysn 4a14ee770a + enabled the asm version of PutPixel320 6 years ago
  nickysn e12968eb8c * huge memory model fix for the asm version of PutPixel320 6 years ago
  nickysn dca76d84c9 + added pure pascal version of the routine PutPixel320 6 years ago
  michael e69f4c1e4b * Fix bug ID #19842 using patch from Bart Broersma 6 years ago
  nickysn 7bda42edac - removed unused asm code from SetVisual200 6 years ago
  nickysn d66edabe43 * the asm version of DirectPutPixel16 convert to pure inline asm routine 6 years ago
  pierre bbede67175 Also add /usr/lib/CPU-linux-gnu to link directory list for mips and mipsel 6 years ago
  nickysn 1dc3db4ee1 * handle the NotPut write mode in asm instead of pascal in the asm version of 6 years ago
  nickysn 5b4529db6f + introduced SetWriteModeEx to the Graph unit. Unlike SetWriteMode, it allows 6 years ago
  nickysn e3df1e1da8 * cleaned up, optimized a little, added support for all write modes 6 years ago
  nickysn 8c804fd4d3 - removed the pascal case code before the asm block in the asm version of 6 years ago
  nickysn 24f0625ee8 * use huge memory model compatible initialization of es=SegA000 in the asm 6 years ago
  pierre c986e5891a Activate fpc-web package for android OS, except for jvm compiler 6 years ago
  nickysn cea8f5a4c5 * refactored DirectPutPixel16, so it is strictly split into pascal and asm version; asm version not enabled yet 6 years ago