aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-01-02 18:22:38 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:08 -0700
commitf2d4bf111cb22c1366a066d7b9c0b4ee941a9e71 (patch)
tree87135aee4c31190b4e9bc4c10f77b5e4b25e75f6
parentd8e20e420a96489d8ac9111356b365c879c45a5a (diff)
downloadusermoji-f2d4bf111cb22c1366a066d7b9c0b4ee941a9e71.tar.xz
layers: Remove CmdBindAttachment() for tiler GPUs
-rw-r--r--layers/draw_state.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/layers/draw_state.c b/layers/draw_state.c
index 7ea10b24..2ba05bb1 100644
--- a/layers/draw_state.c
+++ b/layers/draw_state.c
@@ -1594,11 +1594,6 @@ XGL_LAYER_EXPORT XGL_VOID XGLAPI xglCmdBindIndexData(XGL_CMD_BUFFER cmdBuffer, X
nextTable.CmdBindIndexData(cmdBuffer, mem, offset, indexType);
}
-XGL_LAYER_EXPORT XGL_VOID XGLAPI xglCmdBindAttachments(XGL_CMD_BUFFER cmdBuffer, XGL_UINT colorAttachmentCount, const XGL_COLOR_ATTACHMENT_BIND_INFO* pColorAttachments, const XGL_DEPTH_STENCIL_BIND_INFO* pDepthStencilAttachment)
-{
- nextTable.CmdBindAttachments(cmdBuffer, colorAttachmentCount, pColorAttachments, pDepthStencilAttachment);
-}
-
XGL_LAYER_EXPORT XGL_VOID XGLAPI xglCmdPrepareMemoryRegions(XGL_CMD_BUFFER cmdBuffer, XGL_UINT transitionCount, const XGL_MEMORY_STATE_TRANSITION* pStateTransitions)
{
nextTable.CmdPrepareMemoryRegions(cmdBuffer, transitionCount, pStateTransitions);