mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 22:28:04 +02:00
fix driver date and drm minor version for r300 support
This commit is contained in:
parent
ab59dd285c
commit
096e0349ea
1 changed files with 3 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define DRIVER_NAME "radeon"
|
||||
#define DRIVER_DESC "ATI Radeon"
|
||||
#define DRIVER_DATE "20050311"
|
||||
#define DRIVER_DATE "20050720"
|
||||
|
||||
/* Interface history:
|
||||
*
|
||||
|
|
@ -82,10 +82,11 @@
|
|||
* - Add support for r100 cube maps
|
||||
* 1.16- Add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear
|
||||
* texture filtering on r200
|
||||
* 1.17- Add initial support for R300 (3D).
|
||||
*/
|
||||
|
||||
#define DRIVER_MAJOR 1
|
||||
#define DRIVER_MINOR 16
|
||||
#define DRIVER_MINOR 17
|
||||
#define DRIVER_PATCHLEVEL 0
|
||||
|
||||
enum radeon_family {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue