qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix win32/msys2 shader compilation
@ 2023-01-09 11:21 marcandre.lureau
  2023-01-09 11:21 ` [PATCH 1/2] build-sys: fix crlf-ending C code marcandre.lureau
  2023-01-09 11:21 ` [PATCH 2/2] .gitlab-ci.d/windows: do not disable opengl marcandre.lureau
  0 siblings, 2 replies; 9+ messages in thread
From: marcandre.lureau @ 2023-01-09 11:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: Cleber Rosa, Thomas Huth, Marc-André Lureau, John Snow,
	Christian Borntraeger, pbonzini, David Hildenbrand,
	Daniel P. Berrangé, Halil Pasic, Eric Farman, kraxel,
	Wainer dos Santos Moschetta, Cornelia Huck,
	Philippe Mathieu-Daudé, Richard Henderson, qemu-s390x,
	Alex Bennée, Beraldo Leal

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Fix the shader compilation error on win32/msys2 and convert the related script
from perl to python.

Marc-André Lureau (2):
  build-sys: fix crlf-ending C code
  .gitlab-ci.d/windows: do not disable opengl

 meson.build              |  2 +-
 .gitlab-ci.d/windows.yml |  5 ++---
 scripts/shaderinclude.pl | 16 ----------------
 scripts/shaderinclude.py | 22 ++++++++++++++++++++++
 4 files changed, 25 insertions(+), 20 deletions(-)
 delete mode 100644 scripts/shaderinclude.pl
 create mode 100755 scripts/shaderinclude.py

-- 
2.39.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-09 15:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 11:21 [PATCH 0/2] Fix win32/msys2 shader compilation marcandre.lureau
2023-01-09 11:21 ` [PATCH 1/2] build-sys: fix crlf-ending C code marcandre.lureau
2023-01-09 11:41   ` Thomas Huth
2023-01-09 11:47     ` Marc-André Lureau
2023-01-09 15:56       ` Paolo Bonzini
2023-01-09 15:59         ` Marc-André Lureau
2023-01-09 12:20   ` Philippe Mathieu-Daudé
2023-01-09 11:21 ` [PATCH 2/2] .gitlab-ci.d/windows: do not disable opengl marcandre.lureau
2023-01-09 11:42   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).