Releases: xemu-project/xemu
Releases · xemu-project/xemu
v0.7.139
ubuntu-win64-cross: Update glslang
v0.7.138
ci: Bump Windows build container
v0.7.137
ui: Macro out some variables only used for debugging
v0.7.136
.clang-format: Set SortIncludes to Never
v0.7.135
download-macos-libs.py: Skip mesa, llvm
v0.7.134
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
nv2a: Scale line thickness by surface scale factor
v0.7.132
i386: Implement EBL_CR_POWERON MSR for Xbox CPU
v0.7.131
nv2a: Drop unused ShaderState field material_alpha
v0.7.130
ci: Merge in debian package files