Editing PS3 GPU Driver
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 44: | Line 44: | ||
* ps3gpu_test is a user-space application for testing ps3gpu kernel driver. | * ps3gpu_test is a user-space application for testing ps3gpu kernel driver. | ||
* The application demonstrates how to allocate GART and VRAM memory, how to load, set and move cursor and how to flip. | * The application demonstrates how to allocate GART and VRAM memory, how to load, set and move cursor and how to flip. | ||
* It shows you how to use RSX DMA engine for memory copying (used e.g. in X11 driver all the time). | * It shows you how to use RSX DMA engine for memory copying (used e.g. in X11 driver all the time). | ||
* It shows how to load vertex and fragment programs, draw vertices and flip displlay buffers. | * It shows how to load vertex and fragment programs, draw vertices and flip displlay buffers. |