Author: akhaldi Date: Sat Jan 4 10:35:13 2014 New Revision: 61521
URL: http://svn.reactos.org/svn/reactos?rev=61521&view=rev Log: [MESA] * Create main headers for MESA components and move some inclusions to them. CORE-7716
Added: trunk/reactos/dll/opengl/mesa/main/precomp.h (with props) trunk/reactos/dll/opengl/mesa/math/precomp.h (with props) trunk/reactos/dll/opengl/mesa/swrast/precomp.h (with props) trunk/reactos/dll/opengl/mesa/tnl/precomp.h (with props) trunk/reactos/dll/opengl/mesa/vbo/precomp.h (with props) Modified: trunk/reactos/dll/opengl/mesa/main/accum.c 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/arrayobj.c trunk/reactos/dll/opengl/mesa/main/attrib.c trunk/reactos/dll/opengl/mesa/main/blend.c trunk/reactos/dll/opengl/mesa/main/bufferobj.c trunk/reactos/dll/opengl/mesa/main/buffers.c trunk/reactos/dll/opengl/mesa/main/clear.c trunk/reactos/dll/opengl/mesa/main/clip.c trunk/reactos/dll/opengl/mesa/main/colortab.c trunk/reactos/dll/opengl/mesa/main/context.c trunk/reactos/dll/opengl/mesa/main/convolve.c trunk/reactos/dll/opengl/mesa/main/cpuinfo.c trunk/reactos/dll/opengl/mesa/main/depth.c trunk/reactos/dll/opengl/mesa/main/dlist.c trunk/reactos/dll/opengl/mesa/main/dlopen.c trunk/reactos/dll/opengl/mesa/main/drawpix.c trunk/reactos/dll/opengl/mesa/main/enable.c trunk/reactos/dll/opengl/mesa/main/enums.c trunk/reactos/dll/opengl/mesa/main/eval.c trunk/reactos/dll/opengl/mesa/main/execmem.c trunk/reactos/dll/opengl/mesa/main/extensions.c trunk/reactos/dll/opengl/mesa/main/feedback.c trunk/reactos/dll/opengl/mesa/main/fog.c trunk/reactos/dll/opengl/mesa/main/format_pack.c trunk/reactos/dll/opengl/mesa/main/format_unpack.c trunk/reactos/dll/opengl/mesa/main/formats.c trunk/reactos/dll/opengl/mesa/main/framebuffer.c trunk/reactos/dll/opengl/mesa/main/get.c trunk/reactos/dll/opengl/mesa/main/getstring.c trunk/reactos/dll/opengl/mesa/main/hash.c trunk/reactos/dll/opengl/mesa/main/hint.c trunk/reactos/dll/opengl/mesa/main/histogram.c trunk/reactos/dll/opengl/mesa/main/image.c trunk/reactos/dll/opengl/mesa/main/imports.c trunk/reactos/dll/opengl/mesa/main/light.c trunk/reactos/dll/opengl/mesa/main/lines.c trunk/reactos/dll/opengl/mesa/main/matrix.c trunk/reactos/dll/opengl/mesa/main/mm.c trunk/reactos/dll/opengl/mesa/main/multisample.c trunk/reactos/dll/opengl/mesa/main/pack.c trunk/reactos/dll/opengl/mesa/main/pixel.c trunk/reactos/dll/opengl/mesa/main/pixelstore.c trunk/reactos/dll/opengl/mesa/main/pixeltransfer.c trunk/reactos/dll/opengl/mesa/main/points.c trunk/reactos/dll/opengl/mesa/main/polygon.c trunk/reactos/dll/opengl/mesa/main/rastpos.c trunk/reactos/dll/opengl/mesa/main/readpix.c trunk/reactos/dll/opengl/mesa/main/renderbuffer.c trunk/reactos/dll/opengl/mesa/main/scissor.c trunk/reactos/dll/opengl/mesa/main/shared.c trunk/reactos/dll/opengl/mesa/main/state.c trunk/reactos/dll/opengl/mesa/main/stencil.c trunk/reactos/dll/opengl/mesa/main/texenv.c trunk/reactos/dll/opengl/mesa/main/texformat.c trunk/reactos/dll/opengl/mesa/main/texgen.c trunk/reactos/dll/opengl/mesa/main/texgetimage.c trunk/reactos/dll/opengl/mesa/main/teximage.c trunk/reactos/dll/opengl/mesa/main/texobj.c trunk/reactos/dll/opengl/mesa/main/texpal.c trunk/reactos/dll/opengl/mesa/main/texparam.c trunk/reactos/dll/opengl/mesa/main/texstate.c trunk/reactos/dll/opengl/mesa/main/texstorage.c trunk/reactos/dll/opengl/mesa/main/texstore.c trunk/reactos/dll/opengl/mesa/main/texturebarrier.c trunk/reactos/dll/opengl/mesa/main/varray.c trunk/reactos/dll/opengl/mesa/main/version.c trunk/reactos/dll/opengl/mesa/main/viewport.c trunk/reactos/dll/opengl/mesa/main/vtxfmt.c trunk/reactos/dll/opengl/mesa/math/m_debug_clip.c trunk/reactos/dll/opengl/mesa/math/m_debug_norm.c trunk/reactos/dll/opengl/mesa/math/m_debug_xform.c trunk/reactos/dll/opengl/mesa/math/m_eval.c trunk/reactos/dll/opengl/mesa/math/m_matrix.c trunk/reactos/dll/opengl/mesa/math/m_translate.c trunk/reactos/dll/opengl/mesa/math/m_vector.c trunk/reactos/dll/opengl/mesa/math/m_xform.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_bitmap.c trunk/reactos/dll/opengl/mesa/swrast/s_blend.c trunk/reactos/dll/opengl/mesa/swrast/s_clear.c trunk/reactos/dll/opengl/mesa/swrast/s_context.c trunk/reactos/dll/opengl/mesa/swrast/s_copypix.c trunk/reactos/dll/opengl/mesa/swrast/s_depth.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_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_renderbuffer.c trunk/reactos/dll/opengl/mesa/swrast/s_span.c trunk/reactos/dll/opengl/mesa/swrast/s_stencil.c trunk/reactos/dll/opengl/mesa/swrast/s_texcombine.c trunk/reactos/dll/opengl/mesa/swrast/s_texfetch.c trunk/reactos/dll/opengl/mesa/swrast/s_texfilter.c trunk/reactos/dll/opengl/mesa/swrast/s_texture.c trunk/reactos/dll/opengl/mesa/swrast/s_triangle.c trunk/reactos/dll/opengl/mesa/swrast/s_zoom.c trunk/reactos/dll/opengl/mesa/tnl/t_context.c trunk/reactos/dll/opengl/mesa/tnl/t_draw.c trunk/reactos/dll/opengl/mesa/tnl/t_pipeline.c trunk/reactos/dll/opengl/mesa/tnl/t_rasterpos.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_fog.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_light.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_normals.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_points.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_render.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_texgen.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_texmat.c trunk/reactos/dll/opengl/mesa/tnl/t_vb_vertex.c trunk/reactos/dll/opengl/mesa/tnl/t_vertex.c trunk/reactos/dll/opengl/mesa/tnl/t_vertex_generic.c trunk/reactos/dll/opengl/mesa/tnl/t_vertex_sse.c trunk/reactos/dll/opengl/mesa/vbo/vbo_context.c trunk/reactos/dll/opengl/mesa/vbo/vbo_exec.c 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_draw.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_rebase.c trunk/reactos/dll/opengl/mesa/vbo/vbo_save.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/vbo/vbo_save_loopback.c trunk/reactos/dll/opengl/mesa/vbo/vbo_split.c trunk/reactos/dll/opengl/mesa/vbo/vbo_split_copy.c trunk/reactos/dll/opengl/mesa/vbo/vbo_split_inplace.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/opengl/mesa/main/accum.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/accum....
Modified: trunk/reactos/dll/opengl/mesa/main/api_arrayelt.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_ar...
Modified: trunk/reactos/dll/opengl/mesa/main/api_exec.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_ex...
Modified: trunk/reactos/dll/opengl/mesa/main/api_loopback.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_lo...
Modified: trunk/reactos/dll/opengl/mesa/main/api_validate.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_va...
Modified: trunk/reactos/dll/opengl/mesa/main/arrayobj.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/arrayo...
Modified: trunk/reactos/dll/opengl/mesa/main/attrib.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/attrib...
Modified: trunk/reactos/dll/opengl/mesa/main/blend.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/blend....
Modified: trunk/reactos/dll/opengl/mesa/main/bufferobj.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/buffer...
Modified: trunk/reactos/dll/opengl/mesa/main/buffers.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/buffer...
Modified: trunk/reactos/dll/opengl/mesa/main/clear.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/clear....
Modified: trunk/reactos/dll/opengl/mesa/main/clip.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/clip.c...
Modified: trunk/reactos/dll/opengl/mesa/main/colortab.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/colort...
Modified: trunk/reactos/dll/opengl/mesa/main/context.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/contex...
Modified: trunk/reactos/dll/opengl/mesa/main/convolve.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/convol...
Modified: trunk/reactos/dll/opengl/mesa/main/cpuinfo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/cpuinf...
Modified: trunk/reactos/dll/opengl/mesa/main/depth.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/depth....
Modified: trunk/reactos/dll/opengl/mesa/main/dlist.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/dlist....
Modified: trunk/reactos/dll/opengl/mesa/main/dlopen.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/dlopen...
Modified: trunk/reactos/dll/opengl/mesa/main/drawpix.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/drawpi...
Modified: trunk/reactos/dll/opengl/mesa/main/enable.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/enable...
Modified: trunk/reactos/dll/opengl/mesa/main/enums.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/enums....
Modified: trunk/reactos/dll/opengl/mesa/main/eval.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/eval.c...
Modified: trunk/reactos/dll/opengl/mesa/main/execmem.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/execme...
Modified: trunk/reactos/dll/opengl/mesa/main/extensions.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/extens...
Modified: trunk/reactos/dll/opengl/mesa/main/feedback.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/feedba...
Modified: trunk/reactos/dll/opengl/mesa/main/fog.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/fog.c?...
Modified: trunk/reactos/dll/opengl/mesa/main/format_pack.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/format...
Modified: trunk/reactos/dll/opengl/mesa/main/format_unpack.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/format...
Modified: trunk/reactos/dll/opengl/mesa/main/formats.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/format...
Modified: trunk/reactos/dll/opengl/mesa/main/framebuffer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/frameb...
Modified: trunk/reactos/dll/opengl/mesa/main/get.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/get.c?...
Modified: trunk/reactos/dll/opengl/mesa/main/getstring.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/getstr...
Modified: trunk/reactos/dll/opengl/mesa/main/hash.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/hash.c...
Modified: trunk/reactos/dll/opengl/mesa/main/hint.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/hint.c...
Modified: trunk/reactos/dll/opengl/mesa/main/histogram.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/histog...
Modified: trunk/reactos/dll/opengl/mesa/main/image.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/image....
Modified: trunk/reactos/dll/opengl/mesa/main/imports.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/import...
Modified: trunk/reactos/dll/opengl/mesa/main/light.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/light....
Modified: trunk/reactos/dll/opengl/mesa/main/lines.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/lines....
Modified: trunk/reactos/dll/opengl/mesa/main/matrix.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/matrix...
Modified: trunk/reactos/dll/opengl/mesa/main/mm.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/mm.c?r...
Modified: trunk/reactos/dll/opengl/mesa/main/multisample.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/multis...
Modified: trunk/reactos/dll/opengl/mesa/main/pack.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/pack.c...
Modified: trunk/reactos/dll/opengl/mesa/main/pixel.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/pixel....
Modified: trunk/reactos/dll/opengl/mesa/main/pixelstore.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/pixels...
Modified: trunk/reactos/dll/opengl/mesa/main/pixeltransfer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/pixelt...
Modified: trunk/reactos/dll/opengl/mesa/main/points.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/points...
Modified: trunk/reactos/dll/opengl/mesa/main/polygon.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/polygo...
Added: trunk/reactos/dll/opengl/mesa/main/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/precom...
Modified: trunk/reactos/dll/opengl/mesa/main/rastpos.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/rastpo...
Modified: trunk/reactos/dll/opengl/mesa/main/readpix.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/readpi...
Modified: trunk/reactos/dll/opengl/mesa/main/renderbuffer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/render...
Modified: trunk/reactos/dll/opengl/mesa/main/scissor.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/scisso...
Modified: trunk/reactos/dll/opengl/mesa/main/shared.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/shared...
Modified: trunk/reactos/dll/opengl/mesa/main/state.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/state....
Modified: trunk/reactos/dll/opengl/mesa/main/stencil.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/stenci...
Modified: trunk/reactos/dll/opengl/mesa/main/texenv.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texenv...
Modified: trunk/reactos/dll/opengl/mesa/main/texformat.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texfor...
Modified: trunk/reactos/dll/opengl/mesa/main/texgen.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texgen...
Modified: trunk/reactos/dll/opengl/mesa/main/texgetimage.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texget...
Modified: trunk/reactos/dll/opengl/mesa/main/teximage.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texima...
Modified: trunk/reactos/dll/opengl/mesa/main/texobj.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texobj...
Modified: trunk/reactos/dll/opengl/mesa/main/texpal.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texpal...
Modified: trunk/reactos/dll/opengl/mesa/main/texparam.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texpar...
Modified: trunk/reactos/dll/opengl/mesa/main/texstate.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texsta...
Modified: trunk/reactos/dll/opengl/mesa/main/texstorage.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texsto...
Modified: trunk/reactos/dll/opengl/mesa/main/texstore.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texsto...
Modified: trunk/reactos/dll/opengl/mesa/main/texturebarrier.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/textur...
Modified: trunk/reactos/dll/opengl/mesa/main/varray.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/varray...
Modified: trunk/reactos/dll/opengl/mesa/main/version.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/versio...
Modified: trunk/reactos/dll/opengl/mesa/main/viewport.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/viewpo...
Modified: trunk/reactos/dll/opengl/mesa/main/vtxfmt.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/vtxfmt...
Modified: trunk/reactos/dll/opengl/mesa/math/m_debug_clip.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_debu...
Modified: trunk/reactos/dll/opengl/mesa/math/m_debug_norm.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_debu...
Modified: trunk/reactos/dll/opengl/mesa/math/m_debug_xform.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_debu...
Modified: trunk/reactos/dll/opengl/mesa/math/m_eval.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_eval...
Modified: trunk/reactos/dll/opengl/mesa/math/m_matrix.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_matr...
Modified: trunk/reactos/dll/opengl/mesa/math/m_translate.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_tran...
Modified: trunk/reactos/dll/opengl/mesa/math/m_vector.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_vect...
Modified: trunk/reactos/dll/opengl/mesa/math/m_xform.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_xfor...
Added: trunk/reactos/dll/opengl/mesa/math/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/precom...
Added: trunk/reactos/dll/opengl/mesa/swrast/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/prec...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_aaline.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_aa...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_aatriangle.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_aa...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_alpha.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_al...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_bitmap.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_bi...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_blend.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_bl...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_clear.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_cl...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_context.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_co...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_copypix.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_co...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_depth.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_de...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_drawpix.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_dr...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_feedback.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_fe...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_fog.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_fo...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_lines.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_li...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_logic.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_lo...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_masking.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_ma...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_points.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_po...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_renderbuffer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_re...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_span.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_sp...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_stencil.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_st...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texcombine.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_te...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texfetch.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_te...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texfilter.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_te...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texture.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_te...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_triangle.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_tr...
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_zoom.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_zo...
Added: trunk/reactos/dll/opengl/mesa/tnl/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/precomp...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_context.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_conte...
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....
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_pipeline.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_pipel...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_rasterpos.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_raste...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_fog.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_fo...
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_li...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_normals.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_no...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_points.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_po...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_render.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_re...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_texgen.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_te...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_texmat.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_te...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vb_vertex.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vb_ve...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vertex.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_verte...
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_verte...
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vertex_sse.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_verte...
Added: trunk/reactos/dll/opengl/mesa/vbo/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/precomp...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_context.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_con...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_exec.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_exe...
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_exe...
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_exe...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_exec_draw.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_exe...
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_exe...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_noop.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_noo...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_rebase.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_reb...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_save.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_sav...
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_sav...
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_sav...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_save_loopback.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_sav...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_split.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_spl...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_split_copy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_spl...
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_split_inplace.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_spl...