Commit Graph

17 Commits

Author SHA1 Message Date
Ryan Pavlik 35616b1db1 OpenXR 1.0.3 release (7-October-2019)
Patch release for the 1.0 series.

Updates version to 1.0.3.

- OpenXR-SDK-Source PR #139 - Write output atomically at the end of generator scripts

### Internal issues

- Spec
  - Clarify what happens when a swapchain that has never been released is passed
    to `xrEndFrame`. (internal MR 1569, internal issue 1121)
  - Remove duplicated paragraph in `XR_KHR_vulkan_enable` (internal MR 1543)
- Registry
  - Add `XR_EXT_view_configuration_depth_range` extension (internal MR 1502,
    internal issue 1201)
  - Reserve a Monado extension (internal MR 1541)
2019-10-07 20:39:07 -05:00
Ryan Pavlik 4522df7189 OpenXR 1.0.2 release (27-August-2019)
Patch release for the 1.0 series.

Updates version to 1.0.2.

### Public issues

- Pull request #30 - Fix parameter name typo in XR_MSFT_spatial_anchor

### Internal issues

- Enhance xml_consistency script. (Internal MR 1526)
- Sync scripts from Vulkan. (Internal MR 1514)
- Port the equivalent of Vulkan's internal MR 3319 to OpenXR,
  affecting empty bitmask generated implicit valid usage. (Internal MR 1513)
- Fix error in extension-added function. (Internal MR 1510)
- Add Oculus Android extension. (Internal MR 1518)
- Reserve additional extension number for Oculus. (Internal MR 1517)
2019-08-27 15:55:03 -05:00
Ryan Pavlik 186b101132 Merge remote-tracking branch 'origin/staging' 2019-08-27 15:54:51 -05:00
Ryan A. Pavlik 3a330c1f32
Merge pull request #30 from stephenatwork/patch-1
Parameter name typo
2019-08-23 15:48:23 -05:00
Stephen Kennedy f538fa54d9
Parameter name typo 2019-08-08 12:06:47 +01:00
Ryan Pavlik f6cc330fc9 OpenXR 1.0.1 release (2-August-2019)
Patch release for the 1.0 series.

Updates version to 1.0.1.

### Public issues

- #25 - Fix `make all` in the absence of styleguide and loader doc.
- #26 - Proposal for unbounded space and spatial anchor extensions (vendor extensions)

### Internal issues

- Replace remaining mentions of "app" with "application" (internal MR 1468)
- Makefile cleanups (internal MR 1469, 1489)
- Typographical fixes (internal MR 1490)
- Reserve Oculus extension numbers (internal MR 1493)
- Add Monado headless (vendor extension) (internal MR 1482)
- Generated header files removed from `OpenXR-Docs` repo.

### New extensions

- `XR_MND_headless`
- `XR_MSFT_spatial_anchor`
- `XR_MSFT_unbounded_reference_space`
2019-08-02 19:20:10 -05:00
Ryan A. Pavlik 7db1a0895b
Merge pull request #26 from KhronosGroup/yl/unbounded_space_spatial_anchor
Proposal for unbounded space and spatial anchor extensions.
2019-08-02 16:19:21 -05:00
Ryan Pavlik 6cc31eb4ad msft spatial anchor: Fix registry errors. 2019-08-02 16:05:17 -05:00
yl acffbb1a8c Proposal for unbounded space and spatial anchor extensions. 2019-07-31 02:38:18 -07:00
Ryan Pavlik dd32f9a236 Upload release 1.0.0 of OpenXR specification sources. 2019-07-29 08:09:30 -05:00
Ryan Pavlik 4405f1dbff Change log for OpenXR 0.90.1 provisional spec update (8-May-2019)
No API changes, and only minimal consistency changes to the spec/registry.
Mostly an update for tooling, layers, loader, and sample code.
Header version has been bumped to 43, but no symbols that should have actually been in use have changed.

The OpenXR-Docs repo now contains the scripts and sources needed to build
the specification output files.

### Internal Issues

- General, Build, Other
  - Unify (for the most part) the OpenXR and Vulkan generator scripts. (internal MR 1166)
  - Avoid dllexport for all apps compiled with `openxr_platform_defines.h` (internal MR 1187)
- API Registry and Headers
  - Remove impossible and undocumented error codes. (internal MR 1185 and 1189)
  - Mark layers in `XrFrameEndInfo` as optional. (internal MR 1151, internal issue 899)
  - Remove unused windows types from `openxr_platform.h` (internal MR 1197)
  - Make `openxr_platform.h` include `openxr.h` on which it depends. (internal MR 1140, internal issue 918)
  - Remove unused, undocumented defines. (internal MR 1238, internal issue 1012)
2019-05-09 10:20:24 -05:00
Brent Insko 9c7b7f0489 add specification files 2019-03-16 13:43:50 -07:00
Brent Insko 1d9ca0ef2c add header files 2019-03-16 13:37:59 -07:00
Brent Insko 032b89382e add Code of Conduct 2019-03-16 13:27:43 -07:00
Brent Insko 8e9a5af293 add COPYING file 2019-03-16 13:26:26 -07:00
Brent Insko d1dcb14702 minor changes to README 2019-03-16 13:21:21 -07:00
Brent Insko b690e93bf4 initial commit of README.adoc 2019-03-16 13:16:23 -07:00