Skip to content

Commit

Permalink
Latest commits (Ultibo core 2.0.029)
Browse files Browse the repository at this point in the history
Major additions:

 Completed VC4 unit to support Ultibo port of Userland libraries
 Driver for VCHIQ protocol to enable all VideoCore IV functionality
 New completion objects similar to Linux completions
 Fixes for pThread implementation
 Support for sockets interface from C code
 Numerous additional Syscalls functions
 Fix for PL2303, FTDISerial and USBCDCACM transmit deadlock
 New units for OpenGL ES 1.1, OpenGL ES 2.0, OpenVG, EGL and DispmanX
 Port of OpenVG shapes library to Ultibo

See the forum announcements for more information
  • Loading branch information
ultibohub committed Sep 19, 2017
1 parent fcdb577 commit e1cb97b
Show file tree
Hide file tree
Showing 157 changed files with 29,578 additions and 783 deletions.
6 changes: 6 additions & 0 deletions source/packages/ultibounits/fpmake.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.Dependencies.Add('pasjpeg'); //Add pasjpeg for JPEGLib units
P.Dependencies.Add('fcl-image'); //Add fcl-image for BMPcomn unit

P.Author := 'Garry Wood';
Expand All @@ -35,6 +36,11 @@
T:=P.Targets.AddUnit('ubitmap.pas');
T:=P.Targets.AddUnit('uscreenshot.pas');

T:=P.Targets.AddUnit('dispmanx.pas');
T:=P.Targets.AddUnit('egl.pas');
T:=P.Targets.AddUnit('openvg.pas');
T:=P.Targets.AddUnit('vgshapes.pas');

{$ifndef ALLPACKAGES}
Run;
end;
Expand Down
384 changes: 384 additions & 0 deletions source/packages/ultibounits/src/dispmanx.pas

Large diffs are not rendered by default.

662 changes: 662 additions & 0 deletions source/packages/ultibounits/src/egl.pas

Large diffs are not rendered by default.

Loading

0 comments on commit e1cb97b

Please sign in to comment.