diff options
author | Kenneth Graunke <[email protected]> | 2013-10-15 16:09:22 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-10-17 14:27:03 -0700 |
commit | 7601ba649f1d5541e8d77a10701616521b3cd37a (patch) | |
tree | 2f07577b1dd6ff5880180e64a37d621d13938510 /src/glsl/TODO | |
parent | 5f76bc37abe39bad8ad99a51864f8beda0f6d3d7 (diff) |
i965: Replace dri_bo_release with drm_intel_bo_unreference.
dri_bo_release is a helper function that calls drm_intel_bo_unreference
but then also sets the pointer to NULL. This is unnecessary, since
brw_destroy_context is called from intelDestroyContext, which also frees
brw completely.
If you're still trying to access them, you've got bigger problems.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glsl/TODO')
0 files changed, 0 insertions, 0 deletions