Re: How can I increase the maximum request length?
Bart Massey <[email protected]> Wed, 30 Jan 2019 13:40:54 -0800
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <CAA6gtpmUU5tVEJSDM59eyrLo+b=BRHG_8SKVb02zFu8FWxLV_A@mail.gmail.com> |
Doesn't need XCB API changes per se, I think, just to the image library. On Wed, Jan 30, 2019, 13:39 Keith Packard <[email protected]> wrote: > paul ewing <[email protected]> writes: > > > It's not just the xcb_image_put request that needs to be split up. > Separate > > images have to be created via multiple calls to xcb_image_create and a > call to > > xcb_image_put has to be made for each image. > > Yeah, some API changes to make it easy to put sub-images would be > useful. > > > I suppose that xcb_image_put could detect if the image is too large and > split > > the image up internally but then you have the problem Bart mentioned > where > > there are multiple cookies to track each request and it's unclear what to > > return. > > With xcb API changes to allow sub-image puts, creating a util function > to put the whole image and split it up would be pretty easy. > > -- > -keith > _______________________________________________ Xcb mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/xcb