#
520c9171 |
| 12-Nov.-2021 |
roberttidey <robert@tideys.co.uk> |
Resynced to main userland
|
#
bfb4a60d |
| 21-Oct.-2018 |
roberttidey <robert"tideys.net> |
Update core userland
|
#
c070afdd |
| 23-Jan.-2017 |
roberttidey <robert"tideys.net> |
Synced to raspberrypi userland 20170123. No change to raspimjpeg
|
#
930ecc10 |
| 15-Mar.-2016 |
popcornmix <popcornmix@gmail.com> |
dtoverlay: Add makefile updates
|
#
6bdc6fef |
| 15-Feb.-2016 |
popcornmix <popcornmix@gmail.com> |
cmake: define PROJECT_APIVER this helps in compiling components which use packageconfig to poke for library versions and requiring minimum supported version Signed-off-by: Khem Raj <
cmake: define PROJECT_APIVER this helps in compiling components which use packageconfig to poke for library versions and requiring minimum supported version Signed-off-by: Khem Raj <raj.khem@gmail.com>
show more ...
|
#
c5341f09 |
| 13-Feb.-2015 |
popcornmix <popcornmix@gmail.com> |
cmake: Add -fPIC to avoid linking issues with Pi2 compile flags
|
#
99dd0f0e |
| 15-Sep.-2014 |
popcornmix <popcornmix@gmail.com> |
mmal: Add MMAL container parsing code
|
#
d2c9f912 |
| 28-Nov.-2013 |
Dom Cobley <dc4@broadcom.com> |
RaspiStill example code for YUV fast paths Update RaspiStill framework to provide access to the new EGL image targets that provide a fastpath for mapping the individual YUV planes to
RaspiStill example code for YUV fast paths Update RaspiStill framework to provide access to the new EGL image targets that provide a fastpath for mapping the individual YUV planes to one byte per pixel GL_LUMINANCE buffers. These are still accessed as OES textures so this is effectively a greyscale image created from a single plane of a MMAL buffer. Also added some example code (yuv, sobel) that demonstrates how to use the new EGL image targets. Also, add -gc to the command line to capture the GL frame-buffer as a TGA file. Thanks to Tim Gover
show more ...
|
#
bf389223 |
| 17-Nov.-2013 |
Dom Cobley <dc4@broadcom.com> |
mmal: Avoid building mmal components and add rules for mmal_vc_diag
|
#
cea7c5c6 |
| 25-Oct.-2013 |
SnowLeopard71 <gary.reuter@gmail.com> |
add -D_FILE_OFFSET_BITS=64 to fix 2gb file size limit Fix 2gb file size limit by adding missing -D_FILE_OFFSET_BITS=64. Previous pull request applied on 'next' branch instead of 'master'
|
#
71c8628b |
| 21-Jan.-2013 |
Ben Avison <bavison@riscosopen.org> |
Accelerated the khrn_hashword() function. This function has been reimplemented in assembly, so that the data to be processed can be preloaded ahead of when it is needed. To suit the quir
Accelerated the khrn_hashword() function. This function has been reimplemented in assembly, so that the data to be processed can be preloaded ahead of when it is needed. To suit the quirks of the BCM2708 L2 cache, each 32-byte cache line is preloaded only once, and only at its lowest address. Speed improvements of up to 2.2x have been measured over the un-optimised code.
show more ...
|
#
9852ce28 |
| 27-Dec.-2012 |
Dom Cobley <dc4@broadcom.com> |
Update master branch to next
|
#
729c0e65 |
| 24-Oct.-2012 |
popcornmix <popcornmix@gmail.com> |
Initial import of userland code
|