Skip to content

Commit

Permalink
revert genxml and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 29, 2023
1 parent 05ec53e commit 6875ebf
Show file tree
Hide file tree
Showing 15 changed files with 99 additions and 1,467 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/android.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=freedreno,zink \
-Dgallium-drivers=panfrost,swrast,freedreno,zink \
-Dfreedreno-kmds=kgsl \
-Dshared-glapi=false \
-Dandroid-strict=false \
-Dbuildtype=release
ninja -C "build-android" install
- name: Upload libraries
Expand Down
2 changes: 1 addition & 1 deletion src/panfrost/lib/genxml/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<value name="Constant" value="7"/>
</enum>

<struct name="Blend Function" layout="none">
<struct name="Blend Function" no-direct-packing="true">
<!-- Blend equation: A + (B * C) -->
<field name="A" size="2" start="0" type="Blend Operand A"/>
<field name="Negate A" size="1" start="3" type="bool"/>
Expand Down
Loading

0 comments on commit 6875ebf

Please sign in to comment.