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 年之前 |
nickysn
|
ecfbf8f3cb
- removed all the 'ifdef fpc'/'ifndef fpc' from the go32v2 graph unit to
|
6 年之前 |
nickysn
|
d7d9588569
+ accelerated xor/and/orput hline routines for the 16bpp linear framebuffer modes
|
6 年之前 |
nickysn
|
2a62508b59
+ added a 16bpp linear framebuffer horizontal line drawing routine
|
6 年之前 |
michael
|
b8ef2c11a1
* Add support to use GNU TLS
|
6 年之前 |
michael
|
080e2bc2bb
* Fix example so it compiles on Windows
|
6 年之前 |
michael
|
e3526ca0e9
* Implement self-signed certificate, remove dependency on baseunix for time function
|
6 年之前 |
michael
|
54b9acbe9c
* TTime_t is 64-bit int in gnutls, seconds since epoch
|
6 年之前 |
Mattias Gaertner
|
73ebd10999
pastojs: check name of external class constructor
|
6 年之前 |
Mattias Gaertner
|
ccdc0ce767
fcl-passrc: parse class helper class var, resolver: check helper ancestor
|
6 年之前 |
nickysn
|
13793e9354
+ added a 32bpp accelerated pattern line drawing routine
|
6 年之前 |
nickysn
|
ec5bdaee76
+ added an accelerated 16bpp pattern line routine
|
6 年之前 |
nickysn
|
0a6eb52969
+ added an accelerated 8bpp pattern line drawing routine
|
6 年之前 |
nickysn
|
160a2ae906
+ added fast 32bpp PutImage routine
|
6 年之前 |
nickysn
|
f6018a3544
+ added fast 32bpp GetImage routine
|
6 年之前 |
nickysn
|
98d7f7eafc
+ added fast 32bpp GetScanLine routine
|
6 年之前 |
nickysn
|
9424e2cc66
+ added fast 32bpp hline and vline drawing routines
|
6 年之前 |
Mattias Gaertner
|
b59fac4abe
fcl-passrc: resolver: fixed o.ProcVar() when ProcVar is typeless property
|
6 年之前 |
Mattias Gaertner
|
2d0b03391c
pastojs: fixed (a.b)()
|
6 年之前 |
Mattias Gaertner
|
4f04f23479
fcl-passrc: parser: fixed (a.b).c
|
6 年之前 |
Mattias Gaertner
|
38f158bb69
fcl-passrc: fixed parsing type helper() for, fixed parsing record helper: atype end
|
6 年之前 |
nickysn
|
1eccbf34f1
+ True Color fixes in DefaultGetImage, DefaultPutImage and DefaultImageSize
|
6 年之前 |