Author: jgardou
Date: Wed Oct 2 15:06:13 2013
New Revision: 60511
URL:
http://svn.reactos.org/svn/reactos?rev=60511&view=rev
Log:
[MESA]
- leaner build part 8 of X
- Get rid of the support for opengl ES and their extensions, the ARB_depth_clamp
extension and the program implementation of the fixed function pipeline.
CORE-7499
Removed:
trunk/reactos/dll/opengl/mesa/src/mesa/main/drawtex.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/drawtex.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/ff_fragment_shader.cpp
trunk/reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.h
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fragprog.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fragprog.h
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_program.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vp_build.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vp_build.h
Modified:
trunk/reactos/dll/opengl/mesa/generated/glsl/builtin_function.cpp
trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.c
trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_lexer.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/builtin_types.h
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.c
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.c
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.h
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/pp.c
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_lexer.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.h
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_types.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_types.h
trunk/reactos/dll/opengl/mesa/src/glsl/linker.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/main.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.cpp
trunk/reactos/dll/opengl/mesa/src/glsl/test_optpass.cpp
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.c
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.c
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_validate.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/arbprogram.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/attrib.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/bufferobj.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/buffers.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/context.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/context.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/dd.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/debug.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/dispatch.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/enable.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/extensions.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/fbobject.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/format_pack.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/format_unpack.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/formats.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/formats.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/get.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/getstring.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/image.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/mipmap.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/mtypes.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/pack.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/shared.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/state.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/state.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/texformat.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/teximage.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/teximage.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/texobj.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/texparam.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstate.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstore.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/uniform_query.cpp
trunk/reactos/dll/opengl/mesa/src/mesa/main/varray.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/varray.h
trunk/reactos/dll/opengl/mesa/src/mesa/main/version.c
trunk/reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.c
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_clip_tmp.h
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_clip.c
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform.h
trunk/reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.cpp
trunk/reactos/dll/opengl/mesa/src/mesa/program/program.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aalinetemp.h
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_context.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_context.h
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.h
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_lines.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_span.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch.c
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch_tmp.h
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_triangle.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_context.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_pipeline.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_pipeline.h
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_rasterpos.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_vertex.c
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/tnl.h
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_context.c
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_context.h
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_array.c
trunk/reactos/dll/opengl/mesa/src/mesa/x86/x86_xform.c
trunk/reactos/dll/opengl/opengl32/swimpl.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/opengl/mesa/generated/glsl/builtin_function.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Modified: trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Modified: trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_lexer.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/builtin_types.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/b…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/pp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_lexer.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_types.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_types.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/linker.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/main.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/m…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/s…
Modified: trunk/reactos/dll/opengl/mesa/src/glsl/test_optpass.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_validate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/arbprogram.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/attrib.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/bufferobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/buffers.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/dd.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/dispatch.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/main/drawtex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/main/drawtex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/enable.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/extensions.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/fbobject.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/main/ff_fragment_shader.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/format_pack.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/format_unpack.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/formats.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/formats.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/get.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/getstring.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/image.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/mipmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/mtypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/pack.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/shared.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/state.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/state.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/texformat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/teximage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/teximage.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/texobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/texparam.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/texstate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/texstore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/uniform_query.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/varray.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/varray.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/version.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_clip_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_clip.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/program/program.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aalinetemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fragprog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fragprog.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_lines.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_span.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_triangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_pipeline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_pipeline.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_rasterpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_program.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_vertex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vp_build.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Removed: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vp_build.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/tnl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_array.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/x86/x86_xform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/x…
Modified: trunk/reactos/dll/opengl/opengl32/swimpl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32/swimpl…