Added setIndicesRange(offset, count) function to the Dali::Renderer which allows to render only a part of the index buffer.
Update patchset 3: changed variable name for better code readability
Update patchset 4: added two properties INDEXED_DRAW_FIRST_ELEMENT and INDEXED_DRAW_ELEMENTS_COUNT. the public api function setIndicesRange() wraps those properties now. Added simple test case to test setIndicesRange() function. added safeguard to make sure the indices won't go out of bounds.
Update patchset 5: first element and count are not public vars anymore in the scene-graph-renderer.h
Update patchset 6: compilation error
Change-Id: I3102128c0fed753663ae2135fe11fb3a55652984