Stage 1 of rename
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 8 Apr 2015 21:36:08 +0000 (15:36 -0600)
committerChia-I Wu <olv@lunarg.com>
Thu, 16 Apr 2015 09:48:17 +0000 (17:48 +0800)
commit9cc421eb545767e22fd723dc573a7a3225261b1c
tree2f6b6e233f1daf56a2123264a2347cbcc43a0f1b
parent89e99e6dd74c1f407c2f2cb1aac2ad4ca3d45ff2
Stage 1 of rename

TODO: re-enable glave build, advance API for glave

v2: get rid of outdated code in tri introduced by rebase
    rename wsi_null.c (olv)
204 files changed:
.gitignore
BUILD.md
README.md
demos/CMakeLists.txt
demos/cube.c
demos/lunarg-logo-256x256-solid.png
demos/lunarg-logo-256x256.png
demos/tri.c
demos/xglinfo.c
icd/README.md
icd/common/icd-enumerate-drm.c
icd/common/icd-enumerate-drm.h
icd/common/icd-format.c
icd/common/icd-format.h
icd/common/icd-instance.c
icd/common/icd-instance.h
icd/common/icd-spv.h
icd/common/icd-utils.c
icd/common/icd-utils.h
icd/common/icd.h
icd/intel/CMakeLists.txt
icd/intel/buf.c
icd/intel/buf.h
icd/intel/cmd.c
icd/intel/cmd.h
icd/intel/cmd_barrier.c
icd/intel/cmd_decode.c
icd/intel/cmd_meta.c
icd/intel/cmd_mi.c
icd/intel/cmd_pipeline.c
icd/intel/cmd_priv.h
icd/intel/compiler/README.md
icd/intel/compiler/mesa-utils/src/mesa/main/mtypes.h
icd/intel/compiler/mesa-utils/src/mesa/main/version.c
icd/intel/compiler/mesa-utils/src/mesa/program/program.c
icd/intel/compiler/pipeline/brw_context.c
icd/intel/compiler/pipeline/brw_shader.cpp
icd/intel/compiler/pipeline/brw_vs.c
icd/intel/compiler/pipeline/pipeline_compiler_interface.cpp
icd/intel/compiler/pipeline/pipeline_compiler_interface.h
icd/intel/compiler/pipeline/pipeline_compiler_interface_meta.cpp
icd/intel/compiler/shader/compiler_interface.cpp
icd/intel/compiler/shader/compiler_interface.h
icd/intel/compiler/shader/glcpp/README
icd/intel/compiler/shader/glcpp/tests/glcpp-test [changed mode: 0755->0644]
icd/intel/compiler/shader/glsl_parser_extras.cpp
icd/intel/compiler/shader/link_uniforms.cpp
icd/intel/compiler/shader/main.cpp
icd/intel/compiler/shader/opt_dead_builtin_varyings.cpp
icd/intel/compiler/shader/standalone_scaffolding.cpp
icd/intel/compiler/shader/tests/compare_ir [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_breaks_1.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_breaks_2.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_breaks_3.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_breaks_4.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_breaks_5.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_breaks_6.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_guarded_conditional_break.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_pulled_out_jump.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_1.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_2.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_3.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_4.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_main_false.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_main_true.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_sub_false.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_returns_sub_true.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/lower_unified_returns.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test [changed mode: 0755->0644]
icd/intel/compiler/shader/tests/optimization-test [changed mode: 0755->0644]
icd/intel/desc.c
icd/intel/desc.h
icd/intel/dev.c
icd/intel/dev.h
icd/intel/event.c
icd/intel/event.h
icd/intel/fb.c
icd/intel/fb.h
icd/intel/fence.c
icd/intel/fence.h
icd/intel/format.c
icd/intel/format.h
icd/intel/gpu.c
icd/intel/gpu.h
icd/intel/img.c
icd/intel/img.h
icd/intel/instance.c
icd/intel/instance.h
icd/intel/intel.h
icd/intel/kmd/winsys_drm.c
icd/intel/layout.c
icd/intel/layout.h
icd/intel/mem.c
icd/intel/mem.h
icd/intel/obj.c
icd/intel/obj.h
icd/intel/pipeline.c
icd/intel/pipeline.h
icd/intel/query.c
icd/intel/query.h
icd/intel/queue.c
icd/intel/queue.h
icd/intel/sampler.c
icd/intel/sampler.h
icd/intel/shader.c
icd/intel/shader.h
icd/intel/state.c
icd/intel/state.h
icd/intel/view.c
icd/intel/view.h
icd/intel/wsi.h
icd/intel/wsi_null.c
icd/intel/wsi_x11.c
icd/nulldrv/CMakeLists.txt
icd/nulldrv/README.md
icd/nulldrv/XGL_nulldrv.def
icd/nulldrv/nulldrv.c
icd/nulldrv/nulldrv.h
include/xgl.h
include/xglDbg.h
include/xglIcd.h
include/xglLayer.h
include/xglPlatform.h
include/xglWsiWinExt.h
include/xglWsiX11Ext.h
layers/CMakeLists.txt
layers/README.md
layers/basic.cpp
layers/draw_state.cpp
layers/draw_state.h
layers/glave_snapshot.c
layers/glave_snapshot.h
layers/layers_config.cpp
layers/layers_msg.h
layers/mem_tracker.cpp
layers/mem_tracker.h
layers/multi.cpp
layers/object_track.h
layers/param_checker.cpp
libs/xcb_nvidia/CMakeLists.txt
libs/xcb_nvidia/xcb_nvidia.cpp
loader/CMakeLists.txt
loader/README.md
loader/loader.c
loader/loader.h
loader/loader_platform.h
tests/CMakeLists.txt
tests/README-raster_tests
tests/blit_tests.cpp
tests/golden/SPV_VKTriangle-2.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-3.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-4.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-5.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-6.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-7.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-8.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle-9.ppm [new file with mode: 0644]
tests/golden/SPV_VKTriangle.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-2.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-3.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-4.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-5.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-6.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-7.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-8.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor-9.ppm [new file with mode: 0644]
tests/golden/VKTriangle_FragColor.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-2.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-3.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-4.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-5.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-6.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-7.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-8.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation-9.ppm [new file with mode: 0644]
tests/golden/VKTriangle_OutputLocation.ppm [new file with mode: 0644]
tests/image_tests.cpp
tests/init.cpp
tests/layer_test_suite.py
tests/layer_validation_tests.cpp
tests/render_tests.cpp
tests/run_all_tests.sh
tests/run_all_tests_with_layers.sh
tests/test_common.h
tests/test_environment.cpp
tests/test_environment.h
tests/vkrenderframework.h [new file with mode: 0644]
tests/vktestbinding.h [new file with mode: 0644]
tests/vktestframework.h [moved from tests/xgltestframework.h with 89% similarity]
tests/xglrenderframework.cpp
tests/xglrenderframework.h [deleted file]
tests/xgltestbinding.cpp
tests/xgltestbinding.h [deleted file]
tests/xgltestframework.cpp
vk_helper.py [moved from xgl_helper.py with 96% similarity]
xgl-generate.py
xgl-layer-generate.py
xgl.py [changed mode: 0644->0755]