[PR #31] [CLOSED] AUR file #62

Open
opened 2026-01-31 21:29:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/31
Author: @mitcoes
Created: 11/22/2015
Status: Closed

Base: masterHead: xbox


📝 Commits (10+)

  • 6ffb0ff s32k is probably signed
  • 7509c1d use texture swizzle mask for alpha textures
  • 7bfec09 Improve XID code quality
  • b392aee Cleanup GLX
  • 74653ca Merge pull request #6 from JayFoxRox/xid-rumble
  • c918b0a usb: add vendor request defines
  • c32594e Check GL Version in NV2A
  • 3364a7b Fatal messages to stderr
  • 3e25235 Merge pull request #5 from JayFoxRox/glx-gl-3.3
  • 9dea936 checking for exactly opengl 3.3 breaks forward-compatible contexts

📊 Changes

293 files changed (+36706 additions, -1449 deletions)

View changed files

📝 Makefile.objs (+3 -0)
README.md (+3 -0)
📝 VERSION (+1 -1)
📝 arch_init.c (+48 -48)
📝 async.c (+10 -4)
📝 block.c (+25 -15)
📝 block/Makefile.objs (+1 -0)
block/blkmemory.c (+136 -0)
📝 block/bochs.c (+57 -52)
📝 block/cloop.c (+71 -10)
📝 block/curl.c (+75 -11)
📝 block/dmg.c (+166 -109)
📝 block/iscsi.c (+14 -2)
📝 block/mirror.c (+23 -14)
📝 block/parallels.c (+12 -2)
📝 block/qapi.c (+1 -0)
📝 block/qcow.c (+37 -6)
📝 block/qcow2-cluster.c (+1 -10)
📝 block/qcow2-refcount.c (+67 -52)
📝 block/qcow2-snapshot.c (+9 -26)

...and 80 more files

📄 Description

Please make it available at AUR
Please put some video at the web page showing what works and what still does not work.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/31 **Author:** [@mitcoes](https://github.com/mitcoes) **Created:** 11/22/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `xbox` --- ### 📝 Commits (10+) - [`6ffb0ff`](https://github.com/qemu/qemu/commit/6ffb0ffbd02762dec7d9f32491b47d165e3a8c87) s32k is probably signed - [`7509c1d`](https://github.com/qemu/qemu/commit/7509c1d4448d15b8dcad8328efac6f077d34a4a5) use texture swizzle mask for alpha textures - [`7bfec09`](https://github.com/qemu/qemu/commit/7bfec094543eeb538dd2811fb97506bc3a20b699) Improve XID code quality - [`b392aee`](https://github.com/qemu/qemu/commit/b392aeed7abc7c5ed8b3514a123f561369e6c74c) Cleanup GLX - [`74653ca`](https://github.com/qemu/qemu/commit/74653cae798e2ff8ca45e03413c2a4b6aea4875e) Merge pull request #6 from JayFoxRox/xid-rumble - [`c918b0a`](https://github.com/qemu/qemu/commit/c918b0a8a0414ce9a7dac0774f3980c7ddffd6d9) usb: add vendor request defines - [`c32594e`](https://github.com/qemu/qemu/commit/c32594ed12b8b82aa9ef3e1f70fb329b1dc81653) Check GL Version in NV2A - [`3364a7b`](https://github.com/qemu/qemu/commit/3364a7b4616de5a4c106ace28548afb78bfd7545) Fatal messages to stderr - [`3e25235`](https://github.com/qemu/qemu/commit/3e2523518c8b15389e6217cc069d97a2abff9f5a) Merge pull request #5 from JayFoxRox/glx-gl-3.3 - [`9dea936`](https://github.com/qemu/qemu/commit/9dea936168676ba8a121d9f4fe7d83731fe903fa) checking for exactly opengl 3.3 breaks forward-compatible contexts ### 📊 Changes **293 files changed** (+36706 additions, -1449 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.objs` (+3 -0) ➕ `README.md` (+3 -0) 📝 `VERSION` (+1 -1) 📝 `arch_init.c` (+48 -48) 📝 `async.c` (+10 -4) 📝 `block.c` (+25 -15) 📝 `block/Makefile.objs` (+1 -0) ➕ `block/blkmemory.c` (+136 -0) 📝 `block/bochs.c` (+57 -52) 📝 `block/cloop.c` (+71 -10) 📝 `block/curl.c` (+75 -11) 📝 `block/dmg.c` (+166 -109) 📝 `block/iscsi.c` (+14 -2) 📝 `block/mirror.c` (+23 -14) 📝 `block/parallels.c` (+12 -2) 📝 `block/qapi.c` (+1 -0) 📝 `block/qcow.c` (+37 -6) 📝 `block/qcow2-cluster.c` (+1 -10) 📝 `block/qcow2-refcount.c` (+67 -52) 📝 `block/qcow2-snapshot.c` (+9 -26) _...and 80 more files_ </details> ### 📄 Description Please make it available at AUR Please put some video at the web page showing what works and what still does not work. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#62