main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Specification.
authorLaura Ekstrand <laura@jlekstrand.net>
Thu, 11 Dec 2014 00:30:46 +0000 (16:30 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Thu, 8 Jan 2015 19:37:28 +0000 (11:37 -0800)
commitf4dce7a6a69de30ab7aad7612f93302c69421fea
treee7d4fde67587a15ea1de4c6a9e2d9cbea958ead2
parent77aabd8be237b68921d2e7c69fd1a0be3d36de01
main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Specification.

Beginning in the OpenGL 4.3 core specification, some error handling has
changed (see OpenGL 4.5 core spec, 30.10.2014, Section 8.10 Texture
Parameters, pages 228-29). As an example, changing sampler states with a
multisample target throws INVALID_ENUM rather than INVALID_OPERATION.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/texparam.c