Author: jgardou
Date: Wed Aug 22 17:58:09 2012
New Revision: 57130
URL:
http://svn.reactos.org/svn/reactos?rev=57130&view=rev
Log:
[OPENGL]
- Import newest libMesa version, featuring functional gallium3D opengl ICD.
- Test app was Baldur's Gate (ddraw app, using wined3d)
- dll/opengl directory will contain more stuff later.
Added:
trunk/reactos/dll/opengl/ (with props)
trunk/reactos/dll/opengl/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/ (with props)
trunk/reactos/dll/opengl/mesa/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/SConstruct (with props)
trunk/reactos/dll/opengl/mesa/generated/ (with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/ (with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/ (with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/ (with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/u_indices_gen.c
(with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/u_unfilled_gen.c
(with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/ (with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_format_srgb.c (with
props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_format_table.c
(with props)
trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_half.c (with
props)
trunk/reactos/dll/opengl/mesa/generated/glsl/ (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/builtin_function.cpp (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/ (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-lex.c (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.c (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.h (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_lexer.cpp (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_parser.cpp (with props)
trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_parser.h (with props)
trunk/reactos/dll/opengl/mesa/generated/mesa/ (with props)
trunk/reactos/dll/opengl/mesa/generated/mesa/program/ (with props)
trunk/reactos/dll/opengl/mesa/generated/mesa/program/lex.yy.c (with props)
trunk/reactos/dll/opengl/mesa/generated/mesa/program/program_parse.tab.c (with
props)
trunk/reactos/dll/opengl/mesa/generated/mesa/program/program_parse.tab.h (with
props)
trunk/reactos/dll/opengl/mesa/include/ (with props)
trunk/reactos/dll/opengl/mesa/include/GL/ (with props)
trunk/reactos/dll/opengl/mesa/include/GL/gl.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/gl_mangle.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/glext.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/glu.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/glu_mangle.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/glx.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/glx_mangle.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/glxext.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/internal/ (with props)
trunk/reactos/dll/opengl/mesa/include/GL/internal/dri_interface.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/internal/sarea.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/osmesa.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/vms_x_fix.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/wglext.h (with props)
trunk/reactos/dll/opengl/mesa/include/GL/wmesa.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES/ (with props)
trunk/reactos/dll/opengl/mesa/include/GLES/egl.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES/gl.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES/glext.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES/glplatform.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES2/ (with props)
trunk/reactos/dll/opengl/mesa/include/GLES2/gl2.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES2/gl2ext.h (with props)
trunk/reactos/dll/opengl/mesa/include/GLES2/gl2platform.h (with props)
trunk/reactos/dll/opengl/mesa/include/KHR/ (with props)
trunk/reactos/dll/opengl/mesa/include/KHR/khrplatform.h (with props)
trunk/reactos/dll/opengl/mesa/include/c99/ (with props)
trunk/reactos/dll/opengl/mesa/include/c99/inttypes.h (with props)
trunk/reactos/dll/opengl/mesa/include/c99/stdbool.h (with props)
trunk/reactos/dll/opengl/mesa/include/c99/stdint.h (with props)
trunk/reactos/dll/opengl/mesa/src/ (with props)
trunk/reactos/dll/opengl/mesa/src/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/Makefile.sources (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_context.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_context.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_context.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_context.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_fs.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_fs.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm_translate.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_private.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_util.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vbuf.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vertex.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vertex.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_ppc.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices_gen.py (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices_priv.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_aligned.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_debug.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_stdc.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_misc.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_misc.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_mman.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_thread.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_time.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_time.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/Makefile (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/ADDING (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/filters.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/postprocess.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_colors.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_colors.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_filters.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_init.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_program.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_program.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_run.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/README (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_connection.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_connection.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_context.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_context.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_core.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_core.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_internal.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_proto.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_shader.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_shader.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_texture.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_texture.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_ppc.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_ppc.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ppc.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ppc.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_cache.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_cache.h
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_generic.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_sse.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/dbghelp.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_atomic.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_bitmask.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_bitmask.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blit.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blit.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blitter.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blitter.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_box.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cache.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cache.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_caps.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_caps.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_clear.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cpu_detect.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cpu_detect.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_describe.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_describe.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_memory.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_refcnt.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_refcnt.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_stack.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_stack.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_symbol.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_symbol.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dirty_flags.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dl.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dl.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_double_list.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw_quad.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw_quad.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump_defines.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump_state.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dynarray.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_fifo.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.csv (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_etc.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_etc.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_latc.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_latc.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_other.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_other.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_pack.py (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_parse.py (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgtc.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgtc.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_s3tc.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_s3tc.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_srgb.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_srgb.py (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_table.py (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_tests.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_tests.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_yuv.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_yuv.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_zs.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_zs.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_framebuffer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_framebuffer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_half.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_half.py (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_handle_table.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_handle_table.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash_table.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash_table.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_index_modify.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_index_modify.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_init.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_inlines.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_keymap.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_keymap.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linear.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linear.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linkage.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linkage.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_math.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_math.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_memory.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_mm.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_mm.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_network.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_network.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pack_color.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pointer.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_prim.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pstipple.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pstipple.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_rect.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_rect.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_resource.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_ringbuffer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_ringbuffer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sampler.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sampler.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_list.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_screen.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_shaders.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_shaders.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_slab.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_slab.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_snprintf.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_split_prim.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sse.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_staging.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_staging.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_string.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surface.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surface.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surfaces.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surfaces.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_texture.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_texture.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_tile.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_tile.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_time.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_transfer.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_transfer.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_upload_mgr.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_upload_mgr.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_vbuf.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_vbuf.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_video.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_compositor.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_compositor.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_csc.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_csc.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_decoder.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_decoder.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_defines.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_idct.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_idct.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mc.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mc.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_types.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vlc.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_zscan.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_zscan.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/Android.mk (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/Makefile (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_clear.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_clear.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_context.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_context.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fence.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fence.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_flush.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_flush.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fs.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_limits.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_public.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_query.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_query.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_screen.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_screen.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_setup.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_setup.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_blend.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_clip.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_derived.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_shader.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_so.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_surface.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_surface.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_surface.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_texture.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_texture.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_compiler.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_config.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_context.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_defines.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_format.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_screen.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_shader_tokens.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_state.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_decoder.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_enums.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_state.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/drisw_api.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/drm_driver.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/graw.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/st_api.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/sw_winsys.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/CMakeLists.txt (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/SConscript (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/opengl32.def (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_context.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_context.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_device.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_device.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_context.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
(with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_icd.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_st.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_st.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_tls.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_tls.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_wgl.c (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_wgl.h (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_winsys.h (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/targets/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/CMakeLists.txt (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/ (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CmakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c (with
props)
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/ (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/Makefile.sources (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/README (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/TODO (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ast.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ast_expr.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ast_function.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ast_to_hir.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ast_type.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/builtin_stubs.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/builtin_types.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/builtin_variables.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/ (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/README (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-lex.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-lex.l (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.y (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/pp.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/ (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/000-content-with-spaces.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/001-define.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/001-define.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/002-define-chain.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/002-define-chain.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/004-define-recursive.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/008-define-empty.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/008-define-empty.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/009-undef.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/009-undef.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/010-undef-re-define.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/011-define-func-empty.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/012-define-func-no-args.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/017-define-func-2-args.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/021-define-func-compose.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/040-token-pasting.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/041-if-0.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/041-if-0.c.expected (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/042-if-1.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/042-if-1.c.expected (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/043-if-0-else.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/044-if-1-else.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/045-if-0-elif.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/046-if-1-elsif.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/047-if-elif-else.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/048-if-nested.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/048-if-nested.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/050-if-defined.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/050-if-defined.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/051-if-relational.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/052-if-bitwise.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/054-if-with-macros.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/057-empty-arguments.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/063-comments.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/063-comments.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/064-version.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/064-version.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/065-if-defined-parens.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/068-accidental-pasting.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/069-repeated-argument.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/071-punctuator.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/071-punctuator.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/074-elif-undef.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/077-else-without-if.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/078-elif-without-if.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/079-endif-without-if.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/080-if-without-expression.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/082-invalid-paste.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/083-unterminated-if.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/087-if-comments.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/087-if-comments.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/090-hash-error.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/090-hash-error.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/091-hash-line.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/091-hash-line.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/093-divide-by-zero.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/095-recursive-define.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/096-paste-twice.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/098-elif-undefined.c (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
(with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/099-c99-example.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/099-c99-example.c.expected (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/glcpp-test (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_lexer.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_lexer.ll (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser.yy (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_symbol_table.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_symbol_table.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_types.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/glsl_types.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/hir_field_selection.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_basic_block.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_basic_block.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_clone.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_constant_expression.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_expression_flattening.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_expression_flattening.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_function.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_function_can_inline.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_function_detect_recursion.cpp (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_function_inlining.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_hierarchical_visitor.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_hierarchical_visitor.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_hv_accept.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_import_prototypes.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_optimization.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_print_visitor.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_print_visitor.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_reader.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_reader.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_rvalue_visitor.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_rvalue_visitor.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_set_program_inouts.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_uniform.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_validate.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_variable_refcount.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_variable_refcount.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ir_visitor.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/link_functions.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/link_uniforms.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/linker.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/linker.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/list.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/loop_analysis.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/loop_analysis.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/loop_controls.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/loop_unroll.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_clip_distance.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_discard.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_if_to_cond_assign.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_instructions.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_jumps.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_mat_op_to_vec.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_noise.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_output_reads.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_texture_projection.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_variable_index_to_cond_assign.cpp (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_vec_index_to_cond_assign.cpp (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_vec_index_to_swizzle.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/lower_vector.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/main.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_algebraic.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_constant_folding.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_constant_propagation.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_constant_variable.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_copy_propagation.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_copy_propagation_elements.cpp (with
props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_dead_code.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_dead_code_local.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_dead_functions.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_discard_simplification.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_function_inlining.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_if_simplification.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_noop_swizzle.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_redundant_jumps.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_structure_splitting.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_swizzle_swizzle.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/opt_tree_grafting.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/program.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ralloc.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/ralloc.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/s_expression.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/s_expression.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/strtod.c (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/strtod.h (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/test.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/test_optpass.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/glsl/test_optpass.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/dummy.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/glu.def (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/include/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/include/gluos.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierEval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierEval.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatch.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc
(with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glcurveval.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glimports.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glinterface.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glrenderer.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glrenderer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glsurfeval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/incurveeval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/insurfeval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/mystdio.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/mystdlib.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arc.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arc.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arcsorter.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arcsorter.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arctess.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arctess.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/backend.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/backend.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basiccrveval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bezierarc.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bin.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bin.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bufpool.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bufpool.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/cachingeval.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/cachingeval.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/ccw.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/coveandtiler.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curve.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curve.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvelist.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvelist.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvesub.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/dataTransform.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/defines.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaylist.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaylist.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaymode.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flist.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flist.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flistsorter.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flistsorter.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridline.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridvertex.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/hull.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/hull.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/intersect.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/jarcloc.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/knotvector.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/knotvector.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdesc.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdesc.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdescv.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/maplist.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/maplist.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mesher.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mesher.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc
(with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monotonizer.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monotonizer.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/myassert.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mycode.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mymath.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mysetjmp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mystring.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbstess.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbstess.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patch.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patch.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patchlist.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patchlist.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/pwlarc.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/quilt.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/quilt.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/reader.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/reader.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/renderhints.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/renderhints.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/simplemath.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/slicer.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/slicer.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/sorter.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/sorter.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/splitarcs.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/subdivider.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/subdivider.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/tobezier.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimline.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimline.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimregion.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimregion.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertex.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertpool.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/types.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/uarray.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/uarray.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/varray.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/varray.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/glimports.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc
(with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h
(with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/mystdio.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/mystdlib.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.cc (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.cc (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.h (with
props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/zlassert.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/README (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/alg-outline (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict-list.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/geom.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/geom.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/memalloc.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/memalloc.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/mesh.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/mesh.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/normal.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/normal.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-heap.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-heap.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-sort.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/render.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/render.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/sweep.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/sweep.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tess.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tess.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tessmono.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tessmono.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/ (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/error.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/glue.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/gluint.h (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/mipmap.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/project.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/quad.c (with props)
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/registry.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/ (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/ (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/Makefile (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
(with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_robustness.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_sync.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
(with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
(with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_texture_array.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/GL3x.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/Makefile (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_conditional_render.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_EGL_image.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_fixed_point.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_single_precision.xml (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/es_EXT.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/extension_helper.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_API.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_XML.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_doc.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_common.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_recv.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_send.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_size.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_server_table.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_API.dtd (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_API.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_XML.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_and_es_API.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_apitemp.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_enums.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_gentable.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_offsets.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_procs.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_table.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_x86_asm.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glapi_gen.mk (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gles_api.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/license.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/mesadef.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/next_available_offset.sh (with
props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/remap_helper.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/typeexpr.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_dispatch.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_entrypoint.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_gentable.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_getproc.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_mapi_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_nop.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_priv.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_sparc.S (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_x86-64.S (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_x86.S (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapitable.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapitemp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glprocs.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glthread.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glthread.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/sources.mak (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/ (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86-64_tls.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86_tls.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86_tsd.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi_abi.py (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi_glapi.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/sources.mak (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/stub.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/stub.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/table.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/table.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_compiler.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_current.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_current.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_execmem.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_execmem.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_macros.h (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_thread.c (with props)
trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_thread.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/CMakeLists.txt (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/SConscript (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/osmesa.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/osmesa.def (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspec.dtd (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspec.py (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspec.xml (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspecutil.py (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/accum.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/accum.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_arrayelt.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_arrayelt.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec_es1.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec_es2.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_loopback.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_loopback.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_validate.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/api_validate.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/arbprogram.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/arbprogram.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/arrayobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/arrayobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/atifragshader.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/atifragshader.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/attrib.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/attrib.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/bitset.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/blend.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/blend.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/bufferobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/bufferobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/buffers.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/buffers.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/clear.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/clear.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/clip.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/clip.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/colormac.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/colortab.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/colortab.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/compiler.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/condrender.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/condrender.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/config.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/context.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/context.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/convolve.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/convolve.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/core.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/cpuinfo.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/cpuinfo.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/dd.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/debug.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/debug.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/depth.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/depth.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/dispatch.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/dlist.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/dlist.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/dlopen.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/dlopen.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/drawpix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/drawpix.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/drawtex.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/drawtex.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/enable.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/enable.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/enums.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/enums.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/es_generator.py (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/eval.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/eval.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/execmem.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/extensions.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/extensions.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/fbobject.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/fbobject.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/feedback.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/feedback.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/ff_fragment_shader.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/fog.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/fog.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/format_pack.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/format_pack.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/format_unpack.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/format_unpack.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/formats.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/formats.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/framebuffer.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/framebuffer.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/get.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/get.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/getstring.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/git_sha1.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/glheader.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/hash.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/hash.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/hint.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/hint.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/histogram.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/histogram.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/image.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/image.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/imports.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/imports.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/light.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/light.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/lines.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/lines.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/macros.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/matrix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/matrix.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/mfeatures.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/mipmap.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/mipmap.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/mm.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/mm.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/mtypes.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/multisample.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/multisample.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/nvprogram.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/nvprogram.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pack.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pack.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pack_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pbo.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pbo.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pixel.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pixel.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pixelstore.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pixelstore.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pixeltransfer.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/pixeltransfer.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/points.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/points.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/polygon.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/polygon.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/querymatrix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/queryobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/queryobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/rastpos.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/rastpos.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/readpix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/readpix.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/remap.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/remap.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/remap_helper.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/renderbuffer.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/renderbuffer.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/samplerobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/samplerobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/scissor.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/scissor.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shader_query.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderapi.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderapi.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shared.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/shared.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/simple_list.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/state.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/state.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/stencil.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/stencil.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/syncobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/syncobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_fxt1.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_fxt1.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_s3tc.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_s3tc.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texenv.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texenv.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texenvprogram.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texformat.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texformat.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texgen.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texgen.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texgetimage.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texgetimage.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/teximage.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/teximage.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texpal.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texpal.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texparam.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texparam.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstate.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstate.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstorage.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstorage.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstore.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texstore.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texturebarrier.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/texturebarrier.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/transformfeedback.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/transformfeedback.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/uniform_query.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/uniforms.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/uniforms.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/varray.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/varray.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/version.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/version.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/viewport.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/viewport.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/vsnprintf.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_clip_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_copy_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_clip.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_norm.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_util.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_xform.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_dotprod_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_eval.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_eval.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_matrix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_matrix.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_norm_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_trans_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_translate.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_translate.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_vector.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_vector.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/arbprogparse.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/arbprogparse.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/hash_table.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/hash_table.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/lex.yy.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/nvfragparse.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/nvfragparse.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/nvvertparse.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/nvvertparse.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_cache.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_cache.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_execute.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_execute.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_instruction.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_instruction.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_noise.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_noise.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_opt_constant_fold.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_optimize.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_optimize.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter_layout.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter_layout.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_print.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_print.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_statevars.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_statevars.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program_lexer.l (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse.tab.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse.tab.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse.y (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse_extra.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parser.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/programopt.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/programopt.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/register_allocate.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/register_allocate.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/sampler.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/sampler.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/string_to_uint_map.cpp (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/symbol_table.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/program/symbol_table.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/Makefile (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_blend.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_clip.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_constbuf.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_constbuf.h (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_depth.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_framebuffer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_msaa.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_rasterizer.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_sampler.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_scissor.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_shader.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_shader.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_stipple.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_texture.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_viewport.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cache.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bitmap.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bitmap.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_blit.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_blit.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bufferobjects.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bufferobjects.h (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_clear.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_clear.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_condrender.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_condrender.h (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawpixels.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawpixels.h (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawtex.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawtex.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_eglimage.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_eglimage.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_fbo.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_fbo.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_feedback.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_feedback.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_flush.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_flush.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_program.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_program.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_queryobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_queryobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_rasterpos.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_rasterpos.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_readpixels.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_readpixels.h (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_strings.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_strings.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_syncobj.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_syncobj.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texture.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texture.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texturebarrier.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texturebarrier.h (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_viewport.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_viewport.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_xformfb.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_xformfb.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_context.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_context.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_debug.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_debug.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw_feedback.c (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_extensions.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_extensions.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_format.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_format.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gen_mipmap.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gen_mipmap.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gl_api.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp (with
props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_manager.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_manager.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_program.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_program.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_texture.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_texture.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/NOTES (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aalinetemp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatritemp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_alpha.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_alpha.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_atifragshader.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_atifragshader.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_bitmap.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_blend.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_blend.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_blit.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_chan.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_clear.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_context.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_context.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_copypix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_drawpix.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_feedback.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_feedback.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fog.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fog.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fragprog.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fragprog.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_lines.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_lines.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_linetemp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_logic.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_logic.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_masking.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_masking.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_points.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_points.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_renderbuffer.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_renderbuffer.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_span.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_span.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_stencil.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_stencil.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texcombine.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texcombine.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfilter.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfilter.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texrender.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texture.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_triangle.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_triangle.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_tritemp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_zoom.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_zoom.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast/swrast.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/NOTES (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_context.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_context.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_triangle.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_triangle.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_tritmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_vb.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/swrast_setup.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/NOTES (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_context.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_context.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_draw.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_pipeline.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_pipeline.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_rasterpos.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_cliptmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_fog.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_light.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_lighttmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_normals.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_points.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_program.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_render.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_rendertmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_texgen.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_texmat.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_vertex.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex_generic.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex_sse.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vp_build.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vp_build.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/tnl/tnl.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/ (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/descrip.mms (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_attrib.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_attrib_tmp.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_context.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_context.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_api.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_array.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_draw.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_eval.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_noop.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_noop.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_rebase.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save_api.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save_draw.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save_loopback.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split.h (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split_copy.c (with props)
trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split_inplace.c (with props)
Modified:
trunk/reactos/dll/3rdparty/CMakeLists.txt
trunk/reactos/dll/CMakeLists.txt
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/3rdparty/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/CMakeLists.tx…
Modified: trunk/reactos/dll/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/CMakeLists.txt?rev=571…
Added: trunk/reactos/dll/opengl/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/CMakeLists.txt?…
Added: trunk/reactos/dll/opengl/mesa/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/CMakeLists…
Added: trunk/reactos/dll/opengl/mesa/SConstruct
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/SConstruct…
Added: trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/u_indices_gen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/u_unfilled_gen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_format_srgb.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_format_table.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_half.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/builtin_function.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-lex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_lexer.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_parser.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/glsl/glsl_parser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/mesa/program/lex.yy.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/mesa/program/program_parse.tab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/generated/mesa/program/program_parse.tab.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/generated/…
Added: trunk/reactos/dll/opengl/mesa/include/GL/gl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/gl_mangle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/glext.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/glu.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/glu_mangle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/glx.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/glx_mangle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/glxext.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/internal/dri_interface.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/internal/sarea.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/osmesa.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/vms_x_fix.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/wglext.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GL/wmesa.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES/egl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES/gl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES/glext.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES/glplatform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES2/gl2.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES2/gl2ext.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/GLES2/gl2platform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/GL…
Added: trunk/reactos/dll/opengl/mesa/include/KHR/khrplatform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/KH…
Added: trunk/reactos/dll/opengl/mesa/include/c99/inttypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/c9…
Added: trunk/reactos/dll/opengl/mesa/include/c99/stdbool.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/c9…
Added: trunk/reactos/dll/opengl/mesa/include/c99/stdint.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/include/c9…
Added: trunk/reactos/dll/opengl/mesa/src/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/CMakeL…
Added: trunk/reactos/dll/opengl/mesa/src/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/SConsc…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/Makefile.sources
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_fs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_fs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm_translate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_private.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_util.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vbuf.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vertex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vertex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_ppc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices_gen.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices_priv.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_aligned.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_stdc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_misc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_misc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_mman.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_thread.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_time.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_time.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/ADDING
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/filters.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/postprocess.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_colors.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_colors.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_filters.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_init.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_program.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_program.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_run.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/README
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_connection.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_connection.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_core.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_core.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_internal.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_proto.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_shader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_shader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_texture.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_ppc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_ppc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ppc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ppc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_generic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_sse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/dbghelp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_atomic.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_bitmask.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_bitmask.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blit.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blitter.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blitter.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_box.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_caps.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_caps.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_clear.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cpu_detect.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cpu_detect.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_describe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_describe.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_memory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_stack.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_stack.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_symbol.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_symbol.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dirty_flags.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_double_list.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw_quad.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw_quad.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump_defines.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump_state.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dynarray.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_fifo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.csv
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_etc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_etc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_latc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_latc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_other.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_other.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_pack.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_parse.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgtc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgtc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_s3tc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_s3tc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_srgb.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_srgb.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_table.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_tests.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_tests.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_yuv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_yuv.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_zs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_zs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_framebuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_framebuffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_half.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_half.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_handle_table.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_handle_table.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash_table.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash_table.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_index_modify.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_index_modify.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_init.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_inlines.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_keymap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_keymap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linear.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linear.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linkage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linkage.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_math.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_math.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_memory.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_mm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_mm.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_network.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_network.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pack_color.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pointer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_prim.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pstipple.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pstipple.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_rect.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_rect.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_resource.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_ringbuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_ringbuffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sampler.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sampler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_list.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_screen.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_shaders.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_shaders.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_slab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_slab.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_snprintf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_split_prim.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_staging.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_staging.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_string.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surface.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surface.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surfaces.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surfaces.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_texture.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_tile.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_tile.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_time.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_transfer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_transfer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_upload_mgr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_upload_mgr.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_vbuf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_vbuf.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_video.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_compositor.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_compositor.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_csc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_csc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_decoder.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_decoder.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_defines.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_idct.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_idct.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_types.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vlc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_zscan.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_zscan.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/Android.mk
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_clear.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_clear.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fence.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fence.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_flush.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_flush.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_limits.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_public.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_query.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_query.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_screen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_screen.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_setup.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_setup.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_clip.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_derived.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_shader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_so.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_surface.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_surface.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_surface.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_texture.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_compiler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_config.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_defines.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_format.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_screen.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_shader_tokens.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_state.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_decoder.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_enums.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_state.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/drisw_api.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/drm_driver.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/graw.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/st_api.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/sw_winsys.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/opengl32.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_device.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_device.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added:
trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_icd.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_st.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_st.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_tls.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_tls.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_wgl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_wgl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_winsys.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/winsys/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CmakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/C…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/Makefile.sources
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/M…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/README
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/R…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/S…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/TODO
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/T…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ast.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/a…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ast_expr.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/a…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ast_function.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/a…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ast_to_hir.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/a…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ast_type.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/a…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/builtin_stubs.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/b…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/builtin_variables.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/b…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/README
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-lex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-lex.l
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.y
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/001-define.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/001-define.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/002-define-chain.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/004-define-recursive.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/008-define-empty.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/009-undef.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/009-undef.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/010-undef-re-define.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/011-define-func-empty.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/021-define-func-compose.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/040-token-pasting.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/041-if-0.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/041-if-0.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/042-if-1.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/042-if-1.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/043-if-0-else.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/044-if-1-else.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/045-if-0-elif.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/047-if-elif-else.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/048-if-nested.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/050-if-defined.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/051-if-relational.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/052-if-bitwise.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/054-if-with-macros.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/057-empty-arguments.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/063-comments.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/063-comments.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/064-version.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/064-version.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/069-repeated-argument.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/071-punctuator.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/074-elif-undef.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/077-else-without-if.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/078-elif-without-if.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/079-endif-without-if.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/080-if-without-expression.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/082-invalid-paste.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/083-unterminated-if.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/087-if-comments.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/090-hash-error.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/091-hash-line.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/095-recursive-define.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/096-paste-twice.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added:
trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/098-elif-undefined.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/099-c99-example.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glcpp/tests/glcpp-test
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_lexer.ll
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_parser.yy
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_symbol_table.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/glsl_symbol_table.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/g…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/hir_field_selection.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/h…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_basic_block.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_basic_block.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_clone.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_constant_expression.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_expression_flattening.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_expression_flattening.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_function.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_function_can_inline.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_function_detect_recursion.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_function_inlining.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_hierarchical_visitor.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_hierarchical_visitor.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_hv_accept.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_import_prototypes.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_optimization.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_print_visitor.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_print_visitor.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_reader.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_reader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_rvalue_visitor.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_rvalue_visitor.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_set_program_inouts.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_uniform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_validate.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_variable_refcount.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_variable_refcount.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ir_visitor.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/i…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/link_functions.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/link_uniforms.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/linker.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/linker.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/list.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/loop_analysis.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/loop_analysis.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/loop_controls.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/loop_unroll.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_clip_distance.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_discard.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_if_to_cond_assign.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_instructions.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_jumps.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_mat_op_to_vec.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_noise.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_output_reads.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_texture_projection.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_vec_index_to_swizzle.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/lower_vector.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/l…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/main.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/m…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_algebraic.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_constant_folding.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_constant_propagation.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_constant_variable.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_copy_propagation.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_copy_propagation_elements.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_dead_code.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_dead_code_local.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_dead_functions.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_discard_simplification.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_function_inlining.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_if_simplification.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_noop_swizzle.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_redundant_jumps.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_structure_splitting.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_swizzle_swizzle.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/opt_tree_grafting.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/o…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/program.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/p…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ralloc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/r…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/ralloc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/r…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/s_expression.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/s…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/s_expression.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/s…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/s…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/strtod.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/s…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/strtod.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/s…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/test.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/t…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/glsl/test_optpass.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glsl/t…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/dummy.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/glu.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/include/gluos.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierEval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierEval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatch.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glcurveval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glimports.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glinterface.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glrenderer.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glrenderer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glsurfeval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/incurveeval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/insurfeval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/mystdio.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/mystdlib.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arc.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arcsorter.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arcsorter.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arctess.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arctess.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/backend.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/backend.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basiccrveval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bezierarc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bin.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bin.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bufpool.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bufpool.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/cachingeval.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/cachingeval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/ccw.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/coveandtiler.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curve.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curve.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvelist.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvelist.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvesub.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/dataTransform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/defines.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaylist.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaylist.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaymode.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flist.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flist.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flistsorter.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flistsorter.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridline.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridvertex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/hull.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/hull.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/intersect.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/jarcloc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/knotvector.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/knotvector.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdesc.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdesc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdescv.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/maplist.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/maplist.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mesher.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mesher.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added:
trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monotonizer.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monotonizer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/myassert.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mycode.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mymath.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mysetjmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mystring.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbstess.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbstess.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patch.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patch.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patchlist.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patchlist.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/pwlarc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/quilt.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/quilt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/reader.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/reader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/renderhints.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/renderhints.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/simplemath.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/slicer.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/slicer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/sorter.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/sorter.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/splitarcs.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/subdivider.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/subdivider.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/tobezier.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimline.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimline.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimregion.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimregion.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertpool.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/types.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/uarray.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/uarray.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/varray.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/varray.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/glimports.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/mystdio.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/mystdlib.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.cc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/zlassert.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/README
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/alg-outline
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict-list.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/geom.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/geom.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/memalloc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/memalloc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/mesh.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/mesh.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/normal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/normal.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-heap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-heap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-sort.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/render.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/render.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/sweep.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/sweep.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tess.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tess.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tessmono.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libtess/tessmono.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/error.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/glue.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/gluint.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/mipmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/project.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/quad.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/glu/sgi/libutil/registry.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/glu/sg…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_robustness.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_sync.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added:
trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_texture_array.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/GL3x.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_conditional_render.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_EGL_image.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_fixed_point.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_single_precision.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/es_EXT.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/extension_helper.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_API.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_XML.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_doc.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_common.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_recv.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_send.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_size.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_server_table.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_API.dtd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_API.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_XML.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_and_es_API.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_apitemp.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_enums.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_gentable.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_offsets.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_procs.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_table.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_x86_asm.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/glapi_gen.mk
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/gles_api.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/license.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/mesadef.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/next_available_offset.sh
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/remap_helper.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/gen/typeexpr.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_dispatch.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_entrypoint.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_gentable.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_getproc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_mapi_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_nop.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_priv.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_sparc.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_x86-64.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapi_x86.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapitable.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glapitemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glprocs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glthread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/glthread.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/glapi/sources.mak
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/g…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86-64_tls.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86_tls.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86_tsd.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi_abi.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi_glapi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/mapi_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/sources.mak
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/stub.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/stub.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/table.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/table.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_compiler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_current.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_current.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_execmem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_execmem.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_macros.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_thread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mapi/mapi/u_thread.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mapi/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/C…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/S…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/SConscript
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/osmesa.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/osmesa.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/d…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspec.dtd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspec.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspec.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/APIspecutil.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/accum.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/accum.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_arrayelt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_arrayelt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec_es1.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_exec_es2.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_loopback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_loopback.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/api_validate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/arbprogram.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/arrayobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/arrayobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/atifragshader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/atifragshader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/attrib.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/bitset.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/blend.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/bufferobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/buffers.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/clear.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/clear.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/clip.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/clip.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/colormac.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/colortab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/colortab.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/compiler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/condrender.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/condrender.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/config.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/convolve.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/convolve.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/core.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/cpuinfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/cpuinfo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/depth.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/depth.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/dlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/dlist.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/dlopen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/dlopen.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/drawpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/drawpix.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/enable.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/enums.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/enums.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/es_generator.py
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/eval.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/eval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/execmem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/extensions.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/fbobject.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/feedback.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/fog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/fog.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/format_pack.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/format_unpack.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/framebuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/framebuffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/get.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/git_sha1.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/glheader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/hash.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/hash.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/hint.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/hint.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/histogram.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/histogram.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/image.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/imports.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/imports.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/light.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/light.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/lines.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/lines.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/macros.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/matrix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/matrix.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/mfeatures.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/mipmap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/mm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/mm.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/multisample.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/multisample.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/nvprogram.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/nvprogram.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pack.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pack_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pbo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pbo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pixel.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pixel.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pixelstore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pixelstore.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pixeltransfer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/pixeltransfer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/points.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/points.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/polygon.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/polygon.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/querymatrix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/queryobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/queryobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/rastpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/rastpos.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/readpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/readpix.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/remap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/remap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/remap_helper.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/renderbuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/renderbuffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/samplerobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/samplerobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/scissor.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/scissor.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/shader_query.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderapi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderapi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/shaderobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/shared.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/simple_list.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/stencil.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/stencil.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/syncobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/syncobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_fxt1.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_fxt1.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_s3tc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texcompress_s3tc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texenv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texenv.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texenvprogram.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texformat.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texgen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texgen.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texgetimage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texgetimage.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texpal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texpal.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texparam.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texstate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texstorage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texstorage.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texstore.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texturebarrier.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/texturebarrier.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/transformfeedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/transformfeedback.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/uniforms.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/uniforms.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/version.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/viewport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/viewport.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/vsnprintf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_copy_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_norm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_util.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_debug_xform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_dotprod_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_eval.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_eval.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_matrix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_matrix.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_norm_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_trans_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_translate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_translate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_vector.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_vector.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/math/m_xform_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/m…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/arbprogparse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/arbprogparse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/hash_table.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/hash_table.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/lex.yy.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/nvfragparse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/nvfragparse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/nvvertparse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/nvvertparse.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_execute.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_execute.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_instruction.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_instruction.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_noise.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_noise.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_opt_constant_fold.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_optimize.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_optimize.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter_layout.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_parameter_layout.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_print.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_print.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_statevars.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/prog_statevars.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program_lexer.l
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse.tab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse.tab.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse.y
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parse_extra.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/program_parser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/programopt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/programopt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/register_allocate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/register_allocate.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/sampler.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/sampler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/string_to_uint_map.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/symbol_table.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/program/symbol_table.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/p…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_clip.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_constbuf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_constbuf.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_depth.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_framebuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_msaa.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_rasterizer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_sampler.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_scissor.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_shader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_shader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_stipple.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_viewport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cache.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bitmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bitmap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_blit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_blit.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_clear.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_clear.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_condrender.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_condrender.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawpixels.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawpixels.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawtex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawtex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_eglimage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_eglimage.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_fbo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_fbo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_feedback.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_flush.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_flush.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_program.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_program.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_queryobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_queryobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_rasterpos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_rasterpos.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_readpixels.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_readpixels.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_strings.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_strings.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_syncobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_syncobj.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texture.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_viewport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_viewport.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_xformfb.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_xformfb.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw_feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_extensions.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_extensions.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_format.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_format.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gen_mipmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gen_mipmap.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gl_api.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_manager.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_manager.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_program.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_program.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/state_tracker/st_texture.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/NOTES
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_aatritemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_alpha.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_alpha.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_atifragshader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_atifragshader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_bitmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_blend.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_blend.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_blit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_chan.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_clear.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_copypix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_drawpix.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_feedback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_feedback.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_fog.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_lines.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_linetemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_logic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_logic.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_masking.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_masking.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_points.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_points.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_renderbuffer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_renderbuffer.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_span.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_stencil.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_stencil.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texcombine.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texcombine.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfetch.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfilter.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texfilter.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texrender.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_texture.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_triangle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_tritemp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_zoom.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/s_zoom.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast/swrast.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/NOTES
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_context.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_triangle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_triangle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_tritmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/ss_vb.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/swrast_setup/swrast_setup.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/s…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/NOTES
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_context.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_cliptmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_fog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_light.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_lighttmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_normals.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_points.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_render.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_rendertmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_texgen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vb_texmat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex_generic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/tnl/t_vertex_sse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/t…
Added: 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…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/descrip.mms
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_attrib.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_attrib_tmp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: 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…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_api.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: 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…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_exec_eval.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_noop.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_noop.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_rebase.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save_api.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save_draw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_save_loopback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split_copy.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…
Added: trunk/reactos/dll/opengl/mesa/src/mesa/vbo/vbo_split_inplace.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/v…