[Mesa-dev] [PATCH 0/6] remove API_DEFINES and IN_DRI_DRIVER

Andreas Boll andreas.boll.dev at gmail.com
Fri Apr 19 12:56:39 PDT 2013


You can find these patches on this branch:
http://cgit.freedesktop.org/~ab/mesa/log/?h=remove-api_defines

Although the first patch doesn't really belong to this series,
I've found it while working on it.

Andreas.

Andreas Boll (4):
  intel: remove executable bit from C file
  egl-static: use automake conditionals for defining
    FEATURE_{GL,ES1,ES2}
  intel: use automake conditionals for defining FEATURE_{ES1,ES2}
  build: remove unused API_DEFINES

Brian Paul (2):
  configure: remove FEATURE_GL/ES1/ES2
  configure: remove IN_DRI_DRIVER

 configure.ac                               |   31 ++++++----------------------
 src/gallium/targets/egl-static/Makefile.am |   12 ++++++++++-
 src/glsl/Makefile.am                       |    3 +--
 src/mesa/Makefile.am                       |    2 +-
 src/mesa/drivers/dri/common/Makefile.am    |    1 -
 src/mesa/drivers/dri/i915/Makefile.am      |   11 +++++++++-
 src/mesa/drivers/dri/i965/Makefile.am      |   11 +++++++++-
 src/mesa/drivers/dri/nouveau/Makefile.am   |    1 -
 src/mesa/drivers/dri/r200/Makefile.am      |    1 -
 src/mesa/drivers/dri/radeon/Makefile.am    |    1 -
 src/mesa/drivers/dri/swrast/Makefile.am    |    1 -
 src/mesa/drivers/osmesa/Makefile.am        |    3 +--
 src/mesa/drivers/x11/Makefile.am           |    1 -
 src/mesa/libdricore/Makefile.am            |    1 -
 src/mesa/main/tests/Makefile.am            |    2 +-
 src/mesa/main/tests/hash_table/Makefile.am |    2 +-
 src/mesa/program/Makefile.am               |    2 +-
 src/mesa/x86-64/Makefile.am                |    1 -
 src/mesa/x86/Makefile.am                   |    1 -
 19 files changed, 43 insertions(+), 45 deletions(-)
 mode change 100755 => 100644 src/mesa/drivers/dri/intel/intel_extensions.c

-- 
1.7.10.4



More information about the mesa-dev mailing list