[OPENGL32][MESA] Downgrade Mesa library to version 2.6
authorJérôme Gardou <jerome.gardou@reactos.org>
Mon, 10 Dec 2018 17:04:20 +0000 (18:04 +0100)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Sat, 19 Jan 2019 13:23:54 +0000 (14:23 +0100)
commit5f2bebf7a5b1a1602b553c43118d745e51c5609c
tree87e5f49ad745362cdd945daf654aebd81f1555ea
parent905bcf617f62428966280729c5cc64f9e9023009
[OPENGL32][MESA] Downgrade Mesa library to version 2.6

With this commit, we now use a forked version of MESA which only supports OpenGL 1.1, like the windows implementation does.
It exposes :
  - The same pixel formats
  - The same set of extensions
  - Nothing more
All of this without taking 10% of your build time.
If you need a more modern option, look at the MESA package from Rapps, which is (and must be) maintained outside of this code tree.
CORE-7499
448 files changed:
dll/opengl/mesa/CMakeLists.txt
dll/opengl/mesa/accum.c [new file with mode: 0644]
dll/opengl/mesa/accum.h [new file with mode: 0644]
dll/opengl/mesa/all.h [new file with mode: 0644]
dll/opengl/mesa/alpha.c [new file with mode: 0644]
dll/opengl/mesa/alpha.h [new file with mode: 0644]
dll/opengl/mesa/alphabuf.c [new file with mode: 0644]
dll/opengl/mesa/alphabuf.h [new file with mode: 0644]
dll/opengl/mesa/api.c [new file with mode: 0644]
dll/opengl/mesa/api.h [new file with mode: 0644]
dll/opengl/mesa/asm-386.S [new file with mode: 0644]
dll/opengl/mesa/asm-386.h [new file with mode: 0644]
dll/opengl/mesa/attrib.c [new file with mode: 0644]
dll/opengl/mesa/attrib.h [new file with mode: 0644]
dll/opengl/mesa/bitmap.c [new file with mode: 0644]
dll/opengl/mesa/bitmap.h [new file with mode: 0644]
dll/opengl/mesa/blend.c [new file with mode: 0644]
dll/opengl/mesa/blend.h [new file with mode: 0644]
dll/opengl/mesa/clip.c [new file with mode: 0644]
dll/opengl/mesa/clip.h [new file with mode: 0644]
dll/opengl/mesa/colortab.c [new file with mode: 0644]
dll/opengl/mesa/colortab.h [new file with mode: 0644]
dll/opengl/mesa/config.h [new file with mode: 0644]
dll/opengl/mesa/context.c [new file with mode: 0644]
dll/opengl/mesa/context.h [new file with mode: 0644]
dll/opengl/mesa/copypix.c [new file with mode: 0644]
dll/opengl/mesa/copypix.h [new file with mode: 0644]
dll/opengl/mesa/dd.h [new file with mode: 0644]
dll/opengl/mesa/depth.c [new file with mode: 0644]
dll/opengl/mesa/depth.h [new file with mode: 0644]
dll/opengl/mesa/dlist.c [new file with mode: 0644]
dll/opengl/mesa/dlist.h [new file with mode: 0644]
dll/opengl/mesa/drawpix.c [new file with mode: 0644]
dll/opengl/mesa/drawpix.h [new file with mode: 0644]
dll/opengl/mesa/drivers/common/CMakeLists.txt [deleted file]
dll/opengl/mesa/drivers/common/driverfuncs.c [deleted file]
dll/opengl/mesa/drivers/common/driverfuncs.h [deleted file]
dll/opengl/mesa/drivers/common/meta.c [deleted file]
dll/opengl/mesa/drivers/common/meta.h [deleted file]
dll/opengl/mesa/enable.c [new file with mode: 0644]
dll/opengl/mesa/enable.h [new file with mode: 0644]
dll/opengl/mesa/eval.c [new file with mode: 0644]
dll/opengl/mesa/eval.h [new file with mode: 0644]
dll/opengl/mesa/feedback.c [new file with mode: 0644]
dll/opengl/mesa/feedback.h [new file with mode: 0644]
dll/opengl/mesa/fixed.h [new file with mode: 0644]
dll/opengl/mesa/fog.c [new file with mode: 0644]
dll/opengl/mesa/fog.h [new file with mode: 0644]
dll/opengl/mesa/get.c [new file with mode: 0644]
dll/opengl/mesa/get.h [new file with mode: 0644]
dll/opengl/mesa/hash.c [new file with mode: 0644]
dll/opengl/mesa/hash.h [new file with mode: 0644]
dll/opengl/mesa/image.c [new file with mode: 0644]
dll/opengl/mesa/image.h [new file with mode: 0644]
dll/opengl/mesa/light.c [new file with mode: 0644]
dll/opengl/mesa/light.h [new file with mode: 0644]
dll/opengl/mesa/lines.c [new file with mode: 0644]
dll/opengl/mesa/lines.h [new file with mode: 0644]
dll/opengl/mesa/linetemp.h [new file with mode: 0644]
dll/opengl/mesa/logic.c [new file with mode: 0644]
dll/opengl/mesa/logic.h [new file with mode: 0644]
dll/opengl/mesa/macros.h [new file with mode: 0644]
dll/opengl/mesa/main/CMakeLists.txt [deleted file]
dll/opengl/mesa/main/accum.c [deleted file]
dll/opengl/mesa/main/accum.h [deleted file]
dll/opengl/mesa/main/api_arrayelt.c [deleted file]
dll/opengl/mesa/main/api_arrayelt.h [deleted file]
dll/opengl/mesa/main/api_exec.c [deleted file]
dll/opengl/mesa/main/api_exec.h [deleted file]
dll/opengl/mesa/main/api_loopback.c [deleted file]
dll/opengl/mesa/main/api_loopback.h [deleted file]
dll/opengl/mesa/main/api_validate.c [deleted file]
dll/opengl/mesa/main/api_validate.h [deleted file]
dll/opengl/mesa/main/attrib.c [deleted file]
dll/opengl/mesa/main/attrib.h [deleted file]
dll/opengl/mesa/main/bitset.h [deleted file]
dll/opengl/mesa/main/blend.c [deleted file]
dll/opengl/mesa/main/blend.h [deleted file]
dll/opengl/mesa/main/bufferobj.c [deleted file]
dll/opengl/mesa/main/bufferobj.h [deleted file]
dll/opengl/mesa/main/buffers.c [deleted file]
dll/opengl/mesa/main/buffers.h [deleted file]
dll/opengl/mesa/main/clear.c [deleted file]
dll/opengl/mesa/main/clear.h [deleted file]
dll/opengl/mesa/main/clip.c [deleted file]
dll/opengl/mesa/main/clip.h [deleted file]
dll/opengl/mesa/main/colormac.h [deleted file]
dll/opengl/mesa/main/compiler.h [deleted file]
dll/opengl/mesa/main/config.h [deleted file]
dll/opengl/mesa/main/context.c [deleted file]
dll/opengl/mesa/main/context.h [deleted file]
dll/opengl/mesa/main/core.h [deleted file]
dll/opengl/mesa/main/cpuinfo.c [deleted file]
dll/opengl/mesa/main/cpuinfo.h [deleted file]
dll/opengl/mesa/main/dd.h [deleted file]
dll/opengl/mesa/main/depth.c [deleted file]
dll/opengl/mesa/main/depth.h [deleted file]
dll/opengl/mesa/main/dispatch.h [deleted file]
dll/opengl/mesa/main/dlist.c [deleted file]
dll/opengl/mesa/main/dlist.h [deleted file]
dll/opengl/mesa/main/dlopen.c [deleted file]
dll/opengl/mesa/main/dlopen.h [deleted file]
dll/opengl/mesa/main/drawpix.c [deleted file]
dll/opengl/mesa/main/drawpix.h [deleted file]
dll/opengl/mesa/main/enable.c [deleted file]
dll/opengl/mesa/main/enable.h [deleted file]
dll/opengl/mesa/main/enums.c [deleted file]
dll/opengl/mesa/main/enums.h [deleted file]
dll/opengl/mesa/main/eval.c [deleted file]
dll/opengl/mesa/main/eval.h [deleted file]
dll/opengl/mesa/main/execmem.c [deleted file]
dll/opengl/mesa/main/extensions.c [deleted file]
dll/opengl/mesa/main/extensions.h [deleted file]
dll/opengl/mesa/main/feedback.c [deleted file]
dll/opengl/mesa/main/feedback.h [deleted file]
dll/opengl/mesa/main/fog.c [deleted file]
dll/opengl/mesa/main/fog.h [deleted file]
dll/opengl/mesa/main/format_pack.c [deleted file]
dll/opengl/mesa/main/format_pack.h [deleted file]
dll/opengl/mesa/main/format_unpack.c [deleted file]
dll/opengl/mesa/main/format_unpack.h [deleted file]
dll/opengl/mesa/main/formats.c [deleted file]
dll/opengl/mesa/main/formats.h [deleted file]
dll/opengl/mesa/main/framebuffer.c [deleted file]
dll/opengl/mesa/main/framebuffer.h [deleted file]
dll/opengl/mesa/main/get.c [deleted file]
dll/opengl/mesa/main/get.h [deleted file]
dll/opengl/mesa/main/getstring.c [deleted file]
dll/opengl/mesa/main/git_sha1.h [deleted file]
dll/opengl/mesa/main/glheader.h [deleted file]
dll/opengl/mesa/main/hash.c [deleted file]
dll/opengl/mesa/main/hash.h [deleted file]
dll/opengl/mesa/main/hint.c [deleted file]
dll/opengl/mesa/main/hint.h [deleted file]
dll/opengl/mesa/main/image.c [deleted file]
dll/opengl/mesa/main/image.h [deleted file]
dll/opengl/mesa/main/imports.c [deleted file]
dll/opengl/mesa/main/imports.h [deleted file]
dll/opengl/mesa/main/light.c [deleted file]
dll/opengl/mesa/main/light.h [deleted file]
dll/opengl/mesa/main/lines.c [deleted file]
dll/opengl/mesa/main/lines.h [deleted file]
dll/opengl/mesa/main/macros.h [deleted file]
dll/opengl/mesa/main/matrix.c [deleted file]
dll/opengl/mesa/main/matrix.h [deleted file]
dll/opengl/mesa/main/mfeatures.h [deleted file]
dll/opengl/mesa/main/mm.c [deleted file]
dll/opengl/mesa/main/mm.h [deleted file]
dll/opengl/mesa/main/mtypes.h [deleted file]
dll/opengl/mesa/main/multisample.c [deleted file]
dll/opengl/mesa/main/multisample.h [deleted file]
dll/opengl/mesa/main/pack.c [deleted file]
dll/opengl/mesa/main/pack.h [deleted file]
dll/opengl/mesa/main/pack_tmp.h [deleted file]
dll/opengl/mesa/main/pixel.c [deleted file]
dll/opengl/mesa/main/pixel.h [deleted file]
dll/opengl/mesa/main/pixelstore.c [deleted file]
dll/opengl/mesa/main/pixelstore.h [deleted file]
dll/opengl/mesa/main/pixeltransfer.c [deleted file]
dll/opengl/mesa/main/pixeltransfer.h [deleted file]
dll/opengl/mesa/main/points.c [deleted file]
dll/opengl/mesa/main/points.h [deleted file]
dll/opengl/mesa/main/polygon.c [deleted file]
dll/opengl/mesa/main/polygon.h [deleted file]
dll/opengl/mesa/main/precomp.h [deleted file]
dll/opengl/mesa/main/rastpos.c [deleted file]
dll/opengl/mesa/main/rastpos.h [deleted file]
dll/opengl/mesa/main/readpix.c [deleted file]
dll/opengl/mesa/main/readpix.h [deleted file]
dll/opengl/mesa/main/renderbuffer.c [deleted file]
dll/opengl/mesa/main/renderbuffer.h [deleted file]
dll/opengl/mesa/main/scissor.c [deleted file]
dll/opengl/mesa/main/scissor.h [deleted file]
dll/opengl/mesa/main/shared.c [deleted file]
dll/opengl/mesa/main/shared.h [deleted file]
dll/opengl/mesa/main/simple_list.h [deleted file]
dll/opengl/mesa/main/state.c [deleted file]
dll/opengl/mesa/main/state.h [deleted file]
dll/opengl/mesa/main/stencil.c [deleted file]
dll/opengl/mesa/main/stencil.h [deleted file]
dll/opengl/mesa/main/texenv.c [deleted file]
dll/opengl/mesa/main/texenv.h [deleted file]
dll/opengl/mesa/main/texformat.c [deleted file]
dll/opengl/mesa/main/texformat.h [deleted file]
dll/opengl/mesa/main/texgen.c [deleted file]
dll/opengl/mesa/main/texgen.h [deleted file]
dll/opengl/mesa/main/texgetimage.c [deleted file]
dll/opengl/mesa/main/texgetimage.h [deleted file]
dll/opengl/mesa/main/teximage.c [deleted file]
dll/opengl/mesa/main/teximage.h [deleted file]
dll/opengl/mesa/main/texobj.c [deleted file]
dll/opengl/mesa/main/texobj.h [deleted file]
dll/opengl/mesa/main/texpal.c [deleted file]
dll/opengl/mesa/main/texpal.h [deleted file]
dll/opengl/mesa/main/texparam.c [deleted file]
dll/opengl/mesa/main/texparam.h [deleted file]
dll/opengl/mesa/main/texstate.c [deleted file]
dll/opengl/mesa/main/texstate.h [deleted file]
dll/opengl/mesa/main/texstorage.c [deleted file]
dll/opengl/mesa/main/texstorage.h [deleted file]
dll/opengl/mesa/main/texstore.c [deleted file]
dll/opengl/mesa/main/texstore.h [deleted file]
dll/opengl/mesa/main/varray.c [deleted file]
dll/opengl/mesa/main/varray.h [deleted file]
dll/opengl/mesa/main/version.c [deleted file]
dll/opengl/mesa/main/version.h [deleted file]
dll/opengl/mesa/main/viewport.c [deleted file]
dll/opengl/mesa/main/viewport.h [deleted file]
dll/opengl/mesa/main/vsnprintf.c [deleted file]
dll/opengl/mesa/main/vtxfmt.c [deleted file]
dll/opengl/mesa/main/vtxfmt.h [deleted file]
dll/opengl/mesa/masking.c [new file with mode: 0644]
dll/opengl/mesa/masking.h [new file with mode: 0644]
dll/opengl/mesa/math/CMakeLists.txt [deleted file]
dll/opengl/mesa/math/m_clip_tmp.h [deleted file]
dll/opengl/mesa/math/m_copy_tmp.h [deleted file]
dll/opengl/mesa/math/m_debug.h [deleted file]
dll/opengl/mesa/math/m_debug_clip.c [deleted file]
dll/opengl/mesa/math/m_debug_norm.c [deleted file]
dll/opengl/mesa/math/m_debug_util.h [deleted file]
dll/opengl/mesa/math/m_debug_xform.c [deleted file]
dll/opengl/mesa/math/m_dotprod_tmp.h [deleted file]
dll/opengl/mesa/math/m_eval.c [deleted file]
dll/opengl/mesa/math/m_eval.h [deleted file]
dll/opengl/mesa/math/m_matrix.c [deleted file]
dll/opengl/mesa/math/m_matrix.h [deleted file]
dll/opengl/mesa/math/m_norm_tmp.h [deleted file]
dll/opengl/mesa/math/m_trans_tmp.h [deleted file]
dll/opengl/mesa/math/m_translate.c [deleted file]
dll/opengl/mesa/math/m_translate.h [deleted file]
dll/opengl/mesa/math/m_vector.c [deleted file]
dll/opengl/mesa/math/m_vector.h [deleted file]
dll/opengl/mesa/math/m_xform.c [deleted file]
dll/opengl/mesa/math/m_xform.h [deleted file]
dll/opengl/mesa/math/m_xform_tmp.h [deleted file]
dll/opengl/mesa/math/precomp.h [deleted file]
dll/opengl/mesa/matrix.c [new file with mode: 0644]
dll/opengl/mesa/matrix.h [new file with mode: 0644]
dll/opengl/mesa/misc.c [new file with mode: 0644]
dll/opengl/mesa/misc.h [new file with mode: 0644]
dll/opengl/mesa/mmath.c [new file with mode: 0644]
dll/opengl/mesa/mmath.h [new file with mode: 0644]
dll/opengl/mesa/pb.c [new file with mode: 0644]
dll/opengl/mesa/pb.h [new file with mode: 0644]
dll/opengl/mesa/pixel.c [new file with mode: 0644]
dll/opengl/mesa/pixel.h [new file with mode: 0644]
dll/opengl/mesa/pointers.c [new file with mode: 0644]
dll/opengl/mesa/pointers.h [new file with mode: 0644]
dll/opengl/mesa/points.c [new file with mode: 0644]
dll/opengl/mesa/points.h [new file with mode: 0644]
dll/opengl/mesa/polygon.c [new file with mode: 0644]
dll/opengl/mesa/polygon.h [new file with mode: 0644]
dll/opengl/mesa/quads.c [new file with mode: 0644]
dll/opengl/mesa/quads.h [new file with mode: 0644]
dll/opengl/mesa/rastpos.c [new file with mode: 0644]
dll/opengl/mesa/rastpos.h [new file with mode: 0644]
dll/opengl/mesa/readpix.c [new file with mode: 0644]
dll/opengl/mesa/readpix.h [new file with mode: 0644]
dll/opengl/mesa/rect.c [new file with mode: 0644]
dll/opengl/mesa/rect.h [new file with mode: 0644]
dll/opengl/mesa/scissor.c [new file with mode: 0644]
dll/opengl/mesa/scissor.h [new file with mode: 0644]
dll/opengl/mesa/shade.c [new file with mode: 0644]
dll/opengl/mesa/shade.h [new file with mode: 0644]
dll/opengl/mesa/span.c [new file with mode: 0644]
dll/opengl/mesa/span.h [new file with mode: 0644]
dll/opengl/mesa/stencil.c [new file with mode: 0644]
dll/opengl/mesa/stencil.h [new file with mode: 0644]
dll/opengl/mesa/swrast/CMakeLists.txt [deleted file]
dll/opengl/mesa/swrast/precomp.h [deleted file]
dll/opengl/mesa/swrast/s_aaline.c [deleted file]
dll/opengl/mesa/swrast/s_aaline.h [deleted file]
dll/opengl/mesa/swrast/s_aalinetemp.h [deleted file]
dll/opengl/mesa/swrast/s_aatriangle.c [deleted file]
dll/opengl/mesa/swrast/s_aatriangle.h [deleted file]
dll/opengl/mesa/swrast/s_aatritemp.h [deleted file]
dll/opengl/mesa/swrast/s_alpha.c [deleted file]
dll/opengl/mesa/swrast/s_alpha.h [deleted file]
dll/opengl/mesa/swrast/s_bitmap.c [deleted file]
dll/opengl/mesa/swrast/s_blend.c [deleted file]
dll/opengl/mesa/swrast/s_blend.h [deleted file]
dll/opengl/mesa/swrast/s_chan.h [deleted file]
dll/opengl/mesa/swrast/s_clear.c [deleted file]
dll/opengl/mesa/swrast/s_context.c [deleted file]
dll/opengl/mesa/swrast/s_context.h [deleted file]
dll/opengl/mesa/swrast/s_copypix.c [deleted file]
dll/opengl/mesa/swrast/s_depth.c [deleted file]
dll/opengl/mesa/swrast/s_depth.h [deleted file]
dll/opengl/mesa/swrast/s_drawpix.c [deleted file]
dll/opengl/mesa/swrast/s_feedback.c [deleted file]
dll/opengl/mesa/swrast/s_feedback.h [deleted file]
dll/opengl/mesa/swrast/s_fog.c [deleted file]
dll/opengl/mesa/swrast/s_fog.h [deleted file]
dll/opengl/mesa/swrast/s_lines.c [deleted file]
dll/opengl/mesa/swrast/s_lines.h [deleted file]
dll/opengl/mesa/swrast/s_linetemp.h [deleted file]
dll/opengl/mesa/swrast/s_logic.c [deleted file]
dll/opengl/mesa/swrast/s_logic.h [deleted file]
dll/opengl/mesa/swrast/s_masking.c [deleted file]
dll/opengl/mesa/swrast/s_masking.h [deleted file]
dll/opengl/mesa/swrast/s_points.c [deleted file]
dll/opengl/mesa/swrast/s_points.h [deleted file]
dll/opengl/mesa/swrast/s_renderbuffer.c [deleted file]
dll/opengl/mesa/swrast/s_renderbuffer.h [deleted file]
dll/opengl/mesa/swrast/s_span.c [deleted file]
dll/opengl/mesa/swrast/s_span.h [deleted file]
dll/opengl/mesa/swrast/s_stencil.c [deleted file]
dll/opengl/mesa/swrast/s_stencil.h [deleted file]
dll/opengl/mesa/swrast/s_texcombine.c [deleted file]
dll/opengl/mesa/swrast/s_texcombine.h [deleted file]
dll/opengl/mesa/swrast/s_texfetch.c [deleted file]
dll/opengl/mesa/swrast/s_texfetch.h [deleted file]
dll/opengl/mesa/swrast/s_texfetch_tmp.h [deleted file]
dll/opengl/mesa/swrast/s_texfilter.c [deleted file]
dll/opengl/mesa/swrast/s_texfilter.h [deleted file]
dll/opengl/mesa/swrast/s_texture.c [deleted file]
dll/opengl/mesa/swrast/s_triangle.c [deleted file]
dll/opengl/mesa/swrast/s_triangle.h [deleted file]
dll/opengl/mesa/swrast/s_tritemp.h [deleted file]
dll/opengl/mesa/swrast/s_zoom.c [deleted file]
dll/opengl/mesa/swrast/s_zoom.h [deleted file]
dll/opengl/mesa/swrast/swrast.h [deleted file]
dll/opengl/mesa/swrast_setup/CMakeLists.txt [deleted file]
dll/opengl/mesa/swrast_setup/ss_context.c [deleted file]
dll/opengl/mesa/swrast_setup/ss_context.h [deleted file]
dll/opengl/mesa/swrast_setup/ss_triangle.c [deleted file]
dll/opengl/mesa/swrast_setup/ss_triangle.h [deleted file]
dll/opengl/mesa/swrast_setup/ss_tritmp.h [deleted file]
dll/opengl/mesa/swrast_setup/ss_vb.h [deleted file]
dll/opengl/mesa/swrast_setup/swrast_setup.h [deleted file]
dll/opengl/mesa/teximage.c [new file with mode: 0644]
dll/opengl/mesa/teximage.h [new file with mode: 0644]
dll/opengl/mesa/texobj.c [new file with mode: 0644]
dll/opengl/mesa/texobj.h [new file with mode: 0644]
dll/opengl/mesa/texstate.c [new file with mode: 0644]
dll/opengl/mesa/texstate.h [new file with mode: 0644]
dll/opengl/mesa/texture.c [new file with mode: 0644]
dll/opengl/mesa/texture.h [new file with mode: 0644]
dll/opengl/mesa/tnl/CMakeLists.txt [deleted file]
dll/opengl/mesa/tnl/precomp.h [deleted file]
dll/opengl/mesa/tnl/t_context.c [deleted file]
dll/opengl/mesa/tnl/t_context.h [deleted file]
dll/opengl/mesa/tnl/t_draw.c [deleted file]
dll/opengl/mesa/tnl/t_pipeline.c [deleted file]
dll/opengl/mesa/tnl/t_pipeline.h [deleted file]
dll/opengl/mesa/tnl/t_rasterpos.c [deleted file]
dll/opengl/mesa/tnl/t_vb_cliptmp.h [deleted file]
dll/opengl/mesa/tnl/t_vb_fog.c [deleted file]
dll/opengl/mesa/tnl/t_vb_light.c [deleted file]
dll/opengl/mesa/tnl/t_vb_lighttmp.h [deleted file]
dll/opengl/mesa/tnl/t_vb_normals.c [deleted file]
dll/opengl/mesa/tnl/t_vb_points.c [deleted file]
dll/opengl/mesa/tnl/t_vb_render.c [deleted file]
dll/opengl/mesa/tnl/t_vb_rendertmp.h [deleted file]
dll/opengl/mesa/tnl/t_vb_texgen.c [deleted file]
dll/opengl/mesa/tnl/t_vb_texmat.c [deleted file]
dll/opengl/mesa/tnl/t_vb_vertex.c [deleted file]
dll/opengl/mesa/tnl/t_vertex.c [deleted file]
dll/opengl/mesa/tnl/t_vertex.h [deleted file]
dll/opengl/mesa/tnl/t_vertex_generic.c [deleted file]
dll/opengl/mesa/tnl/t_vertex_sse.c [deleted file]
dll/opengl/mesa/tnl/tnl.h [deleted file]
dll/opengl/mesa/triangle.c [new file with mode: 0644]
dll/opengl/mesa/triangle.h [new file with mode: 0644]
dll/opengl/mesa/tritemp.h [new file with mode: 0644]
dll/opengl/mesa/types.h [new file with mode: 0644]
dll/opengl/mesa/varray.c [new file with mode: 0644]
dll/opengl/mesa/varray.h [new file with mode: 0644]
dll/opengl/mesa/vb.c [new file with mode: 0644]
dll/opengl/mesa/vb.h [new file with mode: 0644]
dll/opengl/mesa/vbfill.c [new file with mode: 0644]
dll/opengl/mesa/vbfill.h [new file with mode: 0644]
dll/opengl/mesa/vbo/CMakeLists.txt [deleted file]
dll/opengl/mesa/vbo/precomp.h [deleted file]
dll/opengl/mesa/vbo/vbo.h [deleted file]
dll/opengl/mesa/vbo/vbo_attrib.h [deleted file]
dll/opengl/mesa/vbo/vbo_attrib_tmp.h [deleted file]
dll/opengl/mesa/vbo/vbo_context.c [deleted file]
dll/opengl/mesa/vbo/vbo_context.h [deleted file]
dll/opengl/mesa/vbo/vbo_exec.c [deleted file]
dll/opengl/mesa/vbo/vbo_exec.h [deleted file]
dll/opengl/mesa/vbo/vbo_exec_api.c [deleted file]
dll/opengl/mesa/vbo/vbo_exec_array.c [deleted file]
dll/opengl/mesa/vbo/vbo_exec_draw.c [deleted file]
dll/opengl/mesa/vbo/vbo_exec_eval.c [deleted file]
dll/opengl/mesa/vbo/vbo_noop.c [deleted file]
dll/opengl/mesa/vbo/vbo_noop.h [deleted file]
dll/opengl/mesa/vbo/vbo_rebase.c [deleted file]
dll/opengl/mesa/vbo/vbo_save.c [deleted file]
dll/opengl/mesa/vbo/vbo_save.h [deleted file]
dll/opengl/mesa/vbo/vbo_save_api.c [deleted file]
dll/opengl/mesa/vbo/vbo_save_draw.c [deleted file]
dll/opengl/mesa/vbo/vbo_save_loopback.c [deleted file]
dll/opengl/mesa/vbo/vbo_split.c [deleted file]
dll/opengl/mesa/vbo/vbo_split.h [deleted file]
dll/opengl/mesa/vbo/vbo_split_copy.c [deleted file]
dll/opengl/mesa/vbo/vbo_split_inplace.c [deleted file]
dll/opengl/mesa/vbrender.c [new file with mode: 0644]
dll/opengl/mesa/vbrender.h [new file with mode: 0644]
dll/opengl/mesa/vbxform.c [new file with mode: 0644]
dll/opengl/mesa/vbxform.h [new file with mode: 0644]
dll/opengl/mesa/x86-64/calling_convention.txt [deleted file]
dll/opengl/mesa/x86-64/x86-64.c [deleted file]
dll/opengl/mesa/x86-64/x86-64.h [deleted file]
dll/opengl/mesa/x86-64/xform4.S [deleted file]
dll/opengl/mesa/x86/3dnow.c [deleted file]
dll/opengl/mesa/x86/3dnow.h [deleted file]
dll/opengl/mesa/x86/3dnow_normal.S [deleted file]
dll/opengl/mesa/x86/3dnow_xform1.S [deleted file]
dll/opengl/mesa/x86/3dnow_xform2.S [deleted file]
dll/opengl/mesa/x86/3dnow_xform3.S [deleted file]
dll/opengl/mesa/x86/3dnow_xform4.S [deleted file]
dll/opengl/mesa/x86/CMakeLists.txt [deleted file]
dll/opengl/mesa/x86/assyntax.h [deleted file]
dll/opengl/mesa/x86/clip_args.h [deleted file]
dll/opengl/mesa/x86/common_x86.c [deleted file]
dll/opengl/mesa/x86/common_x86_asm.S [deleted file]
dll/opengl/mesa/x86/common_x86_asm.h [deleted file]
dll/opengl/mesa/x86/common_x86_features.h [deleted file]
dll/opengl/mesa/x86/gen_matypes.c [deleted file]
dll/opengl/mesa/x86/matypes.h [deleted file]
dll/opengl/mesa/x86/mmx.h [deleted file]
dll/opengl/mesa/x86/mmx_blend.S [deleted file]
dll/opengl/mesa/x86/mmx_blendtmp.h [deleted file]
dll/opengl/mesa/x86/norm_args.h [deleted file]
dll/opengl/mesa/x86/read_rgba_span_x86.S [deleted file]
dll/opengl/mesa/x86/read_rgba_span_x86.h [deleted file]
dll/opengl/mesa/x86/rtasm/x86sse.c [deleted file]
dll/opengl/mesa/x86/rtasm/x86sse.h [deleted file]
dll/opengl/mesa/x86/sse.c [deleted file]
dll/opengl/mesa/x86/sse.h [deleted file]
dll/opengl/mesa/x86/sse_normal.S [deleted file]
dll/opengl/mesa/x86/sse_xform1.S [deleted file]
dll/opengl/mesa/x86/sse_xform2.S [deleted file]
dll/opengl/mesa/x86/sse_xform3.S [deleted file]
dll/opengl/mesa/x86/sse_xform4.S [deleted file]
dll/opengl/mesa/x86/x86_cliptest.S [deleted file]
dll/opengl/mesa/x86/x86_xform.c [deleted file]
dll/opengl/mesa/x86/x86_xform.h [deleted file]
dll/opengl/mesa/x86/x86_xform2.S [deleted file]
dll/opengl/mesa/x86/x86_xform3.S [deleted file]
dll/opengl/mesa/x86/x86_xform4.S [deleted file]
dll/opengl/mesa/x86/xform_args.h [deleted file]
dll/opengl/mesa/xform.c [new file with mode: 0644]
dll/opengl/mesa/xform.h [new file with mode: 0644]
dll/opengl/opengl32/CMakeLists.txt
dll/opengl/opengl32/glfuncs.h
dll/opengl/opengl32/swimpl.c