commit | a0595cb4506251509e032a2592d6bb684480de4b | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Wed Jul 25 16:03:44 2012 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Thu Aug 23 10:15:30 2012 -0700 |
tree | 6f248f0bbc1c7d91affa49eb74986bf51b1f90d6 | |
parent | 842efb9447bd4c8c29599f1baeee8a380d5276c2 [diff] |
mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapper Ditto for glGetTexParameter targets. v2: Add proper core-profile and GLES3 filtering. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>