mesa/src
Jason Ekstrand a01a1eb9e4 i965/draw: Stop relying on min_index == -1 for invalid index bounds
The vbo layer passes an index_bounds_valid flag that we should be using
instead.  This also fixes a bug when min_index == -1 and basevertex != 0
where we were actually comparing min_index + basevertex == -1 which was
false and we were getting the wrong buffer-sizing path.

Cc: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2016-05-23 19:12:34 -07:00
..
compiler glsl: fix explicit location validation for doubles 2016-05-24 11:30:51 +10:00
egl egl: Add OpenGL_ES to API string regardless of GLES version 2016-05-23 13:46:01 -07:00
gallium gallium: Add a pipe cap for whether primitive restart works for patches. 2016-05-23 16:44:11 -07:00
gbm gbm: remove define _DEFAULT_SOURCE 2016-05-23 12:09:11 +01:00
getopt
glx glxcmds: glXGetFBConfigs, fix screen bounds 2016-05-23 12:07:47 +01:00
gtest
hgl
intel anv/formats: Make alpha blending a property of render targets 2016-05-23 17:26:17 -07:00
loader loader: add a libdrm case for loader_get_device_name_for_fd 2016-04-21 14:41:41 +01:00
mapi mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED). 2016-05-23 16:44:22 -07:00
mesa i965/draw: Stop relying on min_index == -1 for invalid index bounds 2016-05-23 19:12:34 -07:00
util util: Add ATTRIBUTE_RETURNS_NONNULL. 2016-05-16 11:06:15 -07:00
Makefile.am automake: tweak SUBDIR reorder and comment it 2016-05-01 08:38:05 +01:00
SConscript glsl: move to compiler/ 2016-01-26 16:08:33 +00:00