summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-12 01:37:02 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-14 07:18:16 -0600
commitbf6b4e2e8ebb63f6b8466bc98650ce75f3bdc79f (patch)
treed3fbcb5b8582fce317fdae71e4b32c9398266a6a /gfx_hw.tcl
parent50440e25024b5d64b36396d2a5f5b8413d93eefc (diff)
rtl/gfx: implement fragment shading
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index 4f6f75f..e8bff16 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -68,8 +68,10 @@ add_fileset_file gfx_raster.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster.sv
add_fileset_file gfx_raster_fine.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster_fine.sv
add_fileset_file gfx_raster_coarse.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster_coarse.sv
add_fileset_file gfx_clear.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_clear.sv
+add_fileset_file gfx_lerp.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_lerp.sv
add_fileset_file gfx_frag.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag.sv
add_fileset_file gfx_frag_addr.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_addr.sv
+add_fileset_file gfx_frag_shade.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_shade.sv
add_fileset_file gfx_frag_funnel.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_funnel.sv