Skip to content

Releases: xemu-project/xemu

v0.7.139

30 Dec 23:49
Compare
Choose a tag to compare
ubuntu-win64-cross: Update glslang

v0.7.138

30 Dec 22:49
Compare
Choose a tag to compare
ci: Bump Windows build container

v0.7.137

30 Dec 01:47
Compare
Choose a tag to compare
ui: Macro out some variables only used for debugging

v0.7.136

27 Dec 08:30
Compare
Choose a tag to compare
.clang-format: Set SortIncludes to Never

v0.7.135

27 Dec 08:08
Compare
Choose a tag to compare
download-macos-libs.py: Skip mesa, llvm

v0.7.134

22 Nov 22:57
7944150
Compare
Choose a tag to compare
nv2a: Check supported line width

* Added logic to check for the supported line width range before setting the line width to avoid errors.

I also moved the glLineWidth call so that it could be after the call to get the supported line width range for the desired line type.

* Moved the glLineWidth call outside the if/else

* Moved the code to query line GL_SMOOTH_LINE_WIDTH_RANGE and GL_ALIASED_LINE_WIDTH_RANGE to nv2a_gl_context_init(void) so that it's just called while OpenGL is being initialized.

* Removed the lineWidth local variable. It's simpler to just call glLineWidth in the if and else blocks

v0.7.133

15 Nov 08:12
7f5176b
Compare
Choose a tag to compare
nv2a: Scale line thickness by surface scale factor

v0.7.132

21 Aug 05:48
Compare
Choose a tag to compare
i386: Implement EBL_CR_POWERON MSR for Xbox CPU

v0.7.131

23 Jul 07:04
Compare
Choose a tag to compare
nv2a: Drop unused ShaderState field material_alpha

v0.7.130

21 Jul 22:53
Compare
Choose a tag to compare
ci: Merge in debian package files