mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 20:40:12 +01:00
Bump the version to 2.4.50
This commit is contained in:
parent
c3d96897de
commit
4c5de721c4
2 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
AC_PREREQ([2.63])
|
||||
AC_INIT([libdrm],
|
||||
[2.4.49],
|
||||
[2.4.50],
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
|
||||
[libdrm])
|
||||
|
||||
|
|
|
|||
|
|
@ -807,6 +807,7 @@ struct drm_radeon_gem_create {
|
|||
#define RADEON_TILING_MACRO 0x1
|
||||
#define RADEON_TILING_MICRO 0x2
|
||||
#define RADEON_TILING_SWAP_16BIT 0x4
|
||||
#define RADEON_TILING_R600_NO_SCANOUT RADEON_TILING_SWAP_16BIT
|
||||
#define RADEON_TILING_SWAP_32BIT 0x8
|
||||
/* this object requires a surface when mapped - i.e. front buffer */
|
||||
#define RADEON_TILING_SURFACE 0x10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue