diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-12-04 15:48:04 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-06 16:26:54 -0800 |
commit | 2851c9f5c6c6847151d011d68ec00897ac9d9634 (patch) | |
tree | 9496325edaccbb6c54853c00e4552f57e2a6a1fe | |
parent | f7180349fde6947e229ecde17215c2984e6e883b (diff) |
Bump i915 minor for ARB_OC ioctl
-rw-r--r-- | shared-core/i915_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index 85804ce7..57cdf388 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -48,9 +48,10 @@ * 1.5: Add vblank pipe configuration * 1.6: - New ioctl for scheduling buffer swaps on vertical blank * - Support vertical blank on secondary display pipe + * 1.8: New ioctl for ARB_Occlusion_Query */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 7 +#define DRIVER_MINOR 8 #define DRIVER_PATCHLEVEL 0 #if defined(__linux__) |