summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_defs.sv (follow)
AgeCommit message (Collapse)Author
2023-11-21rtl/gfx: implement SP issueAlejandro Soto
2023-11-21rtl/gfx: implement SP writebackAlejandro Soto
2023-11-21rtl/gfx: implement SP combinerAlejandro Soto
2023-11-21rtl/gfx: implement shufflerAlejandro Soto
2023-11-21rtl/gfx: implement SP decodeAlejandro Soto
2023-11-20rtl/gfx: implement shuffle, swizzleAlejandro Soto
2023-11-20rtl/gfx: implement program header command registersAlejandro Soto
2023-11-20rtl/gfx: implement host memory interfaceAlejandro Soto
2023-11-20rtl/gfx: implement memory ports for batch and fetchAlejandro Soto
2023-11-20rtl/gfx: implement SP batch input streamAlejandro Soto
2023-11-20rtl/gfx: implement SP fetchAlejandro Soto
2023-11-19rtl/gfx: add typedefs for cmdAlejandro Soto
2023-11-19rtl/gfx: fix mem_address units to bytes instead of wordsAlejandro Soto
2023-11-17rtl/gfx; rewrite scanoutAlejandro Soto
2023-11-16rtl/gfx: decrease raster batch size from 16x to 4xAlejandro Soto
2023-11-16rtl/gfx: improve divider timing closureAlejandro Soto
2023-11-14rtl/gfx: improve mem timing closureAlejandro Soto
2023-11-14rtl/gfx: implement memory interfaceAlejandro Soto
2023-11-14rtl/gfx: add typedefs for memory addressesAlejandro Soto
2023-11-14rtl/gfx: add z, w coordinates to verticesAlejandro Soto
2023-11-14rtl/gfx: pass barycentric coords from fine raster to fragment shadingAlejandro Soto
2023-11-14rtl/gfx: implement perspective-corrected barycentric coordinatesAlejandro Soto
2023-11-14rtl/gfx: implement fixed-point divisionAlejandro Soto
2023-11-14rtl/gfx: implement fragment shadingAlejandro Soto
2023-11-11rtl/gfx: implement fragment address linearizationAlejandro Soto
2023-11-10rtl/gfx: use packed arrays in module interfacesAlejandro Soto
2023-11-10rtl/gfx: implement fixed-point FMAAlejandro Soto
2023-11-10rtl/gfx: implement fine rasterizationAlejandro Soto
2023-11-10rtl/gfx: implement edge offset setupAlejandro Soto
2023-11-10rtl/gfx: implement perspective divisionAlejandro Soto
2023-11-02ip: add ip_fp_invAlejandro Soto
2023-10-29rtl/gfx: implement double-buffered scanoutAlejandro Soto
2023-10-26rtl/gfx: synchronize clock with SDRAMAlejandro Soto
2023-10-22rtl/gfx: reimplement multiplier as a much smaller mat-vec pipelineAlejandro Soto
2023-10-21ip: downgrade to 16-bit floatsAlejandro Soto
2023-10-21rtl/gfx: implement non-synthesizable matrix multiplierAlejandro Soto