Erik Abair
f3c7a3afd1
nv2a: Add --enable-renderdoc build config
2022-02-10 14:41:43 -07:00
Erik Abair
8689e640bd
nv2a: Add missing vertex attribute setters
2022-02-10 14:35:53 -07:00
Matt Borgerson
1adc52c136
.github: Rename macOS Universal build job
2022-02-07 01:32:21 -07:00
Matt Borgerson
4343dbd1f9
.github: Zero ccache stats, don't clean manually
2022-02-07 01:32:21 -07:00
Matt Borgerson
15f47c31f6
.github: Build source archive and Debian packaging
2022-02-07 01:32:21 -07:00
Matt Borgerson
2601968a55
archive-source.sh: Save submodule version
2022-02-07 01:32:21 -07:00
Matt Borgerson
c41abd211b
xemu-version.sh: Add --tags arg to `git describe`
2022-02-07 01:32:21 -07:00
Matt Borgerson
a1c02b793e
gen-license.py: Fall back to submodule HEAD file for version info
2022-02-07 01:32:21 -07:00
Erik Abair
517e4b3414
nv2a: Implement SET_MATERIAL_ALPHA and diffuse color src
...
This adds support for the material alpha command and updates the fixed function
shader to respect the diffuse source parameter (which was already piped through
but not utilized).
2022-02-05 15:22:03 -07:00
Matt Borgerson
758e36d398
qemu/compiler.h: Assert in unreachable check in debug builds
2022-02-02 01:05:47 -07:00
Matt Borgerson
5f14ee4a68
configure: Move optimization spec from build.sh
...
And use -Og for debug builds.
2022-02-02 01:05:47 -07:00
Matt Borgerson
8d0d21bfd7
nvnet: Split out register defs
2022-02-01 23:34:53 -07:00
Matt Borgerson
2b05f7d50b
nvnet: Start using tracing infrastructure for logging
2022-02-01 23:34:53 -07:00
Matt Borgerson
d40a1c578d
mcpx: Start using tracing infrastructure for logging
2022-02-01 23:34:53 -07:00
Matt Borgerson
be23a674f3
nv2a: Start using tracing infrastructure for logging
2022-02-01 23:34:53 -07:00
Erik Abair
a13f3f48a2
nv2a: Improve RenderDoc triggering
2022-01-31 20:46:41 -07:00
Erik Abair
ef0a262efe
nv2a: Fix swizzle_box for volumetric textures
2022-01-31 17:48:17 -07:00
Erik Abair
2d34f5108d
nv2a: Support depth in volumetric palettized textures
2022-01-31 17:27:20 -07:00
Erik Abair
caf84884c4
nv2a: Fix slots for vertex attribute setters
2022-01-24 18:22:16 -07:00
Erik Abair
d17e019684
nv2a: Implement vertex attribute setters
2022-01-24 16:22:52 -07:00
Erik Abair
6b821d2062
nv2a: Implement pvideo color keying
2022-01-22 13:54:40 -07:00
Erik Abair
b3f56db428
nv2a: Match HW behavior when dealing with infinite fog coord
2022-01-18 18:13:54 -07:00
Matt Borgerson
3fd15218c7
nv2a: Init puserdac palette on startup
2022-01-12 19:51:14 -07:00
Matt Borgerson
42c44dc241
nv2a: Fix register print debug macro
2022-01-12 19:51:14 -07:00
Matt Borgerson
7bd68b4bfc
nv2a: Specify method ranges in words
2022-01-12 19:51:14 -07:00
Matt Borgerson
0b838a6e4c
nv2a: Bring back non-inc/inc loops to avoid dead code
2022-01-12 19:51:14 -07:00
Matt Borgerson
27afd42164
nv2a: Add puserdac.palette to vmstate
2022-01-12 01:53:12 -07:00
Matt Borgerson
1b5b14f8ba
nv2a: Support local method loops for more methods
2022-01-12 01:13:02 -07:00
Matt Borgerson
909affdefe
nv2a: Merge inc and non-inc method defs
2022-01-12 01:13:02 -07:00
Matt Borgerson
a8fadd5a66
nv2a: Un-macroify loop wrappers
2022-01-11 22:03:08 -07:00
Matt Borgerson
a3f077779f
nv2a: Fold unnecessary macros
2022-01-11 22:03:08 -07:00
Matt Borgerson
fb019d7c1f
nv2a: Fold redundant loop macros
2022-01-11 15:07:48 -07:00
Matt Borgerson
7d101d5193
nv2a: Log exact method addr and name+offset if available
2022-01-11 14:20:00 -07:00
Matt Borgerson
13be29690a
nv2a: Fix logging for looped methods
2022-01-11 14:20:00 -07:00
Erik Abair
01c2f0fa74
nv2a: Fix handling of NV097_SET_VERTEX_DATA4S_M
2022-01-09 16:42:38 -07:00
Matt Borgerson
057e7fcfa1
nv2a: Add kelvin method names to LUT
2022-01-09 03:19:56 -07:00
Matt Borgerson
e2fc067073
nv2a: Fix debug printf warnings
2022-01-09 03:19:56 -07:00
Matt Borgerson
80fda910b1
nv2a: Batch process report queries
2022-01-09 02:47:58 -07:00
Matt Borgerson
d54ce00f02
nv2a: Simplify swizzled<>linear logic
2022-01-08 19:50:20 -07:00
Matt Borgerson
62d04a3636
nv2a: Permit limited swizzled<>linear surface migration
2022-01-08 19:20:37 -07:00
Matt Borgerson
1871699c2e
nv2a: Mark surface buffers dirty on DMA update
2022-01-08 19:20:37 -07:00
wutno
d0fd0cb3e4
smbus: Add dummy encoders for Focus and Xcalibur
2022-01-08 13:26:17 -07:00
Matt Borgerson
eb87feae2c
nv2a: Only sync blit source surface if dirty
2022-01-08 02:45:48 -07:00
Matt Borgerson
76b26b13fc
nv2a: Make beta value be strictly uint32_t
2022-01-08 02:45:48 -07:00
Matt Borgerson
d91e6d304f
nv2a: Refactor blit operation logic
2022-01-08 02:45:48 -07:00
Erik Abair
6e2446e91b
nv2a: Support XRGB_ZRGB blit surface format
2022-01-08 02:45:48 -07:00
Erik Abair
a546f07df7
nv2a: Implement BLEND_AND image blit operation
2022-01-08 02:45:48 -07:00
Erik Abair
0d4e3d29b5
nv2a: Download destination surface for partial SRCCOPY blits
2022-01-08 02:45:48 -07:00
Matt Borgerson
7f6655bb34
tcg: Add offset to base in cpu_ld_code
2022-01-07 19:01:29 -07:00
haxar
aacae39aa0
xbox_pci: Map PCI device slots 0 & 1 to a corresponding IRQ nibble index
2022-01-07 16:19:30 -07:00