commit | a48a6b8a400e6e92961cf7b7b4c287e8e9875f39 | [log] [tgz] |
---|---|---|
author | Adam Jackson <ajax@redhat.com> | Tue Nov 14 15:13:05 2017 -0500 |
committer | Adam Jackson <ajax@redhat.com> | Fri Dec 01 15:53:52 2017 -0500 |
tree | c5693e5f74022bc174d2e62b14f189cfb9f8ebe9 | |
parent | 75d5d22fb790d856809a9dd896ffc22a268d1d96 [diff] |
glx: Prepare driFetchDrawable for no-config contexts When we look up the DRI drawable state we need to associate an fbconfig with the drawable. With GLX_EXT_no_config_context we can no longer infer that from the context and must instead query the server. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>