radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
This drops all the old drmSupports* checks since KMS does them all, and it also drop R300_CLASS and R600_CLASS. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -100,10 +100,6 @@ void rcommonBeginBatch(radeonContextPtr rmesa,
|
||||
#define OUT_BATCH_REGSEQ(reg, count) \
|
||||
OUT_BATCH(cmdpacket0(b_l_rmesa->radeonScreen, (reg), (count)))
|
||||
|
||||
/** Write a 32 bit float to the ring; requires 1 dword. */
|
||||
#define OUT_BATCH_FLOAT32(f) \
|
||||
OUT_BATCH(radeonPackFloat32((f)))
|
||||
|
||||
/* +r6/r7 : code here moved */
|
||||
|
||||
/* Fire the buffered vertices no matter what.
|
||||
|
Reference in New Issue
Block a user