Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions .clang-format-ignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Vendored code
src/amd/vulkan/radix_sort/*
src/gallium/drivers/ethosu/mlw_codec/**/*
src/gallium/drivers/ethosu/ethosu_encode_support.h
6 changes: 6 additions & 0 deletions .clang-format-include
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# The following files are opted into `ninja clang-format` and
# enforcement in the CI.

src/gallium/drivers/ethosu/**/*
src/gallium/drivers/i915
src/gallium/drivers/r300/compiler/*
src/gallium/drivers/rocket/**/*
src/gallium/targets/teflon/**/*
src/gallium/frontends/teflon/**/*
src/amd/vulkan/**/*
src/amd/compiler/**/*
src/egl/**/*
src/etnaviv/isa/**/*
src/imagination/**/*
4 changes: 2 additions & 2 deletions .editorconfig
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset = utf-8
insert_final_newline = true
tab_width = 8

[*.{c,h,cpp,hpp,cc,hh,y,yy}]
[*.{c,h,cpp,hpp,cc,hh,y,yy,cl,glsl}]
indent_style = space
indent_size = 3
max_line_length = 78
Expand All @@ -31,7 +31,7 @@ indent_size = 3
[*.patch]
trim_trailing_whitespace = false

[{meson.build,meson_options.txt}]
[{meson.build,meson.options}]
indent_style = space
indent_size = 2

Expand Down
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,18 @@ c7bf3b69ebc8f2252dbf724a4de638e6bb2ac402

# ir3: Reformat source with clang-format
177138d8cb0b4f6a42ef0a1f8593e14d79f17c54

# ir3: reformat after refactoring in previous commit
8ae5b27ee0331a739d14b42e67586784d6840388

# ir3: don't use deprecated NIR_PASS_V anymore
2fedc82c0cc9d3fb2e54707b57941b79553b640c

# ir3: reformat after previous commit
7210054db8cfb445a8ccdeacfdcfecccf44fa266

# freedreno/a6xx: The great register renaming
7fd99c88b9cd5c0c8c1cb3e92383acac5cb8220b

# radv: re-format using clang-format
1492de1bc3610539b93d8ad17892e7139cd4b05d
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
[binaries]
llvm-config = '/usr/local/opt/llvm/bin/llvm-config'
EOL
$MESON_EXEC . build --native-file=native_config -Dmoltenvk-dir=$(brew --prefix molten-vk) -Dbuild-tests=true -Dosmesa=true -Dgallium-drivers=swrast,zink -Dglx=${{ matrix.glx_option }}
$MESON_EXEC . build --native-file=native_config -Dmoltenvk-dir=$(brew --prefix molten-vk) -Dbuild-tests=true -Dgallium-drivers=swrast,zink -Dglx=${{ matrix.glx_option }}
- name: Build
run: $MESON_EXEC compile -C build
- name: Test
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.cache
.vscode*
*.kdev4
*.pyc
*.pyo
*.out
/build
.venv/
*.mda.tar
Loading
Loading