]> git.pld-linux.org Git - packages/libdrm.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jul 2006 12:30:41 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdrm-radeon_drm.patch -> 1.2

libdrm-radeon_drm.patch [deleted file]

diff --git a/libdrm-radeon_drm.patch b/libdrm-radeon_drm.patch
deleted file mode 100644 (file)
index f879ff7..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -aurN libdrm-2.0.1.orig/shared-core/radeon_drm.h libdrm-2.0.1/shared-core/radeon_drm.h
---- libdrm-2.0.1.orig/shared-core/radeon_drm.h 2006-03-06 21:08:50.000000000 +0100
-+++ libdrm-2.0.1/shared-core/radeon_drm.h      2006-05-24 20:36:24.000000000 +0200
-@@ -161,7 +161,8 @@
- #define R200_EMIT_PP_TXCTLALL_3                     91
- #define R200_EMIT_PP_TXCTLALL_4                     92
- #define R200_EMIT_PP_TXCTLALL_5                     93
--#define RADEON_MAX_STATE_PACKETS                    94
-+#define R200_EMIT_VAP_PVS_CNTL                      94
-+#define RADEON_MAX_STATE_PACKETS                    95
- /* Commands understood by cmd_buffer ioctl.  More can be added but
-  * obviously these can't be removed or changed:
-@@ -176,6 +177,7 @@
- #define RADEON_CMD_WAIT         8     /* emit hw wait commands -- note:
-                                        *  doesn't make the cpu wait, just
-                                        *  the graphics hardware */
-+#define RADEON_CMD_VECLINEAR  9       /* another r200 stopgap */
- typedef union {
-       int i;
-@@ -192,6 +194,9 @@
-               unsigned char cmd_type, offset, stride, count;
-       } vectors;
-       struct {
-+              unsigned char cmd_type, addr_lo, addr_hi, count;
-+      } veclinear;
-+      struct {
-               unsigned char cmd_type, buf_idx, pad0, pad1;
-       } dma;
-       struct {
This page took 0.177371 seconds and 4 git commands to generate.