• Joined on 2023-04-23
bilbo pushed to main at bilbo/r500 2025-10-21 16:46:10 +00:00
0c23b1b2f8 drm: add shadertoy_sin.fs.asm
bilbo pushed to main at bilbo/r500 2025-10-21 15:29:47 +00:00
f6105c66b3 shadertoy_circle.fs.asm : use presubtract to reduce instruction count
bilbo pushed to main at bilbo/r500 2025-10-21 15:28:39 +00:00
2c845e44ab shadertoy_circle.fs.asm : use presubtract to reduce instruction count
bilbo pushed to main at bilbo/r500 2025-10-21 15:27:24 +00:00
4b1a9f8aa1 shadertoy_circle.fs.asm : use presubtract to reduce instruction count
bilbo pushed to main at bilbo/r500 2025-10-21 15:26:21 +00:00
fff7cbd969 shadertoy_circle.fs.asm : use presubtract to reduce instruction count
bilbo pushed to main at bilbo/r500 2025-10-21 15:26:00 +00:00
eaf6c6fec2 shadertoy_circle.fs.asm : use presubtract to reduce instruction count
bilbo pushed to main at bilbo/r500 2025-10-21 15:25:15 +00:00
09c52ec338 shadertoy_circle.fs.asm : use presubtract to reduce instruction count
bilbo pushed to main at bilbo/r500 2025-10-21 04:02:40 +00:00
59390a9ea2 drm/shadertoy: add shadertoy_circle.fs.asm
bilbo pushed to main at bilbo/r500 2025-10-21 04:02:08 +00:00
2fd094bbc2 *.vs.asm: use semicolon syntax
306de6541d assembler: add minus token; disable eol tokens
Compare 2 commits »
bilbo pushed to main at bilbo/opengl2 2025-10-21 02:32:45 +00:00
a32667e0ef src/shadertoy: animated
bilbo pushed to main at bilbo/r500 2025-10-21 02:14:14 +00:00
6f5007525c shadertoy: assemble shadertoy.fs.asm from source
bilbo pushed to main at bilbo/r500 2025-10-21 02:00:08 +00:00
50c53376df assembler/fs: allow more concise assembly
bilbo pushed to main at bilbo/r500 2025-10-21 01:59:57 +00:00
81379e6aa7 assembler/fs: allow more concise source code
bilbo pushed to main at bilbo/r500 2025-10-21 01:49:28 +00:00
4777be84d4 assembler/vs/validator: only count temp addresses for macro operations
bilbo pushed to main at bilbo/r500 2025-10-20 23:53:12 +00:00
44dd480549 assembler/fs: add support for OUT and TEX_SEM_WAIT
bilbo pushed to main at bilbo/r500 2025-10-20 23:37:40 +00:00
3df0aed6ba assembler/fs/emitter: set default float addr if unspecified
bilbo pushed to main at bilbo/r500 2025-10-20 23:26:07 +00:00
efecb277c8 assembler: implement fs emitter and frontend
bilbo pushed to main at bilbo/r500 2025-10-20 21:53:05 +00:00
72666a8c1f assembler: add fs instruction validator
bilbo pushed to main at bilbo/r500 2025-10-20 21:50:12 +00:00
8dbeabdfb8 assembler: add fs instruction validator
bilbo pushed to main at bilbo/r500 2025-10-20 17:59:02 +00:00
adca6a1c66 assembler: add initial fragment shader parser