Series is:

Reviewed-by: Nicolai Hähnle <[email protected]>

On 23.11.2016 17:10, Eduardo Lima Mitev wrote:
This mini-series addresses a couple of issues I found while fixing CTS test
'GL45-CTS.direct_state_access.textures_image_query_errors' on i965/BDW, which
currently crashes the driver.

There is a little issue with the test itself, for which I submitted a fix too,
but these two patches should get everything ready on Mesa's side to pass
the test.

cheers,
Eduardo

Eduardo Lima Mitev (2):
  main/texobj: Check that texture id > 0 before looking it up in
    hash-table
  mesa/getteximage: Add validation of target to glGetTextureImage

 src/mesa/main/texgetimage.c | 5 +++++
 src/mesa/main/texobj.c      | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to