• Joined on 2023-04-23
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
bilbo pushed to main at bilbo/r500 2025-10-20 04:06:46 +00:00
59b6b2a0d2 us_disassemble2: invent a better fragment shader syntax
bilbo pushed to main at bilbo/r500 2025-10-20 01:33:34 +00:00
bilbo pushed to main at bilbo/r500 2025-10-19 22:26:02 +00:00
0879b6b8f1 shader_examples: add length.fs
bilbo pushed to main at bilbo/r500 2025-10-19 22:25:31 +00:00
13777619d9 us_disassemble: reduce column widths
bilbo pushed to main at bilbo/r500 2025-10-19 21:34:49 +00:00
9a989fe545 us_disassemble: print columns
bilbo pushed to main at bilbo/r500 2025-10-19 21:14:51 +00:00
82f8e56032 shadertoy: multiply fragment shader coordinates by aspect ratio
bilbo pushed to main at bilbo/r500 2025-10-19 20:37:17 +00:00
2779fd6a7c drm: add shadertoy
bilbo pushed to main at bilbo/r500 2025-10-19 20:35:24 +00:00
6d0bc8538b assembler: add support for VE_SAT/ME_SAT
bilbo pushed to main at bilbo/r500 2025-10-19 20:24:25 +00:00
c0cdfccefa pvs_disassemble: add partial support for me_sat/ve_sat
bilbo pushed to main at bilbo/opengl2 2025-10-19 19:18:12 +00:00
74886b60c4 add "shadertoy" template