Jakob Bornecrantz
93ccced80b
README: Add package name for glslangValidator
2019-09-01 22:59:22 +01:00
Jakob Bornecrantz
5de401ea58
comp: Tidy wait frame
2019-08-31 14:17:41 +01:00
Jakob Bornecrantz
cfb1ca3052
comp: Ensure nominal_frame_interval_ns is a sane value
2019-08-31 14:17:41 +01:00
Jakob Bornecrantz
cfa89b84c1
d/psmv: Tidy doc
2019-08-27 09:04:03 +01:00
Jakob Bornecrantz
005abd5429
t/cli: Tidy CMakeLists.txt file
2019-08-27 08:52:57 +01:00
Jakob Bornecrantz
358183115f
aux/track: Micro optimize hsv filter
2019-08-27 08:34:40 +01:00
Jakob Bornecrantz
f5a93699cb
xrt: Add XRT_NO_INLINE define
2019-08-27 08:34:40 +01:00
Jakob Bornecrantz
1e93ba2461
xrt: Refactor frame interface
2019-08-27 08:17:21 +01:00
Jakob Bornecrantz
b9c3ac797e
xrt: Add colour structs
2019-08-27 08:17:21 +01:00
Jakob Bornecrantz
7f3651775b
xrt: Add xrt_reference struct
2019-08-27 08:17:21 +01:00
Jakob Bornecrantz
6774a7e1b3
xrt: Add atomics and container_of helpers
2019-08-27 08:17:21 +01:00
Jakob Bornecrantz
98d7c3542c
d/v4l2: Minor fixes
2019-08-27 08:17:21 +01:00
Ryan Pavlik
86f9907b1b
ci: Try fixing deploy failure.
2019-08-23 09:42:41 -05:00
Ryan Pavlik
051c298369
docs: Fix include paths for doxygen
2019-08-23 09:28:50 -05:00
Ryan Pavlik
59a8033ffb
README: Update
2019-08-23 09:21:40 -05:00
Ryan Pavlik
98417c6a28
ci: Deploy pages only on master branch.
2019-08-23 09:11:25 -05:00
Ryan Pavlik
ec760693a8
ci: Initial set up of docs building to pages.
2019-08-23 09:07:49 -05:00
Jakob Bornecrantz
0f9b5786f3
st/oxr: Remove unnecessary NULL check
2019-08-22 16:46:42 +01:00
Ryan Pavlik
a8ae7c432d
aux/tracking: Fix class vs struct warnings in calibration and hsv debug code.
2019-08-21 14:29:37 -05:00
Ryan Pavlik
12de62fdbc
d/psmv: Fix typo in bit mask.
...
Found by clang-tidy.
2019-08-21 14:28:54 -05:00
Ryan Pavlik
dae90d4b42
st/oxr: Fix potential null-deref in events.
...
Found by clang-tidy
2019-08-21 14:28:32 -05:00
Ryan Pavlik
624fe8ab59
st/oxr: Change iteration of actions.
2019-08-21 14:28:07 -05:00
Jakob Bornecrantz
79402d0081
aux/track: Add stub calibration tracker
2019-08-20 13:07:42 +01:00
Jakob Bornecrantz
a2ffb18852
aux/util: Add a special yuv or yuyv converter sink
2019-08-20 12:40:05 +01:00
Jakob Bornecrantz
fc88d7d099
aux/util: Add more formats
2019-08-20 12:40:05 +01:00
Jakob Bornecrantz
36f24036eb
xrt: Add more formats
2019-08-20 12:40:05 +01:00
Jakob Bornecrantz
c8f16be641
xrt: Refactor out frame from frameserver
2019-08-20 12:35:55 +01:00
Christoph Haag
d9736ba3b7
comp: wait for next frame in xrWaitFrame
...
fixes 6e396ed
It was unnecessary to move the wait to xrEndFrame.
It does not matter if the compositor renders the frame immediately because the
frame physically can not be displayed before the next HMD refresh.
On the other hand, leaving too short of a time for the compositor to render
may delay the frame past its predicted time.
2019-08-20 10:10:10 +00:00
Ryan Pavlik
24184969ab
doc: Doxyfile extension update
2019-08-19 17:12:33 -05:00
Ryan Pavlik
2389c207f5
st/oxr: debug utils extension cleanup
2019-08-19 17:12:33 -05:00
Ryan Pavlik
077d0c39c5
st/oxr: Unify handling of extensions.
2019-08-19 17:12:33 -05:00
Benjamin Saunders
c111f528b8
oxr: Optionally install as the default runtime
2019-08-19 12:09:49 -05:00
Jakob Bornecrantz
a0fcaf9b6b
aux/util: Disable use of conversion table for YUV to RGB for now
2019-08-17 10:34:40 +01:00
Jakob Bornecrantz
042d30c590
comp: Fix warnings
2019-08-17 10:34:12 +01:00
Jakob Bornecrantz
33dd9b65ea
st/oxr: Don't pad systemName with a lot of padding
...
This was a thinko by me and just plain wrong.
2019-08-17 09:31:01 +01:00
Ryan Pavlik
e824b83112
st/oxr: Install manifest to major version "1" subdir
2019-08-17 03:31:40 +00:00
Ryan Pavlik
6566e7d21d
st/oxr: Return FUNCTION_UNSUPPORTED for some not-enabled extensions.
...
More to do, but this is something.
2019-08-16 18:04:53 -05:00
Ryan Pavlik
ac22f30a2c
st/oxr: xrGetInstanceProcAddr typo fix.
2019-08-16 18:04:53 -05:00
Ryan Pavlik
ad6c26c231
st/oxr: xrGetInstanceProcAddr doesn't require an instance to enumerate layers
2019-08-16 18:04:53 -05:00
Ryan Pavlik
d6df86a9ae
st/oxr: Don't write debug message on functions we just don't know in GIPA.
2019-08-16 18:04:53 -05:00
Ryan Pavlik
ae63bfc0ac
st/oxr: Adjust two call helper to satisfy spec.
2019-08-16 23:01:04 +00:00
Ryan Pavlik
758373b7de
Add clang-tidy config file.
2019-08-16 17:25:29 -05:00
Ryan Pavlik
ca47a216c3
d/psmv: Minor clang-tidy fixes
2019-08-16 17:25:29 -05:00
Ryan Pavlik
eef6d87da4
d/v4l2: Minor clang-tidy fixes
2019-08-16 17:25:29 -05:00
Ryan Pavlik
0088c6cb6e
st/oxr: Fix possible null dereference.
...
Found by clang-tidy.
2019-08-16 17:25:29 -05:00
Ryan Pavlik
c8776a8b0d
st/oxr: Minor clang-tidy fixes.
2019-08-16 17:25:29 -05:00
Ryan Pavlik
c048bc0052
targets: Clang-tidy fixes (name consistency)
2019-08-16 17:25:29 -05:00
Ryan Pavlik
dddb8069d0
st/prober: Minor clang-tidy fixes.
2019-08-16 17:25:29 -05:00
Ryan Pavlik
80cc620eca
st/prober: Fix use of uninitialized condition.
...
Found by clang-tidy
2019-08-16 17:25:29 -05:00
Ryan Pavlik
c874d25ee3
st/prober: Fix null dereference.
...
Found by clang-tidy.
2019-08-16 17:25:29 -05:00