On Tuesday, September 15, 2015 09:23:59 PM Brian Paul wrote:
> Move this code out of bufferobj.c since it's not strongly connected to
> buffer objects.
> ---
>  src/mapi/glapi/gen/gl_genexec.py |   1 +
>  src/mesa/Makefile.sources        |   2 +
>  src/mesa/main/bufferobj.c        | 378 -----------------------------------
>  src/mesa/main/bufferobj.h        |  10 -
>  src/mesa/main/objectpurge.c      | 416 
> +++++++++++++++++++++++++++++++++++++++
>  src/mesa/main/objectpurge.h      |  42 ++++
>  6 files changed, 461 insertions(+), 388 deletions(-)
>  create mode 100644 src/mesa/main/objectpurge.c
>  create mode 100644 src/mesa/main/objectpurge.h

Nice - a while back I split the i965 code for this out of
intel_buffer_objects.c into brw_object_purgeable.c.  It's nice to have
the core buffer object functionality separate.

Acked-by: Kenneth Graunke <kenn...@whitecape.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to