summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx.sv (follow)
AgeCommit message (Collapse)Author
2024-05-05rtl/legacy_gfx: rename gfx -> legacy_gfxAlejandro Soto
2023-11-22rtl/gfx: add command registers for dual fb addressesAlejandro Soto
2023-11-22rtl/gfx: implement primitive assemblyAlejandro Soto
2023-11-22rtl/gfx: implement floating-point fix stageAlejandro Soto
2023-11-22rtl/gfx: implement perspective correctionAlejandro Soto
2023-11-21rtl/gfx: implement SP issueAlejandro Soto
2023-11-21rtl/gfx: implement SP streamAlejandro Soto
2023-11-20rtl/gfx: implement host memory interfaceAlejandro 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-14rtl/gfx: implement memory interfaceAlejandro Soto
2023-11-14rtl/gfx: add typedefs for memory addressesAlejandro Soto
2023-11-14rtl/gfx: implement ROP renderAlejandro Soto
2023-11-14rtl/gfx: implement w-coordinate in funnelAlejandro Soto
2023-11-14rtl/gfx: move funnel out of fragAlejandro 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-11rtl/gfx: implement fragment address linearizationAlejandro Soto
2023-11-10rtl/gfx: implement fragment mask clearAlejandro Soto
2023-10-29rtl/gfx: implement scanout command interfaceAlejandro Soto
2023-10-29rtl/gfx: implement double-buffered scanoutAlejandro Soto
2023-10-28rtl/gfx: add debug registersAlejandro Soto
2023-10-27rtl/gfx: fix linear combinerAlejandro Soto
2023-10-25platform: add mem master to gfxAlejandro 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