Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libkmsxx
/
650845f254b05367cc9774144013d9edd07565ec
650845f
kmscube: fix X11 fullscreen
by Tomi Valkeinen
· 8 years ago
8a703fb
cmake: set C_FLAGS too
by Tomi Valkeinen
· 8 years ago
4934864
py: Add OmapCard & OmapFramebuffer support
by Tomi Valkeinen
· 8 years ago
1e96518
py: Add MappedFramebuffer and use it
by Tomi Valkeinen
· 8 years ago
cb747ea
Add OmapCard and OmapFramebuffer
by Tomi Valkeinen
· 8 years ago
db06999
kmstest: use MappedFramebuffer
by Tomi Valkeinen
· 8 years ago
27856a7
Add MappedFramebuffer
by Tomi Valkeinen
· 8 years ago
ce3b4b2
dumbfb: pass O_RDWR to drmPrimeHandleToFD()
by Tomi Valkeinen
· 8 years ago
40b807f
modedb_dmt: update table
by Tomi Valkeinen
· 8 years ago
98bbcee
Add DMT script
by Tomi Valkeinen
· 8 years ago
5d85e5d
kmstest: be explicit about mode selection
by Tomi Valkeinen
· 8 years ago
e4fbf01
kmstest: add --cvt option
by Tomi Valkeinen
· 8 years ago
dd33ff8
kms++: add videomode_from_cvt()
by Tomi Valkeinen
· 8 years ago
3eaf632
Add comment about ilace
by Tomi Valkeinen
· 8 years ago
e5a89a0
Travis: only build master & travis
by Tomi Valkeinen
· 8 years ago
546e8d1
Travis: use VERBOSE=1
by Tomi Valkeinen
· 8 years ago
1f38ad4
Travis: set -Wno-maybe-uninitialized for gcc-4.9
by Tomi Valkeinen
· 8 years ago
a7675af
Travis: treat warnings as errors
by Tomi Valkeinen
· 8 years ago
2293f88
Add cmake option for -Werror
by Tomi Valkeinen
· 8 years ago
cf01a3f
travis: add my email
by Tomi Valkeinen
· 8 years ago
132d917
remove -rdynamic gcc flag
by Tomi Valkeinen
· 8 years ago
c7e08dd
travis: improve .travis.yml
by Tomi Valkeinen
· 8 years ago
3d3883b
Travis: test different gcc versions
by Tomi Valkeinen
· 8 years ago
1852a37
kmstest: enable display even if crtc doesn't have fb
by Tomi Valkeinen
· 8 years ago
7785a21
README: travis icon
by Tomi Valkeinen
· 8 years ago
ca23950
travis: enable kmscube
by Tomi Valkeinen
· 8 years ago
f079092
Add Travis CI
by Tomi Valkeinen
· 8 years ago
8e3d7e3
Improve mode finding
by Tomi Valkeinen
· 8 years ago
8170f7a
Improve LTO detection code
by Tomi Valkeinen
· 8 years ago
07c6c86
Fix LTO detection
by Laurent Pinchart
· 8 years ago
f093a55
kmsprint: fix prints
by Tomi Valkeinen
· 8 years ago
09e7a23
Card: virtual destructor
by Tomi Valkeinen
· 8 years ago
bddd4eb
kmatest: add custom videomode support
by Tomi Valkeinen
· 8 years ago
84d3338
kmatest: split regex strings to multiple lines
by Tomi Valkeinen
· 8 years ago
8e9eecb
Improve struct Videomode
by Tomi Valkeinen
· 8 years ago
8f5e937
kmsprint: improve property enum prints
by Tomi Valkeinen
· 8 years ago
2fc74db
Fix error prints
by Tomi Valkeinen
· 8 years ago
21113e0
Fix LTO support for cross-compilation.
by Arnout Vandecappelle (Essensium/Mind)
· 8 years ago
86f3c44
kmstest: rename remaining references to testpat
by Tomi Valkeinen
· 8 years ago
227830e
rename testpat and fbtestpat
by Tomi Valkeinen
· 8 years ago
a7797a1
Merge branch 'master' of git://github.com/jsarha/kmsxx
by Tomi Valkeinen
· 8 years ago
13883ff
Fix byte order of 24-bit formats.
by Jyri Sarha
· 8 years ago
235afbd
Add missing BGR color formats to draw_test_pattern_part().
by Jyri Sarha
· 8 years ago
05cc861
AtomicReq: add add_display() helper
by Tomi Valkeinen
· 8 years ago
f184e59
ResourceManager: add card()
by Tomi Valkeinen
· 8 years ago
e04bbf9
support finding fractional vrefresh
by Tomi Valkeinen
· 8 years ago
4780d98
modedb: fix vrefresh for ilace
by Tomi Valkeinen
· 8 years ago
bb64b41
testpat & kmsprint: improve mode prints
by Tomi Valkeinen
· 8 years ago
6927e75
ExtCPUFramebuffer: add size and offset params
by Tomi Valkeinen
· 8 years ago
cdab6fa
fbtestpat: remove extra leftover memcpy
by Tomi Valkeinen
· 8 years ago
a740efa
add basic cmake install system
by Tomi Valkeinen
· 8 years ago
2754279
Merge branch 'master' of git://github.com/jsarha/kmsxx
by Tomi Valkeinen
· 8 years ago
3788242
Add BGR888 (BG24) and BGR565 (BG16) pixelformats.
by Jyri Sarha
· 8 years ago
bd5f647
Merge branch 'yem/musl' of git://github.com/yann-morin-1998/kmsxx
by Tomi Valkeinen
· 8 years ago
35373b7
utils: select() et al. need <sys/select.h>
by Yann E. MORIN
· 8 years ago
868bc96
kms++-util: portability fix
by Yann E. MORIN
· 8 years ago
c817d33
fbtestpat: draw "/dev/fb0" text
by Tomi Valkeinen
· 8 years ago
a706f15
Fix property name lookup
by Tomi Valkeinen
· 8 years ago
b668200
README: add notes about custom toolchainfile
by Tomi Valkeinen
· 8 years ago
32211ba
kms++: fix AtomicReq compilation
by Tomi Valkeinen
· 8 years ago
ad5c6f2
Add missing <system_error> includes
by Tomi Valkeinen
· 8 years ago
19e3601
py: fix AtomicReq's add()
by Tomi Valkeinen
· 8 years ago
31c5e08
kmsprint: Include cinttypes instead of inttypes.h
by Laurent Pinchart
· 8 years ago
4fb69b7
kms++: use DrmPropObject in AtomicReq
by Tomi Valkeinen
· 8 years ago
19188a5
kms++: update decls.h
by Tomi Valkeinen
· 8 years ago
0e064e2
py: Expose the Connector::get_mode methods
by Laurent Pinchart
· 8 years ago
c1138d9
Merge V4L2 related work
by Tomi Valkeinen
· 8 years ago
33c9859
Framebuffer: don't crash is drmModeGetFB() returns 0
by Tomi Valkeinen
· 8 years ago
365091e
Add Framebuffer::flush()
by Tomi Valkeinen
· 8 years ago
e17e6f5
kmscube: use drmModeAddFB2 version of ExtFB
by Tomi Valkeinen
· 8 years ago
6f5d181
utils: add wbm2m
by Tomi Valkeinen
· 8 years ago
506fa7c
utils: add wbcap
by Tomi Valkeinen
· 8 years ago
0bf62a2
py: add cam.py
by Tomi Valkeinen
· 8 years ago
a779ec3
py: add pyvid
by Tomi Valkeinen
· 8 years ago
c65ffb7
kmsutils: add VideoDevice
by Tomi Valkeinen
· 8 years ago
511d593
kmsview: use resman
by Tomi Valkeinen
· 8 years ago
7881bfd
py: use ResourceManager
by Tomi Valkeinen
· 8 years ago
84d89b1
add ResourceManager
by Tomi Valkeinen
· 8 years ago
34e63f6
Support RGB888
by Tomi Valkeinen
· 8 years ago
a17a736
draw_text: support YUV modes
by Tomi Valkeinen
· 8 years ago
e2fd7df
py: add missing pixelformats
by Tomi Valkeinen
· 8 years ago
22b0d9f
py: PixelFormat & DumbFB impro
by Tomi Valkeinen
· 8 years ago
126dd1e
gitignore: add pycache
by Tomi Valkeinen
· 8 years ago
3c6ea25
kms++util: split to subdirs
by Tomi Valkeinen
· 8 years ago
9916712
kms++: organize into subdirs
by Tomi Valkeinen
· 8 years ago
736b295
cmake: results to bin & lib dirs
by Tomi Valkeinen
· 8 years ago
711a0b8
rename libkms to kms++
by Tomi Valkeinen
· 8 years ago
c5f1661
cmake: add option to build shared libs
by Tomi Valkeinen
· 8 years ago
17d1808
rename dirs
by Tomi Valkeinen
· 8 years ago
38a71ee
kmsprint: print plane formats
by Tomi Valkeinen
· 8 years ago
ded84bf
py: fix scripts when there's no current crtc
by Tomi Valkeinen
· 8 years ago
a688d32
util: add simple text drawing
by Tomi Valkeinen
· 8 years ago
d697a95
util: refactor drawing functions
by Tomi Valkeinen
· 8 years ago
75ac869
kmsview: small improvements
by Tomi Valkeinen
· 8 years ago
f8fdcc2
Make py/gamma.py executable.
by Jyri Sarha
· 8 years ago
96b69bd
py/gamma.py: Make gamma table calculations more generic
by Jyri Sarha
· 8 years ago
6ec82c4
testpat: use new id/idx resolving
by Tomi Valkeinen
· 8 years ago
c3b4892
Property: remove now unused to_str()
by Tomi Valkeinen
· 8 years ago
cefd494
kmsprint: rewrite kmsprint
by Tomi Valkeinen
· 8 years ago
ba5ae94
add kmsblank app
by Tomi Valkeinen
· 8 years ago
Next »