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 9: | Line 9: | ||
* Direct control of GPU FIFO from user-space. | * Direct control of GPU FIFO from user-space. | ||
* Support of hardware cursors. | * Support of hardware cursors. | ||
* Mapping of GART memory into GPU address space is done by the driver. That means user-space applications do not have to worry about it. | * Mapping of GART memory into GPU address space is done by the driver. That means user-space applications do not have to worry about it. | ||
* Access to GART and VRAM memory through mmap syscall. | * Access to GART and VRAM memory through mmap syscall. |