diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-09-11 05:55:53 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-11 05:55:53 -0400 |
commit | 9d17601c4e132eee9fe450191f6866fb9fb5a762 (patch) | |
tree | f4bdfbc95a28370ad0bf9f0d0f42a821f5a8ec9d /drivers/char/drm/radeon_drm.h | |
parent | 70dfcfea4b728ab26af1a3e0f331cc63a7e3554b (diff) |
drm: update radeon driver to 1.18
Add support for GL_ATI_fragment_shader, new packets R200_EMIT_PP_AFS_0/1,
R200_EMIT_PP_TXCTLALL_0-5 (replaces R200_EMIT_PP_TXFILTER_0-5, 2 more regs)
and R200_EMIT_ATF_TFACTOR (replaces R200_EMIT_TFACTOR_0 (8 consts instead of 6)
From: Roland Scheidegger, David Airlie
Signed-off-by: David Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/radeon_drm.h')
-rw-r--r-- | drivers/char/drm/radeon_drm.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/char/drm/radeon_drm.h b/drivers/char/drm/radeon_drm.h index 3792798270a4..67a8bf04970e 100644 --- a/drivers/char/drm/radeon_drm.h +++ b/drivers/char/drm/radeon_drm.h | |||
@@ -153,7 +153,16 @@ | |||
153 | #define RADEON_EMIT_PP_CUBIC_FACES_2 82 | 153 | #define RADEON_EMIT_PP_CUBIC_FACES_2 82 |
154 | #define RADEON_EMIT_PP_CUBIC_OFFSETS_T2 83 | 154 | #define RADEON_EMIT_PP_CUBIC_OFFSETS_T2 83 |
155 | #define R200_EMIT_PP_TRI_PERF_CNTL 84 | 155 | #define R200_EMIT_PP_TRI_PERF_CNTL 84 |
156 | #define RADEON_MAX_STATE_PACKETS 85 | 156 | #define R200_EMIT_PP_AFS_0 85 |
157 | #define R200_EMIT_PP_AFS_1 86 | ||
158 | #define R200_EMIT_ATF_TFACTOR 87 | ||
159 | #define R200_EMIT_PP_TXCTLALL_0 88 | ||
160 | #define R200_EMIT_PP_TXCTLALL_1 89 | ||
161 | #define R200_EMIT_PP_TXCTLALL_2 90 | ||
162 | #define R200_EMIT_PP_TXCTLALL_3 91 | ||
163 | #define R200_EMIT_PP_TXCTLALL_4 92 | ||
164 | #define R200_EMIT_PP_TXCTLALL_5 93 | ||
165 | #define RADEON_MAX_STATE_PACKETS 94 | ||
157 | 166 | ||
158 | /* Commands understood by cmd_buffer ioctl. More can be added but | 167 | /* Commands understood by cmd_buffer ioctl. More can be added but |
159 | * obviously these can't be removed or changed: | 168 | * obviously these can't be removed or changed: |