radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
It's past time, and it was going to get in the way of the renderbuffer mapping refactor. We dropped all the other DRI1 drivers for this release, and I can't imagine anybody supporting DRI1 radeon classic in a new release of Mesa. Diff produced by treating kernel_mm as true, deleting the DRI1 paths that produce kernel_mm false, and deleting code.
This commit is contained in:
@@ -62,8 +62,6 @@ void rcommonBeginBatch(radeonContextPtr rmesa,
|
||||
radeon_cs_write_dword(b_l_rmesa->cmdbuf.cs, __offset); \
|
||||
radeon_cs_write_reloc(b_l_rmesa->cmdbuf.cs, \
|
||||
bo, rd, wd, flags); \
|
||||
if (!b_l_rmesa->radeonScreen->kernel_mm) \
|
||||
b_l_rmesa->cmdbuf.cs->section_cdw += 2; \
|
||||
} while(0)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user