diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-12 01:37:02 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:18:16 -0600 |
| commit | bf6b4e2e8ebb63f6b8466bc98650ce75f3bdc79f (patch) | |
| tree | d3fbcb5b8582fce317fdae71e4b32c9398266a6a /gfx_hw.tcl | |
| parent | 50440e25024b5d64b36396d2a5f5b8413d93eefc (diff) | |
rtl/gfx: implement fragment shading
Diffstat (limited to '')
| -rw-r--r-- | gfx_hw.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
