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_a…
Modified: trunk/reactos/dll/opengl/mesa/main/api_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_e…
Modified: trunk/reactos/dll/opengl/mesa/main/api_loopback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_l…
Modified: trunk/reactos/dll/opengl/mesa/main/api_validate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/api_v…
Modified: trunk/reactos/dll/opengl/mesa/main/arrayobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/array…
Modified: trunk/reactos/dll/opengl/mesa/main/attrib.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/attri…
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/buffe…
Modified: trunk/reactos/dll/opengl/mesa/main/buffers.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/buffe…
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.…
Modified: trunk/reactos/dll/opengl/mesa/main/colortab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/color…
Modified: trunk/reactos/dll/opengl/mesa/main/context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/conte…
Modified: trunk/reactos/dll/opengl/mesa/main/convolve.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/convo…
Modified: trunk/reactos/dll/opengl/mesa/main/cpuinfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/cpuin…
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/dlope…
Modified: trunk/reactos/dll/opengl/mesa/main/drawpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/drawp…
Modified: trunk/reactos/dll/opengl/mesa/main/enable.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/enabl…
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.…
Modified: trunk/reactos/dll/opengl/mesa/main/execmem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/execm…
Modified: trunk/reactos/dll/opengl/mesa/main/extensions.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/exten…
Modified: trunk/reactos/dll/opengl/mesa/main/feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/feedb…
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/forma…
Modified: trunk/reactos/dll/opengl/mesa/main/format_unpack.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/forma…
Modified: trunk/reactos/dll/opengl/mesa/main/formats.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/forma…
Modified: trunk/reactos/dll/opengl/mesa/main/framebuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/frame…
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/getst…
Modified: trunk/reactos/dll/opengl/mesa/main/hash.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/hash.…
Modified: trunk/reactos/dll/opengl/mesa/main/hint.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/hint.…
Modified: trunk/reactos/dll/opengl/mesa/main/histogram.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/histo…
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/impor…
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/matri…
Modified: trunk/reactos/dll/opengl/mesa/main/mm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/mm.c?…
Modified: trunk/reactos/dll/opengl/mesa/main/multisample.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/multi…
Modified: trunk/reactos/dll/opengl/mesa/main/pack.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/pack.…
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/pixel…
Modified: trunk/reactos/dll/opengl/mesa/main/pixeltransfer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/pixel…
Modified: trunk/reactos/dll/opengl/mesa/main/points.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/point…
Modified: trunk/reactos/dll/opengl/mesa/main/polygon.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/polyg…
Added: trunk/reactos/dll/opengl/mesa/main/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/preco…
Modified: trunk/reactos/dll/opengl/mesa/main/rastpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/rastp…
Modified: trunk/reactos/dll/opengl/mesa/main/readpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/readp…
Modified: trunk/reactos/dll/opengl/mesa/main/renderbuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/rende…
Modified: trunk/reactos/dll/opengl/mesa/main/scissor.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/sciss…
Modified: trunk/reactos/dll/opengl/mesa/main/shared.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/share…
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/stenc…
Modified: trunk/reactos/dll/opengl/mesa/main/texenv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texen…
Modified: trunk/reactos/dll/opengl/mesa/main/texformat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texfo…
Modified: trunk/reactos/dll/opengl/mesa/main/texgen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texge…
Modified: trunk/reactos/dll/opengl/mesa/main/texgetimage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texge…
Modified: trunk/reactos/dll/opengl/mesa/main/teximage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texim…
Modified: trunk/reactos/dll/opengl/mesa/main/texobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texob…
Modified: trunk/reactos/dll/opengl/mesa/main/texpal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texpa…
Modified: trunk/reactos/dll/opengl/mesa/main/texparam.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texpa…
Modified: trunk/reactos/dll/opengl/mesa/main/texstate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texst…
Modified: trunk/reactos/dll/opengl/mesa/main/texstorage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texst…
Modified: trunk/reactos/dll/opengl/mesa/main/texstore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/texst…
Modified: trunk/reactos/dll/opengl/mesa/main/texturebarrier.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/textu…
Modified: trunk/reactos/dll/opengl/mesa/main/varray.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/varra…
Modified: trunk/reactos/dll/opengl/mesa/main/version.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/versi…
Modified: trunk/reactos/dll/opengl/mesa/main/viewport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/viewp…
Modified: trunk/reactos/dll/opengl/mesa/main/vtxfmt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/main/vtxfm…
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_deb…
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_deb…
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_deb…
Modified: trunk/reactos/dll/opengl/mesa/math/m_eval.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_eva…
Modified: trunk/reactos/dll/opengl/mesa/math/m_matrix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_mat…
Modified: trunk/reactos/dll/opengl/mesa/math/m_translate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_tra…
Modified: trunk/reactos/dll/opengl/mesa/math/m_vector.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_vec…
Modified: trunk/reactos/dll/opengl/mesa/math/m_xform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/m_xfo…
Added: trunk/reactos/dll/opengl/mesa/math/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/math/preco…
Added: trunk/reactos/dll/opengl/mesa/swrast/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/pre…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_aaline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_a…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_aatriangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_a…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_alpha.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_a…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_bitmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_b…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_b…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_clear.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_c…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_c…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_copypix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_c…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_depth.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_d…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_drawpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_d…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_f…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_fog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_f…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_lines.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_l…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_logic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_l…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_masking.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_m…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_points.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_p…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_renderbuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_r…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_span.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_s…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_stencil.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_s…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texcombine.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_t…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texfetch.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_t…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texfilter.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_t…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_t…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_triangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_t…
Modified: trunk/reactos/dll/opengl/mesa/swrast/s_zoom.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/s_z…
Added: trunk/reactos/dll/opengl/mesa/tnl/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/precom…
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_cont…
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_pipe…
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_rasterpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_rast…
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_f…
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_l…
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_n…
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_p…
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_r…
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_t…
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_t…
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_v…
Modified: trunk/reactos/dll/opengl/mesa/tnl/t_vertex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/tnl/t_vert…
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_vert…
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_vert…
Added: trunk/reactos/dll/opengl/mesa/vbo/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/precom…
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_co…
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_ex…
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_ex…
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_ex…
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_ex…
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_ex…
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_noop.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_no…
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_rebase.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_re…
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_save.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_sa…
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_sa…
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_sa…
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_sa…
Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_split.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/vbo/vbo_sp…
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_sp…
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_sp…