mesa/src
Michel Dänzer 4dca602521 radeonsi: Fix off-by-one for maximum vertex element index in some cases
In cases where the vertex element size is smaller than the vertex buffer
stride, the previous calculation could end up 1 too low. This would result
in the GPU using index 0 instead of the maximum index for those elements,
which would be visible as intermittent distorted triangles.

NOTE: This is a candidate for the 9.1 branch.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2013-03-12 18:25:54 +01:00
..
egl egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland 2013-02-26 12:49:49 -05:00
gallium radeonsi: Fix off-by-one for maximum vertex element index in some cases 2013-03-12 18:25:54 +01:00
gbm gbm: Remember to init format on gbm_dri_bo_create. 2013-02-07 20:00:52 -05:00
getopt
glsl mesa: Report ARB_debug_output for both shader errors and warnings. 2013-03-05 14:25:00 -08:00
glx glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined 2013-02-27 13:36:19 -05:00
gtest gtest: Build it only for 'make check'. 2013-01-13 12:38:44 +01:00
mapi glapi/gen: Remove duplicate PYTHON_FLAGS 2013-03-09 16:24:51 -08:00
mesa mesa: Use correct functions for enum conversion. 2013-03-11 23:44:10 -07:00
Makefile.am automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00