Mesa (master): gallium: Keep only pipe_context::draw_vbo.

Chia-I Wu olv at kemper.freedesktop.org
Thu Jul 29 05:45:45 UTC 2010


Module: Mesa
Branch: master
Commit: a57f84251926045a3358822d0fd92ca95a4f0fde
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a57f84251926045a3358822d0fd92ca95a4f0fde

Author: Chia-I Wu <olv at lunarg.com>
Date:   Sat Jul 17 01:10:46 2010 +0800

gallium: Keep only pipe_context::draw_vbo.

That is, remove pipe_context::draw_arrays, pipe_context::draw_elements,
pipe_context::draw_arrays_instanced,
pipe_context::draw_elements_instanced,
pipe_context::draw_range_elements.

---

 src/gallium/drivers/cell/ppu/cell_draw_arrays.c   |   63 ---------
 src/gallium/drivers/failover/fo_context.c         |   44 ------
 src/gallium/drivers/galahad/glhd_context.c        |   68 ---------
 src/gallium/drivers/i915/i915_context.c           |   62 ---------
 src/gallium/drivers/i965/brw_draw.c               |   64 ---------
 src/gallium/drivers/identity/id_context.c         |   68 ---------
 src/gallium/drivers/llvmpipe/lp_draw_arrays.c     |  151 ---------------------
 src/gallium/drivers/nv50/nv50_context.c           |    4 -
 src/gallium/drivers/nv50/nv50_context.h           |   18 ---
 src/gallium/drivers/nv50/nv50_vbo.c               |   21 +---
 src/gallium/drivers/nvfx/nvfx_context.c           |    2 -
 src/gallium/drivers/nvfx/nvfx_context.h           |    7 -
 src/gallium/drivers/nvfx/nvfx_vbo.c               |    4 +-
 src/gallium/drivers/r300/r300_render.c            |   69 ----------
 src/gallium/drivers/r300/r300_render_stencilref.c |   55 +-------
 src/gallium/drivers/r600/r600_context.c           |    3 -
 src/gallium/drivers/r600/r600_context.h           |   11 --
 src/gallium/drivers/r600/r600_draw.c              |   50 -------
 src/gallium/drivers/rbug/rbug_context.c           |   86 ------------
 src/gallium/drivers/softpipe/sp_context.c         |    5 -
 src/gallium/drivers/softpipe/sp_draw_arrays.c     |  150 --------------------
 src/gallium/drivers/softpipe/sp_state.h           |   35 -----
 src/gallium/drivers/svga/svga_pipe_draw.c         |   25 ----
 src/gallium/drivers/trace/tr_context.c            |   88 ------------
 src/gallium/include/pipe/p_context.h              |   41 ------
 25 files changed, 6 insertions(+), 1188 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=a57f84251926045a3358822d0fd92ca95a4f0fde



More information about the mesa-commit mailing list