Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#119835 2024-03-23 20:41:25 +01:00
Metal: implement support for compressed textures
Aras Pranckevicius created branch mtl-compressed-textures in aras_p/blender 2024-03-23 20:39:23 +01:00
Aras Pranckevicius pushed to mtl-compressed-textures at aras_p/blender 2024-03-23 20:39:23 +01:00
2b9f81e0cd Metal: implement support for compressed textures
3805974b6f Refactor: Use C++ array for edit mesh looptris
3ce8c74a57 Cleanup: Fix outdated comments about Mesh data
73e7023c71 Fix #119816: New curves draw tool options missing in sidebar
374b80b84a Cleanup: Miscellaneous cleanups to newly C++ headers
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#119793 2024-03-23 19:07:04 +01:00
GPU: Gracefully handle compressed textures on Metal

Ah! Hmm... should I nerd-snipe myself to implement it? How hard can that be, afterall? :P

Aras Pranckevicius commented on pull request blender/blender#119793 2024-03-23 15:33:26 +01:00
GPU: Gracefully handle compressed textures on Metal

Hmm, a larger question is why Metal backend does not support compressed textures? Because the GPUs totally can, and Metal API totally can. Is it because "no one implemented it in blender's backend"?

Aras Pranckevicius deleted branch cleanup_avi from aras_p/blender 2024-03-22 12:18:03 +01:00
Aras Pranckevicius pushed to main at blender/blender 2024-03-22 12:18:00 +01:00
480f2f5bdd Cleanup: Remove unused AviCodecData
Aras Pranckevicius merged pull request blender/blender#119777 2024-03-22 12:18:00 +01:00
Cleanup: Remove unused AviCodecData
Aras Pranckevicius commented on pull request blender/blender#119777 2024-03-22 10:42:24 +01:00
Cleanup: Remove unused AviCodecData
Aras Pranckevicius created pull request blender/blender#119777 2024-03-22 10:41:52 +01:00
Cleanup: Remove unused AviCodecData
Aras Pranckevicius pushed to cleanup_avi at aras_p/blender 2024-03-22 10:41:25 +01:00
f09f54d4a2 Cleanup: Remove unused AviCodecData
ac7309f95e Compositor: Add Float2 data type
6198fac37e Cleanup: use UILayout.panel in extensions repo popover
02681bd44d UI: support layout panels in popovers
44defbd2c7 Extensions: add BLENDER_USER_EXTENSIONS user directory
Compare 10 commits »
Aras Pranckevicius created branch cleanup_avi in aras_p/blender 2024-03-22 10:41:24 +01:00
Aras Pranckevicius closed issue blender/blender#117790 2024-03-22 09:56:25 +01:00
VSE: expand "occlusion culling" via opaque strips
Aras Pranckevicius commented on issue blender/blender#117790 2024-03-22 09:56:21 +01:00
VSE: expand "occlusion culling" via opaque strips

Implemented in #118396

Aras Pranckevicius deleted branch text-shader-opt from aras_p/blender 2024-03-19 16:29:34 +01:00
Aras Pranckevicius merged pull request blender/blender#119653 2024-03-19 16:29:31 +01:00
BLF: optimizations and fixes to font shader
Aras Pranckevicius pushed to main at blender/blender 2024-03-19 16:29:31 +01:00
a05adbef28 BLF: optimizations and fixes to font shader