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

Author: Kenneth Graunke <[email protected]>
Date:   Sun Apr 21 12:56:09 2013 -0700

mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.

Generated automatically be the following shell command:
$ git grep 'BRIAN PAUL BE LIABLE' | sed 's/:.*$//g' | xargs -I '{}' \
  sed -i 's/BRIAN PAUL/THE AUTHORS/' {}

The intention here is to protect all authors, not just Brian Paul.  I
believe that was already the sensible interpretation, but spelling it
out is probably better.

More practically, it also prevents people from accidentally copy &
pasting the license into a new file which says Brian is not liable when
he isn't even one of the authors.

Reviewed-by: Brian Paul <[email protected]>

---

 docs/license.html                                 |    2 +-
 include/GL/gl.h                                   |    2 +-
 include/GL/glx.h                                  |    2 +-
 include/GL/glx_mangle.h                           |    2 +-
 include/GL/osmesa.h                               |    2 +-
 src/gallium/auxiliary/os/os_thread.h              |    2 +-
 src/gallium/auxiliary/rtasm/rtasm_execmem.c       |    2 +-
 src/gallium/auxiliary/rtasm/rtasm_execmem.h       |    2 +-
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c        |    2 +-
 src/gallium/auxiliary/rtasm/rtasm_x86sse.h        |    2 +-
 src/gallium/auxiliary/util/u_format_latc.c        |    2 +-
 src/gallium/auxiliary/util/u_format_rgtc.c        |    2 +-
 src/gallium/auxiliary/util/u_format_s3tc.c        |    2 +-
 src/gallium/auxiliary/util/u_simple_list.h        |    2 +-
 src/gallium/state_trackers/dri/drm/dri2.c         |    2 +-
 src/gallium/state_trackers/glx/xlib/glx_api.c     |    2 +-
 src/gallium/state_trackers/glx/xlib/glx_getproc.c |    2 +-
 src/gallium/state_trackers/glx/xlib/glx_usefont.c |    2 +-
 src/gallium/state_trackers/glx/xlib/xm_api.c      |    2 +-
 src/gallium/state_trackers/glx/xlib/xm_api.h      |    2 +-
 src/gallium/state_trackers/wgl/stw_ext_context.c  |    2 +-
 src/gallium/state_trackers/wgl/stw_st.c           |    2 +-
 src/gallium/state_trackers/wgl/stw_st.h           |    2 +-
 src/glsl/program.h                                |    2 +-
 src/glx/xfont.c                                   |    2 +-
 src/mapi/glapi/gen/mesadef.py                     |    2 +-
 src/mapi/glapi/glapi.h                            |    2 +-
 src/mapi/glapi/glapi_dispatch.c                   |    2 +-
 src/mapi/glapi/glapi_entrypoint.c                 |    2 +-
 src/mapi/glapi/glapi_getproc.c                    |    2 +-
 src/mapi/glapi/glapi_priv.h                       |    2 +-
 src/mapi/u_current.c                              |    2 +-
 src/mapi/u_execmem.c                              |    2 +-
 src/mapi/u_thread.h                               |    2 +-
 src/mesa/drivers/common/driverfuncs.c             |    2 +-
 src/mesa/drivers/common/driverfuncs.h             |    2 +-
 src/mesa/drivers/common/meta.c                    |    2 +-
 src/mesa/drivers/common/meta.h                    |    2 +-
 src/mesa/drivers/dri/common/drisw_util.c          |    2 +-
 src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h   |    2 +-
 src/mesa/drivers/dri/swrast/swrast.c              |    2 +-
 src/mesa/drivers/dri/swrast/swrast_priv.h         |    2 +-
 src/mesa/drivers/osmesa/osmesa.c                  |    2 +-
 src/mesa/drivers/x11/fakeglx.c                    |    2 +-
 src/mesa/drivers/x11/glxapi.c                     |    2 +-
 src/mesa/drivers/x11/glxapi.h                     |    2 +-
 src/mesa/drivers/x11/glxheader.h                  |    2 +-
 src/mesa/drivers/x11/realglx.c                    |    2 +-
 src/mesa/drivers/x11/realglx.h                    |    2 +-
 src/mesa/drivers/x11/xfonts.c                     |    2 +-
 src/mesa/drivers/x11/xfonts.h                     |    2 +-
 src/mesa/drivers/x11/xm_api.c                     |    2 +-
 src/mesa/drivers/x11/xm_buffer.c                  |    2 +-
 src/mesa/drivers/x11/xm_dd.c                      |    2 +-
 src/mesa/drivers/x11/xm_line.c                    |    2 +-
 src/mesa/drivers/x11/xm_tri.c                     |    2 +-
 src/mesa/drivers/x11/xmesa.h                      |    2 +-
 src/mesa/drivers/x11/xmesaP.h                     |    2 +-
 src/mesa/main/accum.c                             |    2 +-
 src/mesa/main/accum.h                             |    2 +-
 src/mesa/main/api_arrayelt.c                      |    2 +-
 src/mesa/main/api_arrayelt.h                      |    2 +-
 src/mesa/main/api_exec.h                          |    2 +-
 src/mesa/main/api_loopback.c                      |    2 +-
 src/mesa/main/api_loopback.h                      |    2 +-
 src/mesa/main/api_validate.c                      |    2 +-
 src/mesa/main/api_validate.h                      |    2 +-
 src/mesa/main/arbprogram.c                        |    2 +-
 src/mesa/main/arbprogram.h                        |    2 +-
 src/mesa/main/attrib.c                            |    2 +-
 src/mesa/main/attrib.h                            |    2 +-
 src/mesa/main/bitset.h                            |    2 +-
 src/mesa/main/blend.c                             |    2 +-
 src/mesa/main/blend.h                             |    2 +-
 src/mesa/main/bufferobj.c                         |    2 +-
 src/mesa/main/bufferobj.h                         |    2 +-
 src/mesa/main/buffers.c                           |    2 +-
 src/mesa/main/buffers.h                           |    2 +-
 src/mesa/main/clear.c                             |    2 +-
 src/mesa/main/clear.h                             |    2 +-
 src/mesa/main/clip.c                              |    2 +-
 src/mesa/main/clip.h                              |    2 +-
 src/mesa/main/colormac.h                          |    2 +-
 src/mesa/main/colortab.c                          |    2 +-
 src/mesa/main/colortab.h                          |    2 +-
 src/mesa/main/compiler.h                          |    2 +-
 src/mesa/main/config.h                            |    2 +-
 src/mesa/main/context.c                           |    2 +-
 src/mesa/main/context.h                           |    2 +-
 src/mesa/main/convolve.c                          |    2 +-
 src/mesa/main/convolve.h                          |    2 +-
 src/mesa/main/cpuinfo.c                           |    2 +-
 src/mesa/main/cpuinfo.h                           |    2 +-
 src/mesa/main/dd.h                                |    2 +-
 src/mesa/main/debug.c                             |    2 +-
 src/mesa/main/debug.h                             |    2 +-
 src/mesa/main/depth.c                             |    2 +-
 src/mesa/main/depth.h                             |    2 +-
 src/mesa/main/dlist.c                             |    2 +-
 src/mesa/main/dlist.h                             |    2 +-
 src/mesa/main/dlopen.h                            |    2 +-
 src/mesa/main/drawpix.c                           |    2 +-
 src/mesa/main/drawpix.h                           |    2 +-
 src/mesa/main/enable.c                            |    2 +-
 src/mesa/main/enable.h                            |    2 +-
 src/mesa/main/enums.h                             |    2 +-
 src/mesa/main/errors.c                            |    2 +-
 src/mesa/main/errors.h                            |    2 +-
 src/mesa/main/eval.c                              |    2 +-
 src/mesa/main/eval.h                              |    2 +-
 src/mesa/main/execmem.c                           |    2 +-
 src/mesa/main/extensions.c                        |    2 +-
 src/mesa/main/extensions.h                        |    2 +-
 src/mesa/main/fbobject.c                          |    2 +-
 src/mesa/main/fbobject.h                          |    2 +-
 src/mesa/main/feedback.c                          |    2 +-
 src/mesa/main/feedback.h                          |    2 +-
 src/mesa/main/fog.c                               |    2 +-
 src/mesa/main/fog.h                               |    2 +-
 src/mesa/main/formats.c                           |    2 +-
 src/mesa/main/formats.h                           |    2 +-
 src/mesa/main/framebuffer.c                       |    2 +-
 src/mesa/main/framebuffer.h                       |    2 +-
 src/mesa/main/get.c                               |    2 +-
 src/mesa/main/get.h                               |    2 +-
 src/mesa/main/getstring.c                         |    2 +-
 src/mesa/main/glheader.h                          |    2 +-
 src/mesa/main/hash.c                              |    2 +-
 src/mesa/main/hash.h                              |    2 +-
 src/mesa/main/hint.c                              |    2 +-
 src/mesa/main/hint.h                              |    2 +-
 src/mesa/main/histogram.c                         |    2 +-
 src/mesa/main/histogram.h                         |    2 +-
 src/mesa/main/image.c                             |    2 +-
 src/mesa/main/image.h                             |    2 +-
 src/mesa/main/imports.c                           |    2 +-
 src/mesa/main/imports.h                           |    2 +-
 src/mesa/main/light.c                             |    2 +-
 src/mesa/main/light.h                             |    2 +-
 src/mesa/main/lines.c                             |    2 +-
 src/mesa/main/lines.h                             |    2 +-
 src/mesa/main/macros.h                            |    2 +-
 src/mesa/main/matrix.c                            |    2 +-
 src/mesa/main/matrix.h                            |    2 +-
 src/mesa/main/mipmap.c                            |    2 +-
 src/mesa/main/mipmap.h                            |    2 +-
 src/mesa/main/mtypes.h                            |    2 +-
 src/mesa/main/multisample.c                       |    2 +-
 src/mesa/main/multisample.h                       |    2 +-
 src/mesa/main/pixel.c                             |    2 +-
 src/mesa/main/pixel.h                             |    2 +-
 src/mesa/main/pixelstore.c                        |    2 +-
 src/mesa/main/pixelstore.h                        |    2 +-
 src/mesa/main/points.c                            |    2 +-
 src/mesa/main/points.h                            |    2 +-
 src/mesa/main/polygon.c                           |    2 +-
 src/mesa/main/polygon.h                           |    2 +-
 src/mesa/main/queryobj.c                          |    2 +-
 src/mesa/main/queryobj.h                          |    2 +-
 src/mesa/main/rastpos.c                           |    2 +-
 src/mesa/main/rastpos.h                           |    2 +-
 src/mesa/main/readpix.c                           |    2 +-
 src/mesa/main/readpix.h                           |    2 +-
 src/mesa/main/renderbuffer.c                      |    2 +-
 src/mesa/main/renderbuffer.h                      |    2 +-
 src/mesa/main/samplerobj.c                        |    2 +-
 src/mesa/main/samplerobj.h                        |    2 +-
 src/mesa/main/scissor.c                           |    2 +-
 src/mesa/main/scissor.h                           |    2 +-
 src/mesa/main/shaderapi.c                         |    2 +-
 src/mesa/main/shaderobj.c                         |    2 +-
 src/mesa/main/shaderobj.h                         |    2 +-
 src/mesa/main/shared.c                            |    2 +-
 src/mesa/main/shared.h                            |    2 +-
 src/mesa/main/simple_list.h                       |    2 +-
 src/mesa/main/state.c                             |    2 +-
 src/mesa/main/state.h                             |    2 +-
 src/mesa/main/stencil.c                           |    2 +-
 src/mesa/main/stencil.h                           |    2 +-
 src/mesa/main/texcompress.c                       |    2 +-
 src/mesa/main/texcompress.h                       |    2 +-
 src/mesa/main/texcompress_cpal.h                  |    2 +-
 src/mesa/main/texcompress_fxt1.c                  |    2 +-
 src/mesa/main/texcompress_fxt1.h                  |    2 +-
 src/mesa/main/texcompress_s3tc.c                  |    2 +-
 src/mesa/main/texcompress_s3tc.h                  |    2 +-
 src/mesa/main/texenv.c                            |    2 +-
 src/mesa/main/texenv.h                            |    2 +-
 src/mesa/main/texenvprogram.h                     |    2 +-
 src/mesa/main/texformat.c                         |    2 +-
 src/mesa/main/texformat.h                         |    2 +-
 src/mesa/main/texgen.c                            |    2 +-
 src/mesa/main/texgen.h                            |    2 +-
 src/mesa/main/texgetimage.c                       |    2 +-
 src/mesa/main/texgetimage.h                       |    2 +-
 src/mesa/main/teximage.c                          |    2 +-
 src/mesa/main/teximage.h                          |    2 +-
 src/mesa/main/texobj.c                            |    2 +-
 src/mesa/main/texobj.h                            |    2 +-
 src/mesa/main/texparam.c                          |    2 +-
 src/mesa/main/texparam.h                          |    2 +-
 src/mesa/main/texstate.c                          |    2 +-
 src/mesa/main/texstate.h                          |    2 +-
 src/mesa/main/texstore.c                          |    2 +-
 src/mesa/main/texstore.h                          |    2 +-
 src/mesa/main/uniform_query.cpp                   |    2 +-
 src/mesa/main/uniforms.c                          |    2 +-
 src/mesa/main/varray.c                            |    2 +-
 src/mesa/main/varray.h                            |    2 +-
 src/mesa/main/version.h                           |    2 +-
 src/mesa/main/viewport.c                          |    2 +-
 src/mesa/main/viewport.h                          |    2 +-
 src/mesa/main/vtxfmt.c                            |    2 +-
 src/mesa/main/vtxfmt.h                            |    2 +-
 src/mesa/math/m_clip_tmp.h                        |    2 +-
 src/mesa/math/m_copy_tmp.h                        |    2 +-
 src/mesa/math/m_debug.h                           |    2 +-
 src/mesa/math/m_debug_clip.c                      |    2 +-
 src/mesa/math/m_debug_norm.c                      |    2 +-
 src/mesa/math/m_debug_util.h                      |    2 +-
 src/mesa/math/m_debug_xform.c                     |    2 +-
 src/mesa/math/m_dotprod_tmp.h                     |    2 +-
 src/mesa/math/m_eval.c                            |    2 +-
 src/mesa/math/m_eval.h                            |    2 +-
 src/mesa/math/m_matrix.c                          |    2 +-
 src/mesa/math/m_matrix.h                          |    2 +-
 src/mesa/math/m_norm_tmp.h                        |    2 +-
 src/mesa/math/m_trans_tmp.h                       |    2 +-
 src/mesa/math/m_translate.c                       |    2 +-
 src/mesa/math/m_translate.h                       |    2 +-
 src/mesa/math/m_vector.c                          |    2 +-
 src/mesa/math/m_vector.h                          |    2 +-
 src/mesa/math/m_xform.c                           |    2 +-
 src/mesa/math/m_xform.h                           |    2 +-
 src/mesa/math/m_xform_tmp.h                       |    2 +-
 src/mesa/program/arbprogparse.c                   |    2 +-
 src/mesa/program/arbprogparse.h                   |    2 +-
 src/mesa/program/prog_execute.c                   |    2 +-
 src/mesa/program/prog_execute.h                   |    2 +-
 src/mesa/program/prog_instruction.c               |    2 +-
 src/mesa/program/prog_instruction.h               |    2 +-
 src/mesa/program/prog_noise.c                     |    2 +-
 src/mesa/program/prog_noise.h                     |    2 +-
 src/mesa/program/prog_parameter.c                 |    2 +-
 src/mesa/program/prog_parameter.h                 |    2 +-
 src/mesa/program/prog_print.c                     |    2 +-
 src/mesa/program/prog_print.h                     |    2 +-
 src/mesa/program/prog_statevars.c                 |    2 +-
 src/mesa/program/prog_statevars.h                 |    2 +-
 src/mesa/program/program.c                        |    2 +-
 src/mesa/program/program.h                        |    2 +-
 src/mesa/program/programopt.c                     |    2 +-
 src/mesa/program/programopt.h                     |    2 +-
 src/mesa/sparc/sparc.c                            |    2 +-
 src/mesa/sparc/sparc.h                            |    2 +-
 src/mesa/swrast/s_aaline.c                        |    2 +-
 src/mesa/swrast/s_aaline.h                        |    2 +-
 src/mesa/swrast/s_aalinetemp.h                    |    2 +-
 src/mesa/swrast/s_aatriangle.c                    |    2 +-
 src/mesa/swrast/s_aatriangle.h                    |    2 +-
 src/mesa/swrast/s_aatritemp.h                     |    2 +-
 src/mesa/swrast/s_alpha.c                         |    2 +-
 src/mesa/swrast/s_alpha.h                         |    2 +-
 src/mesa/swrast/s_bitmap.c                        |    2 +-
 src/mesa/swrast/s_blend.c                         |    2 +-
 src/mesa/swrast/s_blend.h                         |    2 +-
 src/mesa/swrast/s_blit.c                          |    2 +-
 src/mesa/swrast/s_clear.c                         |    2 +-
 src/mesa/swrast/s_context.c                       |    2 +-
 src/mesa/swrast/s_context.h                       |    2 +-
 src/mesa/swrast/s_copypix.c                       |    2 +-
 src/mesa/swrast/s_depth.c                         |    2 +-
 src/mesa/swrast/s_depth.h                         |    2 +-
 src/mesa/swrast/s_drawpix.c                       |    2 +-
 src/mesa/swrast/s_feedback.c                      |    2 +-
 src/mesa/swrast/s_feedback.h                      |    2 +-
 src/mesa/swrast/s_fog.c                           |    2 +-
 src/mesa/swrast/s_fog.h                           |    2 +-
 src/mesa/swrast/s_fragprog.c                      |    2 +-
 src/mesa/swrast/s_fragprog.h                      |    2 +-
 src/mesa/swrast/s_lines.c                         |    2 +-
 src/mesa/swrast/s_lines.h                         |    2 +-
 src/mesa/swrast/s_linetemp.h                      |    2 +-
 src/mesa/swrast/s_logic.c                         |    2 +-
 src/mesa/swrast/s_logic.h                         |    2 +-
 src/mesa/swrast/s_masking.c                       |    2 +-
 src/mesa/swrast/s_masking.h                       |    2 +-
 src/mesa/swrast/s_points.c                        |    2 +-
 src/mesa/swrast/s_points.h                        |    2 +-
 src/mesa/swrast/s_renderbuffer.c                  |    2 +-
 src/mesa/swrast/s_renderbuffer.h                  |    2 +-
 src/mesa/swrast/s_span.c                          |    2 +-
 src/mesa/swrast/s_span.h                          |    2 +-
 src/mesa/swrast/s_stencil.c                       |    2 +-
 src/mesa/swrast/s_stencil.h                       |    2 +-
 src/mesa/swrast/s_texcombine.c                    |    2 +-
 src/mesa/swrast/s_texcombine.h                    |    2 +-
 src/mesa/swrast/s_texfetch.c                      |    2 +-
 src/mesa/swrast/s_texfetch.h                      |    2 +-
 src/mesa/swrast/s_texfetch_tmp.h                  |    2 +-
 src/mesa/swrast/s_texfilter.c                     |    2 +-
 src/mesa/swrast/s_texfilter.h                     |    2 +-
 src/mesa/swrast/s_triangle.c                      |    2 +-
 src/mesa/swrast/s_triangle.h                      |    2 +-
 src/mesa/swrast/s_tritemp.h                       |    2 +-
 src/mesa/swrast/s_zoom.c                          |    2 +-
 src/mesa/swrast/s_zoom.h                          |    2 +-
 src/mesa/swrast/swrast.h                          |    2 +-
 src/mesa/swrast_setup/ss_context.c                |    2 +-
 src/mesa/swrast_setup/ss_context.h                |    2 +-
 src/mesa/swrast_setup/ss_triangle.c               |    2 +-
 src/mesa/swrast_setup/ss_triangle.h               |    2 +-
 src/mesa/swrast_setup/ss_tritmp.h                 |    2 +-
 src/mesa/swrast_setup/ss_vb.h                     |    2 +-
 src/mesa/swrast_setup/swrast_setup.h              |    2 +-
 src/mesa/tnl/t_context.c                          |    2 +-
 src/mesa/tnl/t_context.h                          |    2 +-
 src/mesa/tnl/t_draw.c                             |    2 +-
 src/mesa/tnl/t_pipeline.c                         |    2 +-
 src/mesa/tnl/t_pipeline.h                         |    2 +-
 src/mesa/tnl/t_rasterpos.c                        |    2 +-
 src/mesa/tnl/t_vb_cliptmp.h                       |    2 +-
 src/mesa/tnl/t_vb_fog.c                           |    2 +-
 src/mesa/tnl/t_vb_light.c                         |    2 +-
 src/mesa/tnl/t_vb_lighttmp.h                      |    2 +-
 src/mesa/tnl/t_vb_normals.c                       |    2 +-
 src/mesa/tnl/t_vb_points.c                        |    2 +-
 src/mesa/tnl/t_vb_program.c                       |    2 +-
 src/mesa/tnl/t_vb_render.c                        |    2 +-
 src/mesa/tnl/t_vb_rendertmp.h                     |    2 +-
 src/mesa/tnl/t_vb_texgen.c                        |    2 +-
 src/mesa/tnl/t_vb_texmat.c                        |    2 +-
 src/mesa/tnl/t_vb_vertex.c                        |    2 +-
 src/mesa/tnl/tnl.h                                |    2 +-
 src/mesa/tnl_dd/t_dd_dmatmp.h                     |    2 +-
 src/mesa/tnl_dd/t_dd_dmatmp2.h                    |    2 +-
 src/mesa/tnl_dd/t_dd_tritmp.h                     |    2 +-
 src/mesa/tnl_dd/t_dd_unfilled.h                   |    2 +-
 src/mesa/tnl_dd/t_dd_vb.c                         |    2 +-
 src/mesa/tnl_dd/t_dd_vertex.h                     |    2 +-
 src/mesa/vbo/vbo.h                                |    2 +-
 src/mesa/vbo/vbo_context.c                        |    2 +-
 src/mesa/vbo/vbo_context.h                        |    2 +-
 src/mesa/vbo/vbo_exec.c                           |    2 +-
 src/mesa/vbo/vbo_exec_draw.c                      |    2 +-
 src/mesa/vbo/vbo_exec_eval.c                      |    2 +-
 src/mesa/vbo/vbo_rebase.c                         |    2 +-
 src/mesa/vbo/vbo_save.c                           |    2 +-
 src/mesa/vbo/vbo_save_draw.c                      |    2 +-
 src/mesa/vbo/vbo_split.c                          |    2 +-
 src/mesa/vbo/vbo_split.h                          |    2 +-
 src/mesa/vbo/vbo_split_copy.c                     |    2 +-
 src/mesa/vbo/vbo_split_inplace.c                  |    2 +-
 src/mesa/x86-64/x86-64.c                          |    2 +-
 src/mesa/x86-64/x86-64.h                          |    2 +-
 src/mesa/x86-64/xform4.S                          |    2 +-
 src/mesa/x86/3dnow.c                              |    2 +-
 src/mesa/x86/3dnow.h                              |    2 +-
 src/mesa/x86/3dnow_normal.S                       |    2 +-
 src/mesa/x86/3dnow_xform1.S                       |    2 +-
 src/mesa/x86/3dnow_xform2.S                       |    2 +-
 src/mesa/x86/3dnow_xform3.S                       |    2 +-
 src/mesa/x86/3dnow_xform4.S                       |    2 +-
 src/mesa/x86/clip_args.h                          |    2 +-
 src/mesa/x86/common_x86.c                         |    2 +-
 src/mesa/x86/common_x86_asm.S                     |    2 +-
 src/mesa/x86/common_x86_asm.h                     |    2 +-
 src/mesa/x86/common_x86_features.h                |    2 +-
 src/mesa/x86/gen_matypes.c                        |    2 +-
 src/mesa/x86/mmx.h                                |    2 +-
 src/mesa/x86/norm_args.h                          |    2 +-
 src/mesa/x86/sse.c                                |    2 +-
 src/mesa/x86/sse.h                                |    2 +-
 src/mesa/x86/sse_normal.S                         |    2 +-
 src/mesa/x86/sse_xform1.S                         |    2 +-
 src/mesa/x86/sse_xform2.S                         |    2 +-
 src/mesa/x86/sse_xform3.S                         |    2 +-
 src/mesa/x86/sse_xform4.S                         |    2 +-
 src/mesa/x86/x86_cliptest.S                       |    2 +-
 src/mesa/x86/x86_xform.c                          |    2 +-
 src/mesa/x86/x86_xform.h                          |    2 +-
 src/mesa/x86/x86_xform2.S                         |    2 +-
 src/mesa/x86/x86_xform3.S                         |    2 +-
 src/mesa/x86/x86_xform4.S                         |    2 +-
 src/mesa/x86/xform_args.h                         |    2 +-
 385 files changed, 385 insertions(+), 385 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=dd404bc94f78a1766527becee03f8ef6ae3a799b
_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to