Commit graph

196 commits

Author SHA1 Message Date
Samuliak
f4985c481e
add an option to disable framebuffer fetch 2025-01-11 10:59:28 +01:00
Samuliak
a0239cb756
check for framebuffer fetch support 2025-01-09 16:27:45 +01:00
Samuliak
3fae686f21
remove the accurate barriers option 2025-01-09 16:11:52 +01:00
Samuliak
03ec23140b
don't bind textures when framebuffer fetched 2025-01-09 16:09:02 +01:00
Samuliak
27a31fedab
clean up accurate barriers 2025-01-08 16:58:06 +01:00
Samuliak
337ec6b721
fix: GPU capture button not working 2025-01-04 17:02:03 +01:00
Samuliak
9a61e81715
support saving GPU captures to a file 2025-01-04 13:54:07 +01:00
Samuliak
1d8806cf06
add an option to capture GPU frame 2025-01-04 12:42:06 +01:00
Samuliak
08ea28f56e
add an option to select gpu for metal 2024-12-18 19:51:58 +01:00
Samuliak
79290eae3f
display gpu name 2024-12-18 19:31:24 +01:00
Samuliak
770d6cfda7
Revert "rework gpu selection"
This reverts commit d64e0c9b6f.
2024-12-18 19:30:12 +01:00
Samuliak
d64e0c9b6f
rework gpu selection 2024-12-15 13:18:24 +01:00
Samuliak
ba9a9370fe
make clear message more descriptive 2024-12-14 11:21:35 +01:00
Samuliak
137becb894
do safety checks before clearing 2024-12-14 11:00:42 +01:00
Samuliak
05b603d652
fix: incorrect texture read coord type 2024-11-23 18:06:13 +01:00
Samuliak
009dab8a28
remove useless includes 2024-11-23 08:41:00 +01:00
Samuliak
00857b233b
support arbitrary pixel formats for state 5 2024-11-22 20:03:41 +01:00
Samuliak
66ad59db92
implement state 5 through a draw call 2024-11-22 19:44:49 +01:00
Samuliak
7f5040a6e0
don't release autoreleased objects 2024-11-19 19:13:15 +01:00
Samuliak
8a8037377f
rework the command buffer system 2024-11-16 15:28:23 +01:00
Samuliak
a72136419c
log instead of printf 2024-11-15 17:32:29 +01:00
Samuliak
a52095b40a
sync between command buffers 2024-11-10 20:09:24 +01:00
Samuliak
02c36d9125
add: blit todo notice 2024-11-09 08:04:17 +01:00
Samuliak
f26495707e
implement screenshots 2024-11-08 16:58:29 +01:00
Samuliak
2c9f627f72
remove MetalLogging log type 2024-11-08 08:33:39 +01:00
Samuliak
fc1580f31f
remove outdated todo notices 2024-11-05 18:07:03 +01:00
Samuliak
c46c8214f5
refactor command buffers 2024-11-05 17:57:20 +01:00
Samuliak
552c4901b9
implement occlusion query flush 2024-11-05 17:42:02 +01:00
Samuliak
ea0a30b564
handle special state 8 and 5 2024-11-05 17:13:34 +01:00
Samuliak
07c62d5f95
release texture upload buffer 2024-11-05 17:06:08 +01:00
Samuliak
a00d409ab7
improve host and device shared buffer cache modes 2024-11-04 16:03:34 +01:00
Samuliak
fbea328b9b
correctly report memory usage for host buffer cache 2024-11-03 16:58:32 +01:00
Samuliak
e00d244e0d
remove unused code 2024-11-03 16:45:13 +01:00
Samuliak
ab41de4f9f
use host memory instead of buffer cache when possible 2024-11-03 11:53:16 +01:00
Samuliak
e7ac19979d
make occlusion queries accumulate with draws 2024-10-30 09:20:50 +01:00
Samuliak
00256e5589
only set blend color when changed 2024-10-29 17:43:29 +01:00
Samuliak
7906733bfa
don't compile certain pipelines async 2024-10-28 19:02:44 +01:00
Samuliak
bca32c43d0
refactor the way pipelines are stored 2024-10-28 16:38:17 +01:00
Samuliak
b8021b642d
fix: incorrect texture usages 2024-10-24 18:15:19 +02:00
Samuliak
cbde7f983c
force compile shaders if needed 2024-10-15 19:48:32 +02:00
Samuliak
cd21d957b3
refactor fbos 2024-10-15 17:15:46 +02:00
Samuliak
8b783e63dc
refactor pipeline cache 2024-10-13 09:20:45 +02:00
Samuliak
bdfac965e0
implement async shader compilation 2024-10-10 18:26:14 +02:00
Samuliak
2fb4d83a5f don't set verticesPerInstance twice 2024-10-01 19:07:19 +02:00
Samuliak
50175fce66 report manual vertex fetch draws per frame 2024-10-01 18:18:39 +02:00
Samuliak
f2096deddd remove vertex restriding code 2024-10-01 18:11:05 +02:00
Samuliak
94e8ed5a46 fetch vertices manually if needed 2024-10-01 17:38:14 +02:00
Samuliak
a3bfde80b0 remove old present pipelines 2024-09-30 19:59:30 +02:00
Samuliak
5d01c77efc rename hybrid pipeline to void vertex pipeline 2024-09-30 19:43:53 +02:00
Samuliak
c65123bbbe use logging instead of printing 2024-09-30 19:36:13 +02:00