mesa/src
Ilia Mirkin 620e29b748 freedreno: fix slice pitch calculations
For example if width were 65, the first slice would get 96 while the
second would get 32. However the hardware appears to expect the second
pitch to be 64, based on halving the 96 (and aligning up to 32).

This fixes texelFetch piglit tests on a3xx below a certain size. Going
higher they break again, but most likely due to unrelated reasons.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "10.4 10.5" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Rob Clark <robclark@freedesktop.org>
2015-03-13 16:05:16 -04:00
..
egl egl: Create queryable strings in eglInitialize(). 2015-03-13 10:42:38 -07:00
gallium freedreno: fix slice pitch calculations 2015-03-13 16:05:16 -04:00
gbm gbm: Define _DEFAULT_SOURCE to avoid warning 2015-01-16 21:54:54 -08:00
getopt
glsl glsl: Expose built-in packing functions under GLSL 4.2. 2015-03-13 10:42:38 -07:00
glx glx: remove support for non-multithreaded platforms 2015-03-11 23:28:26 +00:00
gtest gtest: Add headers to distribution. 2014-12-12 12:11:46 -08:00
hgl hgl: traverse add-on entries 2014-12-10 14:01:01 +00:00
loader scons: Use -Werror MSVC compatibility flags per-directory. 2015-03-04 15:12:06 +00:00
mapi mesa: move LONGSTRING into generated enums.c 2015-03-12 07:52:45 -06:00
mesa i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5 2015-03-13 12:57:32 -07:00
util Add macro for unused function attribute. 2015-03-09 17:28:39 -07:00
Makefile.am glsl: Build a libglsl_util library. 2015-01-23 14:28:44 -08:00
SConscript st/vega: Remove. 2015-03-04 11:01:45 +00:00