summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/Makefile.sources
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02dri: Remove unused dri texmem.cKristian Høgsberg1-2/+1
2011-11-02dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg1-2/+1
2011-11-02dri: Remove remaining DRI1 vblank codeKristian Høgsberg1-1/+0
2011-08-30make: Factor out source lists from drivers/dri/common into Makefile.sourcesChad Versace1-0/+19
In order that the Autoconf and Android build can share the same source lists, move the lists from src/mesa/drivers/dri/Makefile.defines into src/mesa/drivers/dri/common/Makefile.sources I would like for Android to just reuse Makefile.defines, but the file is unsuitable for reuse. Reviewed-by: Chia-I Wu <olv@lunarg.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off: Chad Versace <chad@chad-versace.us>