https://bugs.freedesktop.org/show_bug.cgi?id=88523

José Fonseca <jfons...@vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfons...@vmware.com

--- Comment #4 from José Fonseca <jfons...@vmware.com> ---
I think that for src/util either we:

- name headers as prefix_foo.h and include them as

  include "prefix_foo.h"

- or we always include the directory name

  include "util/foo.h"

Naming headers as foo.h and including as "foo.h" is bound to cause conflicts.


I also think that util might not be a good prefix for this.  I'd suggest we
rename src/util to for exmaple src/cgr -- for "common graphics runtime".

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to