mesa/src
Kenneth Graunke 1559b2e2d7 ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.
If an object is allocated out of the NULL context, info->parent will be
NULL.  Using the PTR_FROM_HEADER macro would be incorrect: it would say
that ralloc_parent(ralloc_context(NULL)) == sizeof(ralloc_header).

Fixes the new "null_parent" unit test.

NOTE: This is a candidate for the 7.9, 7.10, 7.11, and 8.0 branches.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2012-05-30 21:49:40 -07:00
..
egl egl_dri2: Fix out of tree builds with the wayland backend enabled 2012-05-03 11:45:59 -04:00
gallium nv50: hook up forgotten short constant buffer upload method 2012-05-29 20:24:45 +02:00
gbm gbm: Add gbm_bo_write entry point 2012-05-03 10:57:32 -04:00
getopt
glsl ralloc: Fix ralloc_parent() of memory allocated out of the NULL context. 2012-05-30 21:49:40 -07:00
glu glu: fix two Clang warnings 2012-05-21 08:29:23 -06:00
glx mesa: Remove the generated glapi from source control, and just build it. 2012-05-29 11:51:57 -07:00
gtest gtest: Don't actually install a library. 2012-04-16 11:25:39 -07:00
mapi glapi: Enable silent rules for generation when used from automake. 2012-05-29 12:39:37 -07:00
mesa mesa: don't compile integer clear shaders for unsupported APIs 2012-05-30 15:20:34 +03:00
Makefile
SConscript scons: Fix SCons build infrastructure for FreeBSD. 2012-05-24 18:49:40 -07:00