Re: [Mesa-dev] [PATCH mesa 05/21] anv: Add EXT_direct_mode_display to anv driver

2018-06-11 Thread Keith Packard
Jason Ekstrand writes: > Alphabetize, please. :-) They're not actually in alphabetical order; EXT comes after KHR? I've ordered the EXT extensions within the existing EXT list, and added the MESA and GOOGLE extensions at the end. -- -keith signature.asc Description: PGP signature

Re: [Mesa-dev] [PATCH mesa 05/21] anv: Add EXT_direct_mode_display to anv driver

2018-04-09 Thread Jason Ekstrand
On Wed, Mar 7, 2018 at 11:25 PM, Keith Packard wrote: > Add support for the EXT_direct_mode_display extension. This just > provides the vkReleaseDisplayEXT function. > > Signed-off-by: Keith Packard > --- > src/intel/vulkan/anv_extensions.py | 1 + >

[Mesa-dev] [PATCH mesa 05/21] anv: Add EXT_direct_mode_display to anv driver

2018-03-07 Thread Keith Packard
Add support for the EXT_direct_mode_display extension. This just provides the vkReleaseDisplayEXT function. Signed-off-by: Keith Packard --- src/intel/vulkan/anv_extensions.py | 1 + src/intel/vulkan/anv_wsi_display.c | 11 +++ 2 files changed, 12 insertions(+) diff