Files
mesa/src
David Heidelberg 321012b95d osmesa: Fix OSMesaGetDepthBuffer() test without depth
Correct copy-paste typo of depth_cpp instead of depth and use nullptr
instead of NULL, as GTest suggest in documentation:

When comparing a pointer to NULL, use EXPECT_EQ(ptr, nullptr) instead of EXPECT_EQ(ptr, NULL).

Fixes: ef9362acb8 ("gallium/osmesa: Return cleanly for OSMesaGetDepthBuffer() with no depth.")
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31606>
2024-10-14 22:10:55 +00:00
..
2024-10-05 18:30:13 +00:00
2024-10-14 12:21:51 +00:00
2024-10-10 20:52:02 +00:00
2024-10-09 22:53:05 +00:00
2024-09-19 05:06:50 +00:00
2024-10-10 11:05:57 +00:00
2024-09-06 17:34:17 +00:00