Mesa (master): mesa: Restore 78-column wrapping of license text in C-style comments.

Kenneth Graunke kwg at kemper.freedesktop.org
Wed Apr 24 05:13:42 UTC 2013


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sun Apr 21 13:46:48 2013 -0700

mesa: Restore 78-column wrapping of license text in C-style comments.

The previous commit introduced extra words, breaking the formatting.

This text transformation was done automatically via the following shell
command:
$ git grep 'THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY' | sed 's/:.*$//' | xargs -I {} sh -c 'vim -e -s {} < vimscript

where 'vimscript' is a file containing:
/THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY/;/\*\// !fmt -w 78 -p ' * '
:wq

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 include/GL/gl.h                                    |    7 ++++---
 include/GL/glx.h                                   |    7 ++++---
 include/GL/glx_mangle.h                            |    7 ++++---
 include/GL/osmesa.h                                |    7 ++++---
 src/gallium/auxiliary/os/os_thread.h               |    9 +++++----
 src/gallium/auxiliary/rtasm/rtasm_execmem.c        |    7 ++++---
 src/gallium/auxiliary/rtasm/rtasm_execmem.h        |    7 ++++---
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c         |    7 ++++---
 src/gallium/auxiliary/rtasm/rtasm_x86sse.h         |    7 ++++---
 src/gallium/auxiliary/util/u_format_latc.c         |    7 ++++---
 src/gallium/auxiliary/util/u_format_rgtc.c         |    7 ++++---
 src/gallium/auxiliary/util/u_format_s3tc.c         |    7 ++++---
 src/gallium/auxiliary/util/u_simple_list.h         |    7 ++++---
 src/gallium/drivers/nouveau/nouveau_fence.c        |    8 ++++----
 src/gallium/drivers/nouveau/nouveau_heap.c         |    8 ++++----
 src/gallium/drivers/nouveau/nouveau_heap.h         |    8 ++++----
 src/gallium/drivers/nouveau/nouveau_video.c        |    8 ++++----
 src/gallium/drivers/nv30/nv30_clear.c              |    8 ++++----
 src/gallium/drivers/nv30/nv30_context.c            |    8 ++++----
 src/gallium/drivers/nv30/nv30_draw.c               |    8 ++++----
 src/gallium/drivers/nv30/nv30_format.c             |    8 ++++----
 src/gallium/drivers/nv30/nv30_fragprog.c           |    8 ++++----
 src/gallium/drivers/nv30/nv30_fragtex.c            |    8 ++++----
 src/gallium/drivers/nv30/nv30_miptree.c            |    8 ++++----
 src/gallium/drivers/nv30/nv30_push.c               |    8 ++++----
 src/gallium/drivers/nv30/nv30_query.c              |    8 ++++----
 src/gallium/drivers/nv30/nv30_resource.c           |    8 ++++----
 src/gallium/drivers/nv30/nv30_screen.c             |    8 ++++----
 src/gallium/drivers/nv30/nv30_state.c              |    8 ++++----
 src/gallium/drivers/nv30/nv30_state_validate.c     |    8 ++++----
 src/gallium/drivers/nv30/nv30_texture.c            |    8 ++++----
 src/gallium/drivers/nv30/nv30_transfer.c           |    8 ++++----
 src/gallium/drivers/nv30/nv30_vbo.c                |    8 ++++----
 src/gallium/drivers/nv30/nv30_vertprog.c           |    8 ++++----
 src/gallium/drivers/nv30/nv40_verttex.c            |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir.cpp       |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir.h         |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_bb.cpp    |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_build_util.cpp    |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_build_util.h      |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_driver.h  |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_emit_nv50.cpp     |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_from_tgsi.cpp     |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_graph.cpp |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_graph.h   |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_lowering_nv50.cpp |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_peephole.cpp      |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp    |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp   |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_target.cpp        |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_target.h  |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_target_nv50.cpp   |    8 ++++----
 .../drivers/nv50/codegen/nv50_ir_target_nv50.h     |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_util.cpp  |    8 ++++----
 src/gallium/drivers/nv50/codegen/nv50_ir_util.h    |    8 ++++----
 src/gallium/drivers/nv50/nv50_context.c            |    8 ++++----
 src/gallium/drivers/nv50/nv50_draw.c               |    8 ++++----
 src/gallium/drivers/nv50/nv50_formats.c            |    8 ++++----
 src/gallium/drivers/nv50/nv50_miptree.c            |    8 ++++----
 src/gallium/drivers/nv50/nv50_program.c            |    8 ++++----
 src/gallium/drivers/nv50/nv50_program.h            |    8 ++++----
 src/gallium/drivers/nv50/nv50_query.c              |    8 ++++----
 src/gallium/drivers/nv50/nv50_screen.c             |    8 ++++----
 src/gallium/drivers/nv50/nv50_shader_state.c       |    8 ++++----
 src/gallium/drivers/nv50/nv50_state.c              |    8 ++++----
 src/gallium/drivers/nv50/nv50_surface.c            |    8 ++++----
 src/gallium/drivers/nv50/nv50_tex.c                |    8 ++++----
 src/gallium/drivers/nv50/nv50_vbo.c                |    8 ++++----
 .../drivers/nvc0/codegen/nv50_ir_emit_gk110.cpp    |    8 ++++----
 .../drivers/nvc0/codegen/nv50_ir_emit_nvc0.cpp     |    8 ++++----
 .../drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp |    8 ++++----
 .../drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp   |    8 ++++----
 .../drivers/nvc0/codegen/nv50_ir_target_nvc0.h     |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_context.c            |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_draw.c               |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_formats.c            |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_miptree.c            |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_program.c            |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_query.c              |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_screen.c             |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_shader_state.c       |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_state.c              |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_surface.c            |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_tex.c                |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_vbo.c                |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_video.c              |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_video.h              |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_video_bsp.c          |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_video_ppp.c          |    8 ++++----
 src/gallium/drivers/nvc0/nvc0_video_vp.c           |    8 ++++----
 src/gallium/drivers/nvc0/nve4_compute.c            |    8 ++++----
 src/gallium/state_trackers/dri/drm/dri2.c          |   12 ++++++------
 src/gallium/state_trackers/glx/xlib/glx_api.c      |    7 ++++---
 src/gallium/state_trackers/glx/xlib/glx_getproc.c  |    7 ++++---
 src/gallium/state_trackers/glx/xlib/glx_usefont.c  |    7 ++++---
 src/gallium/state_trackers/glx/xlib/xm_api.c       |    7 ++++---
 src/gallium/state_trackers/glx/xlib/xm_api.h       |    7 ++++---
 src/gallium/state_trackers/osmesa/osmesa.c         |    7 ++++---
 src/gallium/state_trackers/wgl/stw_ext_context.c   |    7 ++++---
 src/gallium/state_trackers/wgl/stw_st.c            |    7 ++++---
 src/gallium/state_trackers/wgl/stw_st.h            |    7 ++++---
 src/gallium/targets/osmesa/target.c                |    7 ++++---
 src/glsl/program.h                                 |    7 ++++---
 src/glx/xfont.c                                    |    7 ++++---
 src/mapi/glapi/glapi.h                             |    7 ++++---
 src/mapi/glapi/glapi_dispatch.c                    |    7 ++++---
 src/mapi/glapi/glapi_entrypoint.c                  |    7 ++++---
 src/mapi/glapi/glapi_getproc.c                     |    7 ++++---
 src/mapi/glapi/glapi_nop.c                         |    7 ++++---
 src/mapi/glapi/glapi_priv.h                        |    7 ++++---
 src/mapi/u_current.c                               |    7 ++++---
 src/mapi/u_execmem.c                               |    7 ++++---
 src/mapi/u_thread.h                                |    7 ++++---
 src/mesa/drivers/common/driverfuncs.c              |    7 ++++---
 src/mesa/drivers/common/driverfuncs.h              |    7 ++++---
 src/mesa/drivers/common/meta.c                     |    7 ++++---
 src/mesa/drivers/common/meta.h                     |    7 ++++---
 src/mesa/drivers/dri/common/drisw_util.c           |    7 ++++---
 src/mesa/drivers/dri/nouveau/nouveau_local.h       |    8 ++++----
 src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h    |    7 ++++---
 src/mesa/drivers/dri/swrast/swrast.c               |    7 ++++---
 src/mesa/drivers/dri/swrast/swrast_priv.h          |    7 ++++---
 src/mesa/drivers/osmesa/osmesa.c                   |    7 ++++---
 src/mesa/drivers/x11/fakeglx.c                     |    7 ++++---
 src/mesa/drivers/x11/glxapi.c                      |    7 ++++---
 src/mesa/drivers/x11/glxapi.h                      |    7 ++++---
 src/mesa/drivers/x11/glxheader.h                   |    7 ++++---
 src/mesa/drivers/x11/realglx.c                     |    7 ++++---
 src/mesa/drivers/x11/realglx.h                     |    7 ++++---
 src/mesa/drivers/x11/xfonts.c                      |    7 ++++---
 src/mesa/drivers/x11/xfonts.h                      |    7 ++++---
 src/mesa/drivers/x11/xm_api.c                      |    7 ++++---
 src/mesa/drivers/x11/xm_buffer.c                   |    7 ++++---
 src/mesa/drivers/x11/xm_dd.c                       |    7 ++++---
 src/mesa/drivers/x11/xm_line.c                     |    7 ++++---
 src/mesa/drivers/x11/xm_tri.c                      |    7 ++++---
 src/mesa/drivers/x11/xmesa.h                       |    7 ++++---
 src/mesa/drivers/x11/xmesaP.h                      |    7 ++++---
 src/mesa/main/accum.c                              |    7 ++++---
 src/mesa/main/accum.h                              |    7 ++++---
 src/mesa/main/api_arrayelt.c                       |    7 ++++---
 src/mesa/main/api_arrayelt.h                       |    7 ++++---
 src/mesa/main/api_exec.h                           |    7 ++++---
 src/mesa/main/api_loopback.c                       |    7 ++++---
 src/mesa/main/api_loopback.h                       |    7 ++++---
 src/mesa/main/api_validate.c                       |    7 ++++---
 src/mesa/main/api_validate.h                       |    7 ++++---
 src/mesa/main/arbprogram.c                         |    7 ++++---
 src/mesa/main/arbprogram.h                         |    7 ++++---
 src/mesa/main/arrayobj.c                           |    8 ++++----
 src/mesa/main/arrayobj.h                           |    8 ++++----
 src/mesa/main/attrib.c                             |    7 ++++---
 src/mesa/main/attrib.h                             |    7 ++++---
 src/mesa/main/bitset.h                             |    7 ++++---
 src/mesa/main/blend.c                              |    7 ++++---
 src/mesa/main/blend.h                              |    7 ++++---
 src/mesa/main/bufferobj.c                          |    7 ++++---
 src/mesa/main/bufferobj.h                          |    7 ++++---
 src/mesa/main/buffers.c                            |    7 ++++---
 src/mesa/main/buffers.h                            |    7 ++++---
 src/mesa/main/clear.c                              |    7 ++++---
 src/mesa/main/clear.h                              |    7 ++++---
 src/mesa/main/clip.c                               |    7 ++++---
 src/mesa/main/clip.h                               |    7 ++++---
 src/mesa/main/colormac.h                           |    7 ++++---
 src/mesa/main/colortab.c                           |    7 ++++---
 src/mesa/main/colortab.h                           |    7 ++++---
 src/mesa/main/compiler.h                           |    7 ++++---
 src/mesa/main/config.h                             |    7 ++++---
 src/mesa/main/context.c                            |    7 ++++---
 src/mesa/main/context.h                            |    7 ++++---
 src/mesa/main/convolve.c                           |    7 ++++---
 src/mesa/main/convolve.h                           |    7 ++++---
 src/mesa/main/cpuinfo.c                            |    7 ++++---
 src/mesa/main/cpuinfo.h                            |    7 ++++---
 src/mesa/main/dd.h                                 |    7 ++++---
 src/mesa/main/debug.c                              |    7 ++++---
 src/mesa/main/debug.h                              |    7 ++++---
 src/mesa/main/depth.c                              |    7 ++++---
 src/mesa/main/depth.h                              |    7 ++++---
 src/mesa/main/dlist.c                              |    7 ++++---
 src/mesa/main/dlist.h                              |    7 ++++---
 src/mesa/main/dlopen.h                             |    7 ++++---
 src/mesa/main/drawpix.c                            |    7 ++++---
 src/mesa/main/drawpix.h                            |    7 ++++---
 src/mesa/main/enable.c                             |    7 ++++---
 src/mesa/main/enable.h                             |    7 ++++---
 src/mesa/main/enums.h                              |    7 ++++---
 src/mesa/main/errors.c                             |    7 ++++---
 src/mesa/main/errors.h                             |    7 ++++---
 src/mesa/main/eval.c                               |    7 ++++---
 src/mesa/main/eval.h                               |    7 ++++---
 src/mesa/main/execmem.c                            |    7 ++++---
 src/mesa/main/extensions.c                         |    7 ++++---
 src/mesa/main/extensions.h                         |    7 ++++---
 src/mesa/main/fbobject.c                           |    7 ++++---
 src/mesa/main/fbobject.h                           |    7 ++++---
 src/mesa/main/feedback.c                           |    7 ++++---
 src/mesa/main/feedback.h                           |    7 ++++---
 src/mesa/main/fog.c                                |    7 ++++---
 src/mesa/main/fog.h                                |    7 ++++---
 src/mesa/main/format_pack.c                        |    7 ++++---
 src/mesa/main/format_pack.h                        |    7 ++++---
 src/mesa/main/format_unpack.c                      |    7 ++++---
 src/mesa/main/format_unpack.h                      |    7 ++++---
 src/mesa/main/formats.c                            |    7 ++++---
 src/mesa/main/formats.h                            |    7 ++++---
 src/mesa/main/framebuffer.c                        |    7 ++++---
 src/mesa/main/framebuffer.h                        |    7 ++++---
 src/mesa/main/get.c                                |    7 ++++---
 src/mesa/main/get.h                                |    7 ++++---
 src/mesa/main/getstring.c                          |    7 ++++---
 src/mesa/main/glformats.c                          |    7 ++++---
 src/mesa/main/glformats.h                          |    7 ++++---
 src/mesa/main/glheader.h                           |    7 ++++---
 src/mesa/main/hash.c                               |    7 ++++---
 src/mesa/main/hash.h                               |    7 ++++---
 src/mesa/main/hint.c                               |    7 ++++---
 src/mesa/main/hint.h                               |    7 ++++---
 src/mesa/main/histogram.c                          |    7 ++++---
 src/mesa/main/histogram.h                          |    7 ++++---
 src/mesa/main/image.c                              |    7 ++++---
 src/mesa/main/image.h                              |    7 ++++---
 src/mesa/main/imports.c                            |    7 ++++---
 src/mesa/main/imports.h                            |    7 ++++---
 src/mesa/main/light.c                              |    7 ++++---
 src/mesa/main/light.h                              |    7 ++++---
 src/mesa/main/lines.c                              |    7 ++++---
 src/mesa/main/lines.h                              |    7 ++++---
 src/mesa/main/macros.h                             |    7 ++++---
 src/mesa/main/matrix.c                             |    7 ++++---
 src/mesa/main/matrix.h                             |    7 ++++---
 src/mesa/main/mipmap.c                             |    7 ++++---
 src/mesa/main/mipmap.h                             |    7 ++++---
 src/mesa/main/mtypes.h                             |    7 ++++---
 src/mesa/main/multisample.c                        |    7 ++++---
 src/mesa/main/multisample.h                        |    7 ++++---
 src/mesa/main/pack.h                               |    7 ++++---
 src/mesa/main/pbo.c                                |    7 ++++---
 src/mesa/main/pbo.h                                |    7 ++++---
 src/mesa/main/pixel.c                              |    7 ++++---
 src/mesa/main/pixel.h                              |    7 ++++---
 src/mesa/main/pixelstore.c                         |    7 ++++---
 src/mesa/main/pixelstore.h                         |    7 ++++---
 src/mesa/main/pixeltransfer.c                      |    7 ++++---
 src/mesa/main/pixeltransfer.h                      |    7 ++++---
 src/mesa/main/points.c                             |    7 ++++---
 src/mesa/main/points.h                             |    7 ++++---
 src/mesa/main/polygon.c                            |    7 ++++---
 src/mesa/main/polygon.h                            |    7 ++++---
 src/mesa/main/queryobj.c                           |    7 ++++---
 src/mesa/main/queryobj.h                           |    7 ++++---
 src/mesa/main/rastpos.c                            |    7 ++++---
 src/mesa/main/rastpos.h                            |    7 ++++---
 src/mesa/main/readpix.c                            |    7 ++++---
 src/mesa/main/readpix.h                            |    7 ++++---
 src/mesa/main/renderbuffer.c                       |    7 ++++---
 src/mesa/main/renderbuffer.h                       |    7 ++++---
 src/mesa/main/samplerobj.c                         |    7 ++++---
 src/mesa/main/samplerobj.h                         |    7 ++++---
 src/mesa/main/scissor.c                            |    7 ++++---
 src/mesa/main/scissor.h                            |    7 ++++---
 src/mesa/main/shaderapi.c                          |    7 ++++---
 src/mesa/main/shaderapi.h                          |    7 ++++---
 src/mesa/main/shaderobj.c                          |    7 ++++---
 src/mesa/main/shaderobj.h                          |    7 ++++---
 src/mesa/main/shared.c                             |    7 ++++---
 src/mesa/main/shared.h                             |    7 ++++---
 src/mesa/main/simple_list.h                        |    7 ++++---
 src/mesa/main/state.c                              |    7 ++++---
 src/mesa/main/state.h                              |    7 ++++---
 src/mesa/main/stencil.c                            |    7 ++++---
 src/mesa/main/stencil.h                            |    7 ++++---
 src/mesa/main/texcompress.c                        |    7 ++++---
 src/mesa/main/texcompress.h                        |    7 ++++---
 src/mesa/main/texcompress_cpal.c                   |    7 ++++---
 src/mesa/main/texcompress_cpal.h                   |    7 ++++---
 src/mesa/main/texcompress_fxt1.c                   |    7 ++++---
 src/mesa/main/texcompress_fxt1.h                   |    7 ++++---
 src/mesa/main/texcompress_s3tc.c                   |    7 ++++---
 src/mesa/main/texcompress_s3tc.h                   |    7 ++++---
 src/mesa/main/texenv.c                             |    7 ++++---
 src/mesa/main/texenv.h                             |    7 ++++---
 src/mesa/main/texenvprogram.h                      |    7 ++++---
 src/mesa/main/texformat.c                          |    7 ++++---
 src/mesa/main/texformat.h                          |    7 ++++---
 src/mesa/main/texgen.c                             |    7 ++++---
 src/mesa/main/texgen.h                             |    7 ++++---
 src/mesa/main/texgetimage.c                        |    7 ++++---
 src/mesa/main/texgetimage.h                        |    7 ++++---
 src/mesa/main/teximage.c                           |    7 ++++---
 src/mesa/main/teximage.h                           |    7 ++++---
 src/mesa/main/texobj.c                             |    7 ++++---
 src/mesa/main/texobj.h                             |    7 ++++---
 src/mesa/main/texparam.c                           |    7 ++++---
 src/mesa/main/texparam.h                           |    7 ++++---
 src/mesa/main/texstate.c                           |    7 ++++---
 src/mesa/main/texstate.h                           |    7 ++++---
 src/mesa/main/texstorage.c                         |    7 ++++---
 src/mesa/main/texstorage.h                         |    7 ++++---
 src/mesa/main/texstore.c                           |    7 ++++---
 src/mesa/main/texstore.h                           |    7 ++++---
 src/mesa/main/transformfeedback.c                  |    7 ++++---
 src/mesa/main/transformfeedback.h                  |    7 ++++---
 src/mesa/main/uniform_query.cpp                    |    7 ++++---
 src/mesa/main/uniforms.c                           |    7 ++++---
 src/mesa/main/uniforms.h                           |    7 ++++---
 src/mesa/main/varray.c                             |    7 ++++---
 src/mesa/main/varray.h                             |    7 ++++---
 src/mesa/main/version.c                            |    7 ++++---
 src/mesa/main/version.h                            |    7 ++++---
 src/mesa/main/viewport.c                           |    7 ++++---
 src/mesa/main/viewport.h                           |    7 ++++---
 src/mesa/main/vtxfmt.c                             |   10 +++++-----
 src/mesa/main/vtxfmt.h                             |    7 ++++---
 src/mesa/math/m_clip_tmp.h                         |    7 ++++---
 src/mesa/math/m_copy_tmp.h                         |    7 ++++---
 src/mesa/math/m_debug.h                            |    7 ++++---
 src/mesa/math/m_debug_clip.c                       |    7 ++++---
 src/mesa/math/m_debug_norm.c                       |    7 ++++---
 src/mesa/math/m_debug_util.h                       |    7 ++++---
 src/mesa/math/m_debug_xform.c                      |    7 ++++---
 src/mesa/math/m_dotprod_tmp.h                      |    7 ++++---
 src/mesa/math/m_eval.c                             |    7 ++++---
 src/mesa/math/m_eval.h                             |    7 ++++---
 src/mesa/math/m_matrix.c                           |    7 ++++---
 src/mesa/math/m_matrix.h                           |    7 ++++---
 src/mesa/math/m_norm_tmp.h                         |    7 ++++---
 src/mesa/math/m_trans_tmp.h                        |    7 ++++---
 src/mesa/math/m_translate.c                        |    7 ++++---
 src/mesa/math/m_translate.h                        |    7 ++++---
 src/mesa/math/m_vector.c                           |    7 ++++---
 src/mesa/math/m_vector.h                           |    7 ++++---
 src/mesa/math/m_xform.c                            |    7 ++++---
 src/mesa/math/m_xform.h                            |    7 ++++---
 src/mesa/math/m_xform_tmp.h                        |    7 ++++---
 src/mesa/program/arbprogparse.c                    |    7 ++++---
 src/mesa/program/arbprogparse.h                    |    7 ++++---
 src/mesa/program/prog_execute.c                    |    7 ++++---
 src/mesa/program/prog_execute.h                    |    7 ++++---
 src/mesa/program/prog_instruction.c                |    7 ++++---
 src/mesa/program/prog_instruction.h                |    7 ++++---
 src/mesa/program/prog_noise.c                      |    7 ++++---
 src/mesa/program/prog_noise.h                      |    7 ++++---
 src/mesa/program/prog_parameter.c                  |    7 ++++---
 src/mesa/program/prog_parameter.h                  |    7 ++++---
 src/mesa/program/prog_print.c                      |    7 ++++---
 src/mesa/program/prog_print.h                      |    7 ++++---
 src/mesa/program/prog_statevars.c                  |    7 ++++---
 src/mesa/program/prog_statevars.h                  |    7 ++++---
 src/mesa/program/program.c                         |    7 ++++---
 src/mesa/program/program.h                         |    7 ++++---
 src/mesa/program/programopt.c                      |    7 ++++---
 src/mesa/program/programopt.h                      |    7 ++++---
 src/mesa/sparc/sparc.c                             |    7 ++++---
 src/mesa/sparc/sparc.h                             |    7 ++++---
 src/mesa/swrast/s_aaline.c                         |    7 ++++---
 src/mesa/swrast/s_aaline.h                         |    7 ++++---
 src/mesa/swrast/s_aalinetemp.h                     |    7 ++++---
 src/mesa/swrast/s_aatriangle.c                     |    7 ++++---
 src/mesa/swrast/s_aatriangle.h                     |    7 ++++---
 src/mesa/swrast/s_aatritemp.h                      |    7 ++++---
 src/mesa/swrast/s_alpha.c                          |    7 ++++---
 src/mesa/swrast/s_alpha.h                          |    7 ++++---
 src/mesa/swrast/s_bitmap.c                         |    7 ++++---
 src/mesa/swrast/s_blend.c                          |    7 ++++---
 src/mesa/swrast/s_blend.h                          |    7 ++++---
 src/mesa/swrast/s_blit.c                           |    7 ++++---
 src/mesa/swrast/s_chan.h                           |    7 ++++---
 src/mesa/swrast/s_clear.c                          |    7 ++++---
 src/mesa/swrast/s_context.c                        |   10 +++++-----
 src/mesa/swrast/s_context.h                        |    7 ++++---
 src/mesa/swrast/s_copypix.c                        |    7 ++++---
 src/mesa/swrast/s_depth.c                          |    7 ++++---
 src/mesa/swrast/s_depth.h                          |    7 ++++---
 src/mesa/swrast/s_drawpix.c                        |    7 ++++---
 src/mesa/swrast/s_feedback.c                       |    7 ++++---
 src/mesa/swrast/s_feedback.h                       |    7 ++++---
 src/mesa/swrast/s_fog.c                            |    7 ++++---
 src/mesa/swrast/s_fog.h                            |    7 ++++---
 src/mesa/swrast/s_fragprog.c                       |    7 ++++---
 src/mesa/swrast/s_fragprog.h                       |    7 ++++---
 src/mesa/swrast/s_lines.c                          |    7 ++++---
 src/mesa/swrast/s_lines.h                          |    7 ++++---
 src/mesa/swrast/s_linetemp.h                       |    7 ++++---
 src/mesa/swrast/s_logic.c                          |    7 ++++---
 src/mesa/swrast/s_logic.h                          |    7 ++++---
 src/mesa/swrast/s_masking.c                        |    7 ++++---
 src/mesa/swrast/s_masking.h                        |    7 ++++---
 src/mesa/swrast/s_points.c                         |    7 ++++---
 src/mesa/swrast/s_points.h                         |    7 ++++---
 src/mesa/swrast/s_renderbuffer.c                   |    7 ++++---
 src/mesa/swrast/s_renderbuffer.h                   |    7 ++++---
 src/mesa/swrast/s_span.c                           |    7 ++++---
 src/mesa/swrast/s_span.h                           |    7 ++++---
 src/mesa/swrast/s_stencil.c                        |    7 ++++---
 src/mesa/swrast/s_stencil.h                        |    7 ++++---
 src/mesa/swrast/s_texcombine.c                     |    7 ++++---
 src/mesa/swrast/s_texcombine.h                     |    7 ++++---
 src/mesa/swrast/s_texfetch.c                       |    7 ++++---
 src/mesa/swrast/s_texfetch.h                       |    7 ++++---
 src/mesa/swrast/s_texfetch_tmp.h                   |    7 ++++---
 src/mesa/swrast/s_texfilter.c                      |    7 ++++---
 src/mesa/swrast/s_texfilter.h                      |    7 ++++---
 src/mesa/swrast/s_texture.c                        |    7 ++++---
 src/mesa/swrast/s_triangle.c                       |    7 ++++---
 src/mesa/swrast/s_triangle.h                       |    7 ++++---
 src/mesa/swrast/s_tritemp.h                        |    7 ++++---
 src/mesa/swrast/s_zoom.c                           |    7 ++++---
 src/mesa/swrast/s_zoom.h                           |    7 ++++---
 src/mesa/swrast/swrast.h                           |    7 ++++---
 src/mesa/swrast_setup/ss_context.c                 |    7 ++++---
 src/mesa/swrast_setup/ss_context.h                 |    7 ++++---
 src/mesa/swrast_setup/ss_triangle.c                |    7 ++++---
 src/mesa/swrast_setup/ss_triangle.h                |    7 ++++---
 src/mesa/swrast_setup/ss_tritmp.h                  |    7 ++++---
 src/mesa/swrast_setup/ss_vb.h                      |    7 ++++---
 src/mesa/swrast_setup/swrast_setup.h               |    7 ++++---
 src/mesa/tnl/t_context.c                           |    7 ++++---
 src/mesa/tnl/t_context.h                           |    7 ++++---
 src/mesa/tnl/t_draw.c                              |    7 ++++---
 src/mesa/tnl/t_pipeline.c                          |    7 ++++---
 src/mesa/tnl/t_pipeline.h                          |    7 ++++---
 src/mesa/tnl/t_rasterpos.c                         |    7 ++++---
 src/mesa/tnl/t_vb_cliptmp.h                        |    7 ++++---
 src/mesa/tnl/t_vb_fog.c                            |    7 ++++---
 src/mesa/tnl/t_vb_light.c                          |    7 ++++---
 src/mesa/tnl/t_vb_lighttmp.h                       |   10 +++++-----
 src/mesa/tnl/t_vb_normals.c                        |    7 ++++---
 src/mesa/tnl/t_vb_points.c                         |    7 ++++---
 src/mesa/tnl/t_vb_program.c                        |    7 ++++---
 src/mesa/tnl/t_vb_render.c                         |    7 ++++---
 src/mesa/tnl/t_vb_rendertmp.h                      |    7 ++++---
 src/mesa/tnl/t_vb_texgen.c                         |   10 +++++-----
 src/mesa/tnl/t_vb_texmat.c                         |    7 ++++---
 src/mesa/tnl/t_vb_vertex.c                         |    7 ++++---
 src/mesa/tnl/tnl.h                                 |    7 ++++---
 src/mesa/tnl_dd/t_dd_dmatmp.h                      |    7 ++++---
 src/mesa/tnl_dd/t_dd_dmatmp2.h                     |    7 ++++---
 src/mesa/tnl_dd/t_dd_tritmp.h                      |    7 ++++---
 src/mesa/tnl_dd/t_dd_unfilled.h                    |    7 ++++---
 src/mesa/tnl_dd/t_dd_vb.c                          |    7 ++++---
 src/mesa/tnl_dd/t_dd_vertex.h                      |    7 ++++---
 src/mesa/vbo/vbo.h                                 |    7 ++++---
 src/mesa/vbo/vbo_context.c                         |    7 ++++---
 src/mesa/vbo/vbo_context.h                         |    7 ++++---
 src/mesa/vbo/vbo_exec.c                            |    7 ++++---
 src/mesa/vbo/vbo_exec_draw.c                       |    7 ++++---
 src/mesa/vbo/vbo_exec_eval.c                       |    7 ++++---
 src/mesa/vbo/vbo_noop.c                            |    7 ++++---
 src/mesa/vbo/vbo_noop.h                            |    7 ++++---
 src/mesa/vbo/vbo_rebase.c                          |    7 ++++---
 src/mesa/vbo/vbo_save.c                            |    7 ++++---
 src/mesa/vbo/vbo_save_draw.c                       |    7 ++++---
 src/mesa/vbo/vbo_split.c                           |    7 ++++---
 src/mesa/vbo/vbo_split.h                           |    7 ++++---
 src/mesa/vbo/vbo_split_copy.c                      |    7 ++++---
 src/mesa/vbo/vbo_split_inplace.c                   |    7 ++++---
 src/mesa/x86-64/x86-64.c                           |    7 ++++---
 src/mesa/x86-64/x86-64.h                           |    7 ++++---
 src/mesa/x86-64/xform4.S                           |    7 ++++---
 src/mesa/x86/3dnow.c                               |    7 ++++---
 src/mesa/x86/3dnow.h                               |    7 ++++---
 src/mesa/x86/3dnow_normal.S                        |    7 ++++---
 src/mesa/x86/3dnow_xform1.S                        |    7 ++++---
 src/mesa/x86/3dnow_xform2.S                        |    7 ++++---
 src/mesa/x86/3dnow_xform3.S                        |    7 ++++---
 src/mesa/x86/3dnow_xform4.S                        |    7 ++++---
 src/mesa/x86/clip_args.h                           |    7 ++++---
 src/mesa/x86/common_x86.c                          |    7 ++++---
 src/mesa/x86/common_x86_asm.S                      |    7 ++++---
 src/mesa/x86/common_x86_asm.h                      |    7 ++++---
 src/mesa/x86/common_x86_features.h                 |    7 ++++---
 src/mesa/x86/gen_matypes.c                         |    7 ++++---
 src/mesa/x86/mmx.h                                 |    7 ++++---
 src/mesa/x86/norm_args.h                           |    7 ++++---
 src/mesa/x86/sse.c                                 |    7 ++++---
 src/mesa/x86/sse.h                                 |    7 ++++---
 src/mesa/x86/sse_normal.S                          |    7 ++++---
 src/mesa/x86/sse_xform1.S                          |    7 ++++---
 src/mesa/x86/sse_xform2.S                          |    7 ++++---
 src/mesa/x86/sse_xform3.S                          |    7 ++++---
 src/mesa/x86/sse_xform4.S                          |    7 ++++---
 src/mesa/x86/x86_cliptest.S                        |    7 ++++---
 src/mesa/x86/x86_xform.c                           |    7 ++++---
 src/mesa/x86/x86_xform.h                           |    7 ++++---
 src/mesa/x86/x86_xform2.S                          |    7 ++++---
 src/mesa/x86/x86_xform3.S                          |    7 ++++---
 src/mesa/x86/x86_xform4.S                          |    7 ++++---
 src/mesa/x86/xform_args.h                          |    7 ++++---
 492 files changed, 1975 insertions(+), 1571 deletions(-)

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



More information about the mesa-commit mailing list