mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
r300: fix misnumber register
This commit is contained in:
parent
59efbb412f
commit
bf4feb7393
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define R300_VAP_CLIP_X_0 0x2220
|
||||
#define R300_VAP_CLIP_X_1 0x2224
|
||||
#define R300_VAP_CLIP_Y_0 0x2228
|
||||
#define R300_VAP_CLIP_Y_1 0x2230
|
||||
#define R300_VAP_CLIP_Y_1 0x222c
|
||||
|
||||
/* gap */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue