OSDN Git Service

mesa: Don't use rtasm for Haiku swrast
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Sun, 6 Jan 2013 22:06:37 +0000 (16:06 -0600)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Mon, 7 Jan 2013 23:39:49 +0000 (17:39 -0600)
commitb9227b3e15d8e8d4e6e96efbad940a32c0853c19
treeda97a11b1f2ed7f0b9c8de117f1a2ae3b943bc16
parent4332f6fc185f968e7563e748b8c949021937c935
mesa: Don't use rtasm for Haiku swrast

* We have a symbol conflict as rtasm in
  Mesa collides with rtasm in gallium.
* As us linking gallium and mesa together
  is an edge case, lets just omit the rtasm
  code from Mesa as we should be going
  llvmpipe soon :)
src/mesa/SConscript