Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project4 Xiang Deng #16

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open

Conversation

dengxianga
Copy link

@dengxianga dengxianga commented Oct 29, 2016

https://github.com/dengxianga/Project4-CUDA-Rasterizer
Pennkey: dxiang

  • Overview
    In this project we use CUDA to implement the raterizerized graphics pipeline. Major features
    include vertex shading, primitive assembly, raterization and fragment shading. Here is a list of features:

Features:

  • Basic pipeline
    • Vertex assembly and vertex shader
    • Primitive assembly
    • Rasterization
    • Depth test
    • Race avoidance with atomic
    • Fragment shader (with lambert lighting)
    • Fragment-to-depth-buffer writing (with atomics for race avoidance).
    • A depth buffer for storing and depth testing fragments.
    • Interpolation near primitive points
    • Toon Shading
  • UV texture mapping with bilinear texture filtering and perspective correct texture coordinates
  • Support for rasterizing additional primitives: lines and points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant