commit | 8d6ef125ac6044438db5b89d6d310ccfc4b8140a | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Oct 17 13:35:42 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Oct 17 13:37:50 2008 -0600 |
tree | e302638a11c3f706558c50a2345e694487fce226 | |
parent | 055d986efefa310d6ffd1106e565ca2f5964159a [diff] |
gallium: fix mis-matched malloc/free vs. aligned malloc/free Use aligned malloc/free for teximage data everywhere to be consistant. The mismatch didn't make any difference when HAVE_POSIX_MEMALIGN was defined.