Module: Mesa Branch: master Commit: 17b2825d760fb6a7b643e5f9c067d249a582cfdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17b2825d760fb6a7b643e5f9c067d249a582cfdb
Author: Jose Fonseca <[email protected]> Date: Tue Mar 3 14:52:15 2015 +0000 windows/gdi: Remove. This classic driver is so far behind Gallium softpipe/llvmpipe based one, that's hard to imagine ever being useful. v2: Drop drivers/windows from src/mesa/Makefile.am:EXTRA_DIST per Emil Velikov. Reviewed-by: Emil Velikov <[email protected]> v3: Update release notes. --- docs/README.WIN32 | 4 +- docs/install.html | 5 +- docs/relnotes/10.6.0.html | 4 +- include/GL/wmesa.h | 140 ------ src/mesa/Makefile.am | 1 - src/mesa/drivers/SConscript | 3 - src/mesa/drivers/windows/gdi/SConscript | 40 -- src/mesa/drivers/windows/gdi/colors.h | 29 -- src/mesa/drivers/windows/gdi/mesa.def | 385 --------------- src/mesa/drivers/windows/gdi/wgl.c | 689 --------------------------- src/mesa/drivers/windows/gdi/wmesa.c | 791 ------------------------------- src/mesa/drivers/windows/gdi/wmesadef.h | 43 -- 12 files changed, 7 insertions(+), 2127 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=17b2825d760fb6a7b643e5f9c067d249a582cfdb _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
