Author: jgardou Date: Wed Jun 18 15:58:59 2014 New Revision: 63613 URL: http://svn.reactos.org/svn/reactos?rev=63613&view=rev Log: [OPENGL32/MESA] - Get rid of EXT_secondary_color, ARB_imaging and a few others support CORE-7499
Removed:
trunk/reactos/dll/opengl/mesa/main/colortab.c
trunk/reactos/dll/opengl/mesa/main/colortab.h
trunk/reactos/dll/opengl/mesa/main/convolve.c
trunk/reactos/dll/opengl/mesa/main/convolve.h
Modified:
trunk/reactos/dll/opengl/mesa/drivers/common/driverfuncs.c
trunk/reactos/dll/opengl/mesa/drivers/common/meta.c
trunk/reactos/dll/opengl/mesa/main/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/main/api_arrayelt.c
trunk/reactos/dll/opengl/mesa/main/api_exec.c
trunk/reactos/dll/opengl/mesa/main/api_loopback.c
trunk/reactos/dll/opengl/mesa/main/api_validate.c
trunk/reactos/dll/opengl/mesa/main/api_validate.h
trunk/reactos/dll/opengl/mesa/main/attrib.c
trunk/reactos/dll/opengl/mesa/main/blend.c
trunk/reactos/dll/opengl/mesa/main/blend.h
trunk/reactos/dll/opengl/mesa/main/bufferobj.c
trunk/reactos/dll/opengl/mesa/main/config.h
trunk/reactos/dll/opengl/mesa/main/context.c
trunk/reactos/dll/opengl/mesa/main/dd.h
trunk/reactos/dll/opengl/mesa/main/dispatch.h
trunk/reactos/dll/opengl/mesa/main/dlist.c
trunk/reactos/dll/opengl/mesa/main/enable.c
trunk/reactos/dll/opengl/mesa/main/fog.c
trunk/reactos/dll/opengl/mesa/main/get.c
trunk/reactos/dll/opengl/mesa/main/get.h
trunk/reactos/dll/opengl/mesa/main/getstring.c
trunk/reactos/dll/opengl/mesa/main/imports.c
trunk/reactos/dll/opengl/mesa/main/light.c
trunk/reactos/dll/opengl/mesa/main/mtypes.h
trunk/reactos/dll/opengl/mesa/main/precomp.h
trunk/reactos/dll/opengl/mesa/main/rastpos.c
trunk/reactos/dll/opengl/mesa/main/state.c
trunk/reactos/dll/opengl/mesa/main/state.h
trunk/reactos/dll/opengl/mesa/main/varray.c
trunk/reactos/dll/opengl/mesa/main/varray.h
trunk/reactos/dll/opengl/mesa/main/vtxfmt.c
trunk/reactos/dll/opengl/mesa/swrast/s_aaline.c
trunk/reactos/dll/opengl/mesa/swrast/s_aatriangle.c
trunk/reactos/dll/opengl/mesa/swrast/s_alpha.c
trunk/reactos/dll/opengl/mesa/swrast/s_blend.c
trunk/reactos/dll/opengl/mesa/swrast/s_context.c
trunk/reactos/dll/opengl/mesa/swrast/s_context.h
trunk/reactos/dll/opengl/mesa/swrast/s_copypix.c
trunk/reactos/dll/opengl/mesa/swrast/s_drawpix.c
trunk/reactos/dll/opengl/mesa/swrast/s_feedback.c
trunk/reactos/dll/opengl/mesa/swrast/s_fog.c
trunk/reactos/dll/opengl/mesa/swrast/s_lines.c
trunk/reactos/dll/opengl/mesa/swrast/s_linetemp.h
trunk/reactos/dll/opengl/mesa/swrast/s_logic.c
trunk/reactos/dll/opengl/mesa/swrast/s_masking.c
trunk/reactos/dll/opengl/mesa/swrast/s_points.c
trunk/reactos/dll/opengl/mesa/swrast/s_span.c
trunk/reactos/dll/opengl/mesa/swrast/s_triangle.c
trunk/reactos/dll/opengl/mesa/swrast/s_tritemp.h
trunk/reactos/dll/opengl/mesa/swrast/s_zoom.c
trunk/reactos/dll/opengl/mesa/swrast/swrast.h
trunk/reactos/dll/opengl/mesa/swrast_setup/ss_context.c
trunk/reactos/dll/opengl/mesa/swrast_setup/ss_triangle.c
trunk/reactos/dll/opengl/mesa/swrast_setup/ss_tritmp.h
trunk/reactos/dll/opengl/mesa/tnl/t_context.c
trunk/reactos/dll/opengl/mesa/tnl/t_context.h
trunk/reactos/dll/opengl/mesa/tnl/t_draw.c
trunk/reactos/dll/opengl/mesa/tnl/t_rasterpos.c
trunk/reactos/dll/opengl/mesa/tnl/t_vb_light.c
trunk/reactos/dll/opengl/mesa/tnl/t_vb_lighttmp.h
trunk/reactos/dll/opengl/mesa/tnl/t_vertex_generic.c
trunk/reactos/dll/opengl/mesa/vbo/vbo_attrib.h
trunk/reactos/dll/opengl/mesa/vbo/vbo_attrib_tmp.h
trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_api.c
trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_array.c
trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_eval.c
trunk/reactos/dll/opengl/mesa/vbo/vbo_noop.c
trunk/reactos/dll/opengl/mesa/vbo/vbo_save_api.c
trunk/reactos/dll/opengl/mesa/vbo/vbo_save_draw.c
trunk/reactos/dll/opengl/mesa/x86/gen_matypes.c
trunk/reactos/dll/opengl/mesa/x86/mmx.h
trunk/reactos/dll/opengl/mesa/x86/mmx_blend.S
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/opengl/mesa/drivers/common/driverfuncs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/drivers/common/driverfuncs.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/drivers/common/meta.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/drivers/common/meta.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/CMakeLists.txt?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/api_arrayelt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_arrayelt.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/api_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_exec.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/api_loopback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_loopback.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/api_validate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_validate.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/api_validate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_validate.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/attrib.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/attrib.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/blend.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/blend.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/blend.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/bufferobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/bufferobj.c?rev=63613&r1=63612&r2=63613&view=diff
Removed: trunk/reactos/dll/opengl/mesa/main/colortab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/colortab.c?rev=63612
Removed: trunk/reactos/dll/opengl/mesa/main/colortab.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/colortab.h?rev=63612
Modified: trunk/reactos/dll/opengl/mesa/main/config.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/config.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/context.c?rev=63613&r1=63612&r2=63613&view=diff
Removed: trunk/reactos/dll/opengl/mesa/main/convolve.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/convolve.c?rev=63612
Removed: trunk/reactos/dll/opengl/mesa/main/convolve.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/convolve.h?rev=63612
Modified: trunk/reactos/dll/opengl/mesa/main/dd.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/dd.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/dispatch.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/dispatch.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/dlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/dlist.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/enable.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/enable.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/fog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/fog.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/get.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/get.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/get.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/get.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/getstring.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/getstring.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/imports.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/imports.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/light.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/light.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/mtypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/mtypes.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/precomp.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/rastpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/rastpos.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/state.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/state.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/state.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/state.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/varray.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/varray.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/varray.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/varray.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/main/vtxfmt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/vtxfmt.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_aaline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_aaline.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_aatriangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_aatriangle.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_alpha.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_alpha.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_blend.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_context.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_context.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_copypix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_copypix.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_drawpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_drawpix.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_feedback.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_fog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_fog.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_lines.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_lines.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_linetemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_linetemp.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_logic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_logic.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_masking.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_masking.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_points.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_points.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_span.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_span.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_triangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_triangle.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_tritemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_tritemp.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_zoom.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_zoom.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast/swrast.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/swrast.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast_setup/ss_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast_setup/ss_context.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast_setup/ss_triangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast_setup/ss_triangle.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/swrast_setup/ss_tritmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast_setup/ss_tritmp.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_context.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_context.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_draw.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_rasterpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_rasterpos.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_light.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_light.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_lighttmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_lighttmp.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vertex_generic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vertex_generic.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_attrib.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_attrib.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_attrib_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_attrib_tmp.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_api.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_api.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_array.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_array.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_eval.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_eval.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_noop.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_noop.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_save_api.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_save_api.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_save_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_save_draw.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/x86/gen_matypes.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/x86/gen_matypes.c?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/x86/mmx.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/x86/mmx.h?rev=63613&r1=63612&r2=63613&view=diff
Modified: trunk/reactos/dll/opengl/mesa/x86/mmx_blend.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/x86/mmx_blend.S?rev=63613&r1=63612&r2=63613&view=diff
