|
|
8594bc4a38
|
assembler/vs: rewrite parser and validator
|
2025-10-23 19:51:19 -05:00 |
|
|
|
50244c7c95
|
shader_examples: add texture_cube_depth_vertex_shader.vs.txt
|
2025-10-22 16:10:43 -05:00 |
|
|
|
91f83bdaa8
|
drm/shadertoy: add shadertoy_palette.fs.asm
|
2025-10-21 19:35:20 -05:00 |
|
|
|
f6a0fc4fab
|
assembler/fs/emitter: emit addrd
|
2025-10-21 19:35:04 -05:00 |
|
|
|
b4310b4fef
|
drm/shadertoy: add time-based animation
|
2025-10-21 15:39:25 -05:00 |
|
|
|
ae3fa0f2e6
|
assembler/lexer: add support for double hypen comments
|
2025-10-21 15:39:08 -05:00 |
|
|
|
fe0684ca5e
|
assembler/fs: add support for NOP
In shadertoy_circle.fs.asm, this is required for presubtract dependencies.
|
2025-10-21 12:32:24 -05:00 |
|
|
|
3213edda43
|
drm: add shadertoy_sin.fs.asm
|
2025-10-21 11:42:41 -05:00 |
|
|
|
f6105c66b3
|
shadertoy_circle.fs.asm : use presubtract to reduce instruction count
|
2025-10-21 10:25:41 -05:00 |
|
|
|
59390a9ea2
|
drm/shadertoy: add shadertoy_circle.fs.asm
|
2025-10-20 22:58:28 -05:00 |
|
|
|
2fd094bbc2
|
*.vs.asm: use semicolon syntax
|
2025-10-20 22:57:51 -05:00 |
|
|
|
306de6541d
|
assembler: add minus token; disable eol tokens
|
2025-10-20 22:48:43 -05:00 |
|
|
|
6f5007525c
|
shadertoy: assemble shadertoy.fs.asm from source
|
2025-10-20 21:09:52 -05:00 |
|
|
|
50c53376df
|
assembler/fs: allow more concise assembly
|
2025-10-20 20:56:01 -05:00 |
|
|
|
4777be84d4
|
assembler/vs/validator: only count temp addresses for macro operations
|
2025-10-20 20:44:57 -05:00 |
|
|
|
44dd480549
|
assembler/fs: add support for OUT and TEX_SEM_WAIT
|
2025-10-20 18:48:55 -05:00 |
|
|
|
3df0aed6ba
|
assembler/fs/emitter: set default float addr if unspecified
|
2025-10-20 18:33:13 -05:00 |
|
|
|
efecb277c8
|
assembler: implement fs emitter and frontend
|
2025-10-20 18:21:41 -05:00 |
|
|
|
72666a8c1f
|
assembler: add fs instruction validator
|
2025-10-20 16:49:02 -05:00 |
|
|
|
adca6a1c66
|
assembler: add initial fragment shader parser
|
2025-10-20 12:54:41 -05:00 |
|
|
|
59b6b2a0d2
|
us_disassemble2: invent a better fragment shader syntax
|
2025-10-19 23:02:15 -05:00 |
|
|
|
0879b6b8f1
|
shader_examples: add length.fs
|
2025-10-19 17:21:59 -05:00 |
|
|
|
13777619d9
|
us_disassemble: reduce column widths
|
2025-10-19 17:21:22 -05:00 |
|
|
|
9a989fe545
|
us_disassemble: print columns
|
2025-10-19 16:30:39 -05:00 |
|
|
|
82f8e56032
|
shadertoy: multiply fragment shader coordinates by aspect ratio
|
2025-10-19 16:10:29 -05:00 |
|
|
|
2779fd6a7c
|
drm: add shadertoy
|
2025-10-19 15:33:12 -05:00 |
|
|
|
6d0bc8538b
|
assembler: add support for VE_SAT/ME_SAT
|
2025-10-19 15:31:10 -05:00 |
|
|
|
c0cdfccefa
|
pvs_disassemble: add partial support for me_sat/ve_sat
|
2025-10-19 15:20:13 -05:00 |
|
|
|
d2e81516a1
|
drm/texture_cube_clear_zwrite_vertex_shader: fixed
|
2025-10-18 22:21:32 -05:00 |
|
|
|
0743f780af
|
drm: add texture_cube_clear_zwrite_vertex_shader (incomplete)
|
2025-10-18 20:04:50 -05:00 |
|
|
|
5e0a82f353
|
drm: add texture_cube_clear_zwrite
|
2025-10-18 16:12:02 -05:00 |
|
|
|
824de3db3a
|
drm: add texture_cube_clear
|
2025-10-18 14:13:25 -05:00 |
|
|
|
7cc7a01610
|
drm: add texture_cube
|
2025-10-18 12:51:12 -05:00 |
|
|
|
f2f56acf84
|
drm: add texture_dual
|
2025-10-17 18:29:57 -05:00 |
|
|
|
be6f79b4f1
|
drm/texture: fixed texture example
typo:
VAP_PROG_STREAM_CNTL_EXT__WRITE_ENA_0
should have been:
VAP_PROG_STREAM_CNTL_EXT__WRITE_ENA_1
|
2025-10-17 15:28:22 -05:00 |
|
|
|
a090965a69
|
drm: partially working texture example
|
2025-10-16 22:59:19 -05:00 |
|
|
|
3a0521b76b
|
regs/us_disassemble: read input from file
|
2025-10-16 21:52:36 -05:00 |
|
|
|
4fb8b47231
|
add mesa shader examples
|
2025-10-16 21:37:24 -05:00 |
|
|
|
1f99e67169
|
regs/bits: improve vap_reg_prog_stream_cntl* parsing
|
2025-10-16 21:12:18 -05:00 |
|
|
|
8eef9776ba
|
drm: add single_color_clear_rotate_vblank
|
2025-10-16 19:31:14 -05:00 |
|
|
|
be27c747ee
|
regs: improve frontend for assembler and disassembler
|
2025-10-16 17:23:37 -05:00 |
|
|
|
d903115964
|
assembler: feature parity with the disassembler
|
2025-10-16 12:53:28 -05:00 |
|
|
|
e24b3ada5e
|
regs: incomplete pvs assembler
|
2025-10-16 00:33:00 -05:00 |
|
|
|
a5cb458c1f
|
drm: add single_color_clear_translate_vblank
|
2025-10-15 19:18:37 -05:00 |
|
|
|
2604270823
|
pvs_disassemble: add more concise disassembly
|
2025-10-15 19:17:41 -05:00 |
|
|
|
7e4d753c0d
|
drm: add single_color_clear_translate
|
2025-10-15 14:15:27 -05:00 |
|
|
|
246f8ffe19
|
drm: add single_color_clear
|
2025-10-14 23:45:05 -05:00 |
|
|
|
564e05f29c
|
drm/3d_registers_bits.h: render POSSIBLE VALUES
|
2025-10-14 23:40:41 -05:00 |
|
|
|
95e9ba85ae
|
drm: improve NOP/reloc comments
|
2025-10-14 20:12:12 -05:00 |
|
|
|
9d974cd113
|
us_disassemble: us bits were moved to bits/
|
2025-10-14 20:02:32 -05:00 |
|