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 47: | Line 47: | ||
* 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. | ||
* http://gitorious.ps3dev.net/ps3freebsd/ps3gpu_test | * http://gitorious.ps3dev.net/ps3freebsd/ps3gpu_test | ||