lovr/src/api
bjorn d1dc2f3199 rm pico;
Notes:

- We can actually use a single Activity.java file for oculus/pico now
- We can unconditionally compile os_android.c on Android
- No need for including extra jars in build system
- Headset rendering is guaranteed synchronous now, no need to ref L
- Add an "android flavor" build setting to differentiate between oculus
  and pico devices, since they both use OpenXR.
- Update the pico manifest to reflect their OpenXR sample
- Remove some OpenGL hacks that aren't necessary anymore
2022-03-22 16:03:21 -07:00
..
api.c mv util src; 2022-03-22 00:13:38 -07:00
api.h Add luax_checku32 and luax_optu32; 2022-02-21 14:19:24 -08:00
l_audio.c mv util src; 2022-03-22 00:13:38 -07:00
l_audio_source.c mv util src; 2022-03-22 00:13:38 -07:00
l_data.c Merge branch 'master' into dev 2022-03-14 13:19:59 -07:00
l_data_blob.c mv util src; 2022-03-22 00:13:38 -07:00
l_data_image.c Add luax_checku32 and luax_optu32; 2022-02-21 14:19:24 -08:00
l_data_modelData.c Add luax_checku32 and luax_optu32; 2022-02-21 14:19:24 -08:00
l_data_rasterizer.c mv util src; 2022-03-22 00:13:38 -07:00
l_data_sound.c mv util src; 2022-03-22 00:13:38 -07:00
l_event.c mv util src; 2022-03-22 00:13:38 -07:00
l_filesystem.c mv util src; 2022-03-22 00:13:38 -07:00
l_graphics.c mv util src; 2022-03-22 00:13:38 -07:00
l_graphics_canvas.c Add luax_checku32 and luax_optu32; 2022-02-21 14:19:24 -08:00
l_graphics_font.c mv util src; 2022-03-22 00:13:38 -07:00
l_graphics_material.c Flatten api.h; 2021-03-15 18:54:27 -06:00
l_graphics_mesh.c Fix Mesh:setVertices starting index wraparound crash; 2021-10-09 03:01:40 -07:00
l_graphics_model.c Fix Model:getTriangles; Add Lua API; 2021-03-25 12:29:11 -06:00
l_graphics_shader.c Flatten api.h; 2021-03-15 18:54:27 -06:00
l_graphics_shaderBlock.c Fix ShaderBlock:send(Blob) error message; 2021-06-28 22:39:16 -07:00
l_graphics_texture.c Flatten api.h; 2021-03-15 18:54:27 -06:00
l_headset.c rm pico; 2022-03-22 16:03:21 -07:00
l_lovr.c mv util src; 2022-03-22 00:13:38 -07:00
l_math.c mv util src; 2022-03-22 00:13:38 -07:00
l_math_curve.c mv util src; 2022-03-22 00:13:38 -07:00
l_math_randomGenerator.c mv util src; 2022-03-22 00:13:38 -07:00
l_math_vectors.c mv util src; 2022-03-22 00:13:38 -07:00
l_physics.c mv util src; 2022-03-22 00:13:38 -07:00
l_physics_collider.c rm some unnecessary includes; 2021-04-20 20:08:30 -06:00
l_physics_joints.c mv util src; 2022-03-22 00:13:38 -07:00
l_physics_shapes.c mv util src; 2022-03-22 00:13:38 -07:00
l_physics_world.c mv util src; 2022-03-22 00:13:38 -07:00
l_system.c Flatten api.h; 2021-03-15 18:54:27 -06:00
l_thread.c mv util src; 2022-03-22 00:13:38 -07:00
l_thread_channel.c mv util src; 2022-03-22 00:13:38 -07:00
l_thread_thread.c mv util src; 2022-03-22 00:13:38 -07:00
l_timer.c Flatten api.h; 2021-03-15 18:54:27 -06:00