Module: Mesa
Branch: master
Commit: e94fd4cc65899bccceb4642363bc4376c6831580
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e94fd4cc65899bccceb4642363bc4376c6831580

Author: Dave Airlie <[email protected]>
Date:   Wed Sep 30 05:29:04 2020 +1000

lavapipe: rename vallium to lavapipe

Just a cooler name, and a lot easier to search for. thanks Marek

Acked-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6921>

---

 .../val_cmd_buffer.c => lavapipe/lvp_cmd_buffer.c} | 584 +++++++++----------
 .../{vallium/val_conv.h => lavapipe/lvp_conv.h}    |   0
 .../lvp_descriptor_set.c}                          | 164 +++---
 .../val_device.c => lavapipe/lvp_device.c}         | 450 +++++++--------
 .../lvp_entrypoints_gen.py}                        | 102 ++--
 .../val_execute.c => lavapipe/lvp_execute.c}       | 374 ++++++------
 .../lvp_extensions.py}                             |  12 +-
 .../val_formats.c => lavapipe/lvp_formats.c}       |  36 +-
 .../{vallium/val_image.c => lavapipe/lvp_image.c}  |  76 +--
 .../lvp_lower_input_attachments.c}                 |   4 +-
 .../lvp_lower_vulkan_resource.c}                   |  20 +-
 .../lvp_lower_vulkan_resource.h}                   |  14 +-
 .../{vallium/val_pass.c => lavapipe/lvp_pass.c}    |  66 +--
 .../val_pipeline.c => lavapipe/lvp_pipeline.c}     | 106 ++--
 .../lvp_pipeline_cache.c}                          |  24 +-
 .../val_private.h => lavapipe/lvp_private.h}       | 640 ++++++++++-----------
 .../{vallium/val_query.c => lavapipe/lvp_query.c}  |  24 +-
 .../{vallium/val_util.c => lavapipe/lvp_util.c}    |   8 +-
 .../{vallium/val_wsi.c => lavapipe/lvp_wsi.c}      |  80 +--
 .../{vallium/val_wsi.h => lavapipe/lvp_wsi.h}      |  44 +-
 .../lvp_wsi_wayland.c}                             |  10 +-
 .../val_wsi_x11.c => lavapipe/lvp_wsi_x11.c}       |  18 +-
 src/gallium/frontends/lavapipe/meson.build         |  66 +++
 src/gallium/frontends/vallium/meson.build          |  66 ---
 src/gallium/meson.build                            |   4 +-
 .../{vallium/val_icd.py => lavapipe/lvp_icd.py}    |   4 +-
 .../targets/{vallium => lavapipe}/meson.build      |  16 +-
 src/gallium/targets/{vallium => lavapipe}/target.c |   0
 28 files changed, 1506 insertions(+), 1506 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=e94fd4cc65899bccceb4642363bc4376c6831580
_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to