• Joined on 2023-04-23
bilbo pushed to main at bilbo/r500 2025-10-30 01:04:49 +00:00
c8ba1454b7 drm: add zbuffer_test
bilbo pushed to main at bilbo/r500 2025-10-29 21:16:07 +00:00
bd10c026f7 pumpkin_man: include eye object
bilbo pushed to main at bilbo/r500 2025-10-29 20:38:21 +00:00
2aa1cedef4 pumpkin_man: draw the entire multi-object model
bilbo pushed to main at bilbo/r500 2025-10-29 18:30:01 +00:00
02e191eec0 pumpkin_man: use blender.py exporter
bilbo pushed to main at bilbo/r500 2025-10-28 22:58:23 +00:00
0e850b4caa texture_blur_combined: adjust blur weight constants
bilbo pushed to main at bilbo/r500 2025-10-28 22:40:29 +00:00
ddf32528d9 add texture_blur_combined
bilbo pushed to main at bilbo/r500 2025-10-28 20:51:20 +00:00
e43c3ef635 add texture_blur
bilbo pushed to main at bilbo/opengl2 2025-10-28 19:32:23 +00:00
50f2babca9 texture_blur2.fp.glsl: reorder
bilbo pushed to main at bilbo/r500 2025-10-28 19:24:46 +00:00
efd9a85ce2 assembler/fs: TEX: swap a/rgb order in write mask
bilbo pushed to main at bilbo/r500 2025-10-28 19:22:52 +00:00
7f7011fd4d assembler/fs: TEX: swap a/rgb order in write mask
bilbo pushed to main at bilbo/r500 2025-10-28 17:13:14 +00:00
e8da0190fc add compare_fs
20936c891d add tools
Compare 2 commits »
bilbo pushed to main at bilbo/opengl2 2025-10-28 17:12:25 +00:00
7ef8e2c36e add vertex_color_fp_render
72a6baf756 add texture_blur
Compare 2 commits »
bilbo pushed to main at bilbo/r500 2025-10-28 14:46:11 +00:00
9aecbbfc6f assembler: add support for render targets
bilbo pushed to main at bilbo/r500 2025-10-27 17:07:58 +00:00
c8ae311e60 texture_cube_clear_zwrite_vertex_shader_aos: move aos register write to the _3d_cube function
96091089d9 drm: add pumpkin_man
9286199243 drm: add texture_cube_clear_zwrite_vertex_shader_aos
8c166de3ae drm: add texture_cube_clear_zwrite_vertex_shader_optimize
3f08771015 assembler/vs: print_error for ValidatorError
Compare 8 commits »
bilbo pushed to main at bilbo/r500 2025-10-24 02:52:30 +00:00
f3f1969f4a assembler/vs: add support for dual math operations
bilbo pushed to main at bilbo/r500 2025-10-24 01:02:04 +00:00
d08f99d36b clear_nop.vs.asm: correct number of VE_ADD arguments
bilbo pushed to main at bilbo/r500 2025-10-24 00:58:33 +00:00
8c95d09658 rotate.vs.asm: change comment style
bilbo pushed to main at bilbo/r500 2025-10-24 00:58:10 +00:00
b671d30d3a us_disassemble: print non-register columns
bilbo pushed to main at bilbo/r500 2025-10-24 00:57:19 +00:00
7ac88f0ed3 cube_rotate.vs.asm: move all sin/cos values to temp[3]
bilbo pushed to main at bilbo/r500 2025-10-24 00:56:00 +00:00
8594bc4a38 assembler/vs: rewrite parser and validator