docs: remove stale notice about deleted dir

We're not going to move this directory like this comment suggests, as
the suggested target no longer exists. Let's just drop the mention.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14079>
This commit is contained in:
Erik Faye-Lund 2021-12-06 12:48:44 +01:00 committed by Marge Bot
parent d16263cdee
commit 5439e3c412
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ each directory.
(not used with Gallium)
- **program** - Vertex/fragment shader and GLSL compiler code
- **state_tracker** - Translator from Mesa to Gallium. This is
basically a Mesa device driver that speaks to Gallium. This
directory may be moved to src/mesa/drivers/gallium at some
point.
basically a Mesa device driver that speaks to Gallium.
- **vbo** - Vertex Buffer Object code. All drawing with
glBegin/glEnd, glDrawArrays, display lists, etc. goes through
this module. The results is a well-defined set of vertex arrays