nickysn
|
e12968eb8c
* huge memory model fix for the asm version of PutPixel320
|
il y a 6 ans |
nickysn
|
dca76d84c9
+ added pure pascal version of the routine PutPixel320
|
il y a 6 ans |
michael
|
e69f4c1e4b
* Fix bug ID #19842 using patch from Bart Broersma
|
il y a 6 ans |
nickysn
|
7bda42edac
- removed unused asm code from SetVisual200
|
il y a 6 ans |
nickysn
|
d66edabe43
* the asm version of DirectPutPixel16 convert to pure inline asm routine
|
il y a 6 ans |
pierre
|
bbede67175
Also add /usr/lib/CPU-linux-gnu to link directory list for mips and mipsel
|
il y a 6 ans |
nickysn
|
1dc3db4ee1
* handle the NotPut write mode in asm instead of pascal in the asm version of
|
il y a 6 ans |
nickysn
|
5b4529db6f
+ introduced SetWriteModeEx to the Graph unit. Unlike SetWriteMode, it allows
|
il y a 6 ans |
nickysn
|
e3df1e1da8
* cleaned up, optimized a little, added support for all write modes
|
il y a 6 ans |
nickysn
|
8c804fd4d3
- removed the pascal case code before the asm block in the asm version of
|
il y a 6 ans |
nickysn
|
24f0625ee8
* use huge memory model compatible initialization of es=SegA000 in the asm
|
il y a 6 ans |
pierre
|
c986e5891a
Activate fpc-web package for android OS, except for jvm compiler
|
il y a 6 ans |
nickysn
|
cea8f5a4c5
* refactored DirectPutPixel16, so it is strictly split into pascal and asm version; asm version not enabled yet
|
il y a 6 ans |
nickysn
|
b789b84bd0
* cleaned up, fixed, optimized a little and enabled the assembler version of GetPixel16
|
il y a 6 ans |
nickysn
|
09c76c78c6
* cleaned up, fixed, optimized a little and enabled the assembler version of PutPixel16
|
il y a 6 ans |
nickysn
|
ff78058f8c
- removed commented out code from PutPixel320 and GetPixel320
|
il y a 6 ans |
nickysn
|
61e91a3c6c
* fixed result of GetPixel320 when FPC_GRAPH_SUPPORTS_TRUECOLOR is defined
|
il y a 6 ans |
nickysn
|
463ea5a16f
- get rid of the '{$ifdef fpc}@{$endif}' from the i8086-msdos graph unit
|
il y a 6 ans |
nickysn
|
06d8fa7e34
+ use the ColorType type in the i8086-msdos graph unit, so that it compiles with
|
il y a 6 ans |
nickysn
|
0849951fed
- removed all the '{$ifndef fpc}far;{$endif fpc}' declarations from the i8086-msdos graph unit
|
il y a 6 ans |
nickysn
|
6066eb07b4
* only save BP and DS when calling int 10h; mark the other registers as volatile in the asm blocks
|
il y a 6 ans |
nickysn
|
ecfbf8f3cb
- removed all the 'ifdef fpc'/'ifndef fpc' from the go32v2 graph unit to
|
il y a 6 ans |
nickysn
|
d7d9588569
+ accelerated xor/and/orput hline routines for the 16bpp linear framebuffer modes
|
il y a 6 ans |
nickysn
|
2a62508b59
+ added a 16bpp linear framebuffer horizontal line drawing routine
|
il y a 6 ans |
michael
|
b8ef2c11a1
* Add support to use GNU TLS
|
il y a 6 ans |
michael
|
080e2bc2bb
* Fix example so it compiles on Windows
|
il y a 6 ans |
michael
|
e3526ca0e9
* Implement self-signed certificate, remove dependency on baseunix for time function
|
il y a 6 ans |
michael
|
54b9acbe9c
* TTime_t is 64-bit int in gnutls, seconds since epoch
|
il y a 6 ans |
Mattias Gaertner
|
73ebd10999
pastojs: check name of external class constructor
|
il y a 6 ans |
Mattias Gaertner
|
ccdc0ce767
fcl-passrc: parse class helper class var, resolver: check helper ancestor
|
il y a 6 ans |