Mesa (master): mesa: s/INLINE/inline/

Brian Paul brianp at kemper.freedesktop.org
Sat Oct 1 14:23:01 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Sep 30 21:03:42 2011 -0600

mesa: s/INLINE/inline/

INLINE is still seen in some files (some generated files, etc) but this
is a good start.

Acked-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/main/accum.h             |    4 +-
 src/mesa/main/api_arrayelt.h      |    8 ++--
 src/mesa/main/api_loopback.h      |    2 +-
 src/mesa/main/arrayobj.c          |    2 +-
 src/mesa/main/atifragshader.h     |    6 +-
 src/mesa/main/attrib.h            |    6 +-
 src/mesa/main/bitset.h            |    2 +-
 src/mesa/main/bufferobj.c         |    4 +-
 src/mesa/main/bufferobj.h         |    6 +-
 src/mesa/main/colortab.h          |    6 +-
 src/mesa/main/convolve.h          |    2 +-
 src/mesa/main/dlist.c             |    8 ++--
 src/mesa/main/dlist.h             |    6 +-
 src/mesa/main/drawpix.h           |    2 +-
 src/mesa/main/eval.h              |    4 +-
 src/mesa/main/fbobject.c          |    6 +-
 src/mesa/main/fbobject.h          |    4 +-
 src/mesa/main/feedback.c          |    2 +-
 src/mesa/main/feedback.h          |   10 ++--
 src/mesa/main/format_unpack.c     |    2 +-
 src/mesa/main/framebuffer.h       |    2 +-
 src/mesa/main/hash.c              |    2 +-
 src/mesa/main/histogram.h         |    2 +-
 src/mesa/main/image.c             |    4 +-
 src/mesa/main/imports.h           |   48 +++++++++---------
 src/mesa/main/mm.c                |    2 +-
 src/mesa/main/mtypes.h            |    4 +-
 src/mesa/main/pack.c              |   10 ++--
 src/mesa/main/pixel.h             |    4 +-
 src/mesa/main/queryobj.h          |    8 ++--
 src/mesa/main/rastpos.h           |    2 +-
 src/mesa/main/remap.h             |   10 ++--
 src/mesa/main/renderbuffer.h      |    2 +-
 src/mesa/main/samplerobj.c        |    2 +-
 src/mesa/main/samplerobj.h        |    2 +-
 src/mesa/main/shaderobj.h         |    4 +-
 src/mesa/main/state.h             |    2 +-
 src/mesa/main/syncobj.h           |   12 ++--
 src/mesa/main/texcompress_s3tc.c  |    2 +-
 src/mesa/main/texcompress_s3tc.h  |    2 +-
 src/mesa/main/texgen.h            |    4 +-
 src/mesa/main/texgetimage.c       |    2 +-
 src/mesa/main/teximage.c          |    2 +-
 src/mesa/main/teximage.h          |    4 +-
 src/mesa/main/texobj.h            |    2 +-
 src/mesa/main/texparam.c          |    4 +-
 src/mesa/main/texstate.h          |    2 +-
 src/mesa/main/transformfeedback.h |    8 ++--
 src/mesa/main/varray.h            |    2 +-
 src/mesa/main/vtxfmt.h            |    4 +-
 src/mesa/program/prog_execute.c   |   14 +++---
 src/mesa/program/prog_parameter.h |    2 +-
 src/mesa/program/program.h        |   18 +++---
 src/mesa/swrast/s_aaline.c        |   10 ++--
 src/mesa/swrast/s_aatriangle.c    |   14 +++---
 src/mesa/swrast/s_blit.c          |    2 +-
 src/mesa/swrast/s_context.h       |   12 ++--
 src/mesa/swrast/s_fragprog.c      |    2 +-
 src/mesa/swrast/s_logic.c         |    6 +-
 src/mesa/swrast/s_points.c        |    2 +-
 src/mesa/swrast/s_span.c          |   22 ++++----
 src/mesa/swrast/s_stencil.c       |    2 +-
 src/mesa/swrast/s_texcombine.c    |    2 +-
 src/mesa/swrast/s_texfetch.c      |    2 +-
 src/mesa/swrast/s_texfilter.c     |   52 ++++++++++----------
 src/mesa/swrast/s_triangle.c      |    8 ++--
 src/mesa/swrast/s_zoom.c          |    2 +-
 src/mesa/tnl/t_vb_program.c       |    2 +-
 src/mesa/tnl/t_vertex_generic.c   |   98 ++++++++++++++++++------------------
 src/mesa/vbo/vbo_attrib_tmp.h     |   12 ++--
 src/mesa/vbo/vbo_context.h        |    4 +-
 src/mesa/vbo/vbo_exec.h           |    4 +-
 src/mesa/vbo/vbo_save.h           |    4 +-
 73 files changed, 274 insertions(+), 274 deletions(-)

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



More information about the mesa-commit mailing list