servo / gleam

Generated OpenGL bindings and wrapper for Servo.
Other
83 stars 58 forks source link

Add read_pixels_into_buffer_with_stride #214

Closed jrmuizel closed 4 years ago

jrmuizel commented 4 years ago

Does the GL context always support PACK_ROW_LENGTH?

GLContext::HasPBOState() returns !IsGLES() || Version() >= 300 - is that always the case for gleam consumers?

It should be for gecko as a consumer. I'm not sure about others, or the best way to handle it...

jrmuizel commented 4 years ago

@bors-servo r=gw

bors-servo commented 4 years ago

:pushpin: Commit 03b7633 has been approved by gw

bors-servo commented 4 years ago

:hourglass: Testing commit 03b76335dde8be0585254f7bb79525e4117176e3 with merge de93afb7947fb69308aac2dc7b5d094c7092f100...

bors-servo commented 4 years ago

:sunny: Test successful - checks-travis Approved by: gw Pushing de93afb7947fb69308aac2dc7b5d094c7092f100 to master...