Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r600g: Unify SURFACE_SYNC packet emission for 3D and compute | Tom Stellard | 2012-06-21 | 1 | -2/+0 |
| | | | | | | Drop the compute specific evergreen_set_buffer_sync() function and instead use the r600_surface_sync_command atom for emitting SURFACE_SYNC packets. | ||||
* | r600g: compute support for evergreen | Adam Rak | 2012-06-01 | 1 | -0/+119 |
Tom Stellard: - Updated for gallium interface changes - Fixed a few bugs: + Set the loop counter + Calculate the correct number of pipes - Added hooks into the LLVM compiler |