projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a0dfc
)
[OPENGL]
author
Jérôme Gardou
<jerome.gardou@reactos.org>
Wed, 22 Aug 2012 17:58:09 +0000
(17:58 +0000)
committer
Jérôme Gardou
<jerome.gardou@reactos.org>
Wed, 22 Aug 2012 17:58:09 +0000
(17:58 +0000)
- 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.
svn path=/trunk/; revision=57130
1617 files changed:
reactos/dll/3rdparty/CMakeLists.txt
patch
|
blob
|
history
reactos/dll/CMakeLists.txt
patch
|
blob
|
history
reactos/dll/opengl/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/SConstruct
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/u_indices_gen.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/gallium/auxiliary/indices/u_unfilled_gen.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_format_srgb.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_format_table.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/gallium/auxiliary/util/u_half.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/builtin_function.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-lex.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/glcpp/glcpp-parse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/glsl_lexer.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/glsl_parser.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/glsl/glsl_parser.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/mesa/program/lex.yy.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/mesa/program/program_parse.tab.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/generated/mesa/program/program_parse.tab.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/gl.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/gl_mangle.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/glext.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/glu.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/glu_mangle.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/glx.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/glx_mangle.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/glxext.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/internal/dri_interface.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/internal/sarea.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/osmesa.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/vms_x_fix.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/wglext.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GL/wmesa.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES/egl.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES/gl.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES/glext.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES/glplatform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES2/gl2.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES2/gl2ext.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/GLES2/gl2platform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/KHR/khrplatform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/c99/inttypes.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/c99/stdbool.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/include/c99/stdint.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/Makefile.sources
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_fs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_fs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_llvm_translate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_private.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_util.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vbuf.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vertex.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vertex.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_ppc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices_gen.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_indices_priv.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_aligned.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_debug.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_memory_stdc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_misc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_misc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_mman.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_thread.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_time.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/os/os_time.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/Makefile
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/ADDING
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/filters.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/postprocess.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_colors.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_colors.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_filters.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_init.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_program.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_program.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/postprocess/pp_run.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/README
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_connection.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_connection.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_core.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_core.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_internal.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_proto.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_shader.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_shader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_texture.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rbug/rbug_texture.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_ppc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_ppc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ppc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ppc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_generic.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/translate/translate_sse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/dbghelp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_atomic.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_bitmask.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_bitmask.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blit.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blitter.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_blitter.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_box.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_caps.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_caps.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_clear.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cpu_detect.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_cpu_detect.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_describe.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_describe.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_memory.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_stack.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_stack.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_symbol.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_debug_symbol.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dirty_flags.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dl.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dl.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_double_list.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw_quad.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_draw_quad.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump_defines.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dump_state.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_dynarray.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_fifo.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.csv
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_etc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_etc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_latc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_latc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_other.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_other.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_pack.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_parse.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgtc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_rgtc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_s3tc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_s3tc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_srgb.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_srgb.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_table.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_tests.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_tests.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_yuv.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_yuv.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_zs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_format_zs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_framebuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_framebuffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_half.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_half.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_handle_table.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_handle_table.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash_table.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_hash_table.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_index_modify.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_index_modify.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_init.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_inlines.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_keymap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_keymap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linear.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linear.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linkage.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_linkage.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_math.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_math.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_memory.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_mm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_mm.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_network.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_network.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pack_color.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pointer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_prim.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pstipple.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_pstipple.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_rect.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_rect.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_resource.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_ringbuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_ringbuffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sampler.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sampler.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_list.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_screen.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_shaders.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_simple_shaders.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_slab.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_slab.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_snprintf.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_split_prim.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_sse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_staging.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_staging.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_string.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surface.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surface.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surfaces.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_surfaces.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_texture.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_texture.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_tile.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_tile.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_time.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_transfer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_transfer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_upload_mgr.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_upload_mgr.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_vbuf.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_vbuf.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/util/u_video.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_compositor.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_compositor.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_csc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_csc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_decoder.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_decoder.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_defines.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_idct.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_idct.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_types.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_vlc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_zscan.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/auxiliary/vl/vl_zscan.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/Android.mk
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/Makefile
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_clear.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_clear.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fence.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fence.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_flush.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_flush.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_limits.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_public.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_query.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_query.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_screen.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_screen.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_setup.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_setup.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_blend.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_clip.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_derived.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_shader.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_so.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_surface.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_surface.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_surface.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_texture.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_texture.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_compiler.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_config.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_defines.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_format.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_screen.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_shader_tokens.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_state.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_decoder.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_enums.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/pipe/p_video_state.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/state_tracker/drisw_api.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/state_tracker/drm_driver.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/state_tracker/graw.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/state_tracker/st_api.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/state_tracker/sw_winsys.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/opengl32.def
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_device.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_device.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_icd.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_st.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_st.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_tls.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_tls.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_wgl.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_wgl.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/state_trackers/wgl/stw_winsys.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/winsys/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CmakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/Makefile.sources
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/README
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/TODO
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ast.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ast_expr.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ast_function.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ast_to_hir.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ast_type.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/builtin_stubs.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/builtin_types.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/builtin_variables.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/README
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-lex.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-lex.l
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp-parse.y
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/glcpp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/pp.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/001-define.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/001-define.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/002-define-chain.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/004-define-recursive.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/008-define-empty.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/009-undef.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/009-undef.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/010-undef-re-define.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/011-define-func-empty.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/021-define-func-compose.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/040-token-pasting.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/041-if-0.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/041-if-0.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/042-if-1.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/042-if-1.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/043-if-0-else.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/044-if-1-else.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/045-if-0-elif.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/047-if-elif-else.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/048-if-nested.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/050-if-defined.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/051-if-relational.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/052-if-bitwise.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/054-if-with-macros.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/057-empty-arguments.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/063-comments.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/063-comments.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/064-version.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/064-version.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/069-repeated-argument.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/071-punctuator.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/074-elif-undef.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/077-else-without-if.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/078-elif-without-if.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/079-endif-without-if.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/080-if-without-expression.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/082-invalid-paste.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/083-unterminated-if.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/087-if-comments.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/090-hash-error.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/091-hash-line.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/095-recursive-define.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/096-paste-twice.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/098-elif-undefined.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/099-c99-example.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glcpp/tests/glcpp-test
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_lexer.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_lexer.ll
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_parser.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_parser.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_parser.yy
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_parser_extras.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_symbol_table.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_symbol_table.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_types.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/glsl_types.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/hir_field_selection.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_basic_block.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_basic_block.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_clone.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_constant_expression.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_expression_flattening.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_expression_flattening.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_function.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_function_can_inline.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_function_detect_recursion.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_function_inlining.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_hierarchical_visitor.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_hierarchical_visitor.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_hv_accept.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_import_prototypes.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_optimization.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_print_visitor.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_print_visitor.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_reader.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_reader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_rvalue_visitor.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_rvalue_visitor.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_set_program_inouts.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_uniform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_validate.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_variable_refcount.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_variable_refcount.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ir_visitor.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/link_functions.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/link_uniforms.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/linker.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/linker.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/list.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/loop_analysis.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/loop_analysis.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/loop_controls.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/loop_unroll.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_clip_distance.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_discard.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_if_to_cond_assign.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_instructions.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_jumps.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_mat_op_to_vec.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_noise.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_output_reads.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_texture_projection.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_vec_index_to_swizzle.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/lower_vector.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/main.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_algebraic.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_constant_folding.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_constant_propagation.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_constant_variable.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_copy_propagation.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_copy_propagation_elements.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_dead_code.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_dead_code_local.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_dead_functions.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_discard_simplification.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_function_inlining.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_if_simplification.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_noop_swizzle.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_redundant_jumps.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_structure_splitting.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_swizzle_swizzle.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/opt_tree_grafting.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/program.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ralloc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/ralloc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/s_expression.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/s_expression.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/standalone_scaffolding.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/strtod.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/strtod.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/test.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/test_optpass.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glsl/test_optpass.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/dummy.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/glu.def
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/include/gluos.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierEval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierEval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatch.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glcurveval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glimports.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glinterface.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glrenderer.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glrenderer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glsurfeval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/incurveeval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/insurfeval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/mystdio.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/interface/mystdlib.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arc.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arcsorter.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arcsorter.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arctess.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/arctess.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/backend.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/backend.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basiccrveval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bezierarc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bin.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bin.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bufpool.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/bufpool.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/cachingeval.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/cachingeval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/ccw.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/coveandtiler.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curve.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curve.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvelist.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvelist.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/curvesub.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/dataTransform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/defines.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaylist.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaylist.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/displaymode.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flist.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flist.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flistsorter.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/flistsorter.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridline.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/gridvertex.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/hull.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/hull.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/intersect.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/jarcloc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/knotvector.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/knotvector.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdesc.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdesc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mapdescv.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/maplist.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/maplist.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mesher.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mesher.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monotonizer.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/monotonizer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/myassert.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mycode.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mymath.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mysetjmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/mystring.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbstess.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/nurbstess.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patch.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patch.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patchlist.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/patchlist.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/pwlarc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/quilt.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/quilt.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/reader.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/reader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/renderhints.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/renderhints.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/simplemath.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/slicer.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/slicer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/sorter.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/sorter.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/splitarcs.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/subdivider.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/subdivider.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/tobezier.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimline.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimline.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimregion.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimregion.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertex.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertpool.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/types.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/uarray.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/uarray.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/varray.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/internals/varray.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/glimports.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/mystdio.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/mystdlib.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.cc
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libnurbs/nurbtess/zlassert.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/README
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/alg-outline
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict-list.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/dict.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/geom.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/geom.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/memalloc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/memalloc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/mesh.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/mesh.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/normal.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/normal.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-heap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-heap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq-sort.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/priorityq.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/render.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/render.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/sweep.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/sweep.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/tess.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/tess.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/tessmono.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libtess/tessmono.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/error.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/glue.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/gluint.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/mipmap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/project.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/quad.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/glu/sgi/libutil/registry.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/Makefile
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_robustness.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_sync.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_texture_array.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/GL3x.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/Makefile
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_conditional_render.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_EGL_image.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_fixed_point.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/OES_single_precision.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/es_EXT.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/extension_helper.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_API.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_XML.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_doc.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_common.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_recv.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_send.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_proto_size.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glX_server_table.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_API.dtd
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_API.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_XML.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_and_es_API.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_apitemp.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_enums.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_gentable.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_offsets.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_procs.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_table.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gl_x86_asm.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/glapi_gen.mk
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/gles_api.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/license.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/mesadef.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/next_available_offset.sh
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/remap_helper.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/gen/typeexpr.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_dispatch.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_entrypoint.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_gentable.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_getproc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_mapi_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_nop.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_priv.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_sparc.S
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_x86-64.S
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapi_x86.S
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapitable.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glapitemp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glprocs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glthread.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/glthread.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/glapi/sources.mak
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/entry.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/entry.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86-64_tls.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86_tls.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/entry_x86_tsd.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/mapi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/mapi.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/mapi_abi.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/mapi_glapi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/mapi_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/sources.mak
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/stub.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/stub.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/table.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/table.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_compiler.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_current.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_current.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_execmem.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_execmem.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_macros.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_thread.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mapi/mapi/u_thread.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/common/descrip.mms
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/common/driverfuncs.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/common/meta.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/SConscript
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/osmesa.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/drivers/osmesa/osmesa.def
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/APIspec.dtd
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/APIspec.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/APIspec.xml
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/APIspecutil.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/accum.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/accum.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_arrayelt.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_arrayelt.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_exec.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_exec.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_exec_es1.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_exec_es2.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_loopback.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_loopback.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_validate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/api_validate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/arbprogram.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/arbprogram.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/arrayobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/arrayobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/atifragshader.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/atifragshader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/attrib.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/attrib.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/bitset.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/blend.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/blend.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/bufferobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/bufferobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/buffers.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/buffers.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/clear.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/clear.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/clip.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/clip.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/colormac.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/colortab.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/colortab.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/compiler.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/condrender.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/condrender.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/config.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/convolve.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/convolve.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/core.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/cpuinfo.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/cpuinfo.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/dd.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/debug.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/debug.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/depth.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/depth.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/descrip.mms
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/dispatch.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/dlist.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/dlist.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/dlopen.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/dlopen.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/drawpix.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/drawpix.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/drawtex.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/drawtex.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/enable.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/enable.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/enums.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/enums.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/es_generator.py
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/eval.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/eval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/execmem.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/extensions.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/extensions.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/fbobject.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/fbobject.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/feedback.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/feedback.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/ff_fragment_shader.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/ffvertex_prog.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/fog.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/fog.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/format_pack.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/format_pack.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/format_unpack.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/format_unpack.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/formats.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/formats.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/framebuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/framebuffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/get.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/get.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/getstring.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/git_sha1.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/glheader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/hash.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/hash.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/hint.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/hint.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/histogram.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/histogram.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/image.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/image.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/imports.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/imports.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/light.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/light.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/lines.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/lines.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/macros.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/matrix.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/matrix.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/mfeatures.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/mipmap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/mipmap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/mm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/mm.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/mtypes.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/multisample.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/multisample.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/nvprogram.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/nvprogram.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pack.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pack.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pack_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pbo.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pbo.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pixel.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pixel.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pixelstore.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pixelstore.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pixeltransfer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/pixeltransfer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/points.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/points.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/polygon.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/polygon.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/querymatrix.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/queryobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/queryobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/rastpos.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/rastpos.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/readpix.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/readpix.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/remap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/remap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/remap_helper.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/renderbuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/renderbuffer.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/samplerobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/samplerobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/scissor.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/scissor.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shader_query.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shaderapi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shaderapi.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shaderobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shaderobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shared.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/shared.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/simple_list.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/state.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/state.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/stencil.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/stencil.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/syncobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/syncobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_etc_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_fxt1.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_fxt1.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_rgtc_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_s3tc.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texcompress_s3tc.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texenv.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texenv.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texenvprogram.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texformat.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texformat.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texgen.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texgen.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texgetimage.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texgetimage.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/teximage.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/teximage.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texpal.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texpal.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texparam.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texparam.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texstate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texstate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texstorage.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texstorage.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texstore.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texstore.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texturebarrier.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/texturebarrier.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/transformfeedback.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/transformfeedback.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/uniform_query.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/uniforms.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/uniforms.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/varray.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/varray.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/version.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/version.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/viewport.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/viewport.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/vsnprintf.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/main/vtxfmt.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/descrip.mms
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_clip_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_copy_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_debug.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_debug_clip.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_debug_norm.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_debug_util.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_debug_xform.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_dotprod_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_eval.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_eval.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_matrix.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_matrix.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_norm_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_trans_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_translate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_translate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_vector.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_vector.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_xform.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_xform.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/math/m_xform_tmp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/arbprogparse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/arbprogparse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/descrip.mms
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/hash_table.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/hash_table.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/ir_to_mesa.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/lex.yy.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/nvfragparse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/nvfragparse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/nvvertparse.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/nvvertparse.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_cache.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_execute.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_execute.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_instruction.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_instruction.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_noise.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_noise.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_opt_constant_fold.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_optimize.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_optimize.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_parameter.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_parameter.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_parameter_layout.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_parameter_layout.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_print.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_print.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_statevars.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/prog_statevars.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program_lexer.l
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program_parse.tab.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program_parse.tab.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program_parse.y
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program_parse_extra.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/program_parser.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/programopt.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/programopt.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/register_allocate.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/register_allocate.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/sampler.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/sampler.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/string_to_uint_map.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/symbol_table.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/program/symbol_table.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/Makefile
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_blend.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_clip.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_constbuf.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_constbuf.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_depth.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_framebuffer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_msaa.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_rasterizer.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_sampler.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_scissor.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_shader.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_shader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_stipple.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_texture.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_atom_viewport.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cache.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bitmap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bitmap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_blit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_blit.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_clear.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_clear.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_condrender.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_condrender.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawpixels.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawpixels.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawtex.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_drawtex.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_eglimage.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_eglimage.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_fbo.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_fbo.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_feedback.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_feedback.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_flush.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_flush.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_program.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_program.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_queryobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_queryobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_rasterpos.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_rasterpos.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_readpixels.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_readpixels.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_strings.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_strings.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_syncobj.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_syncobj.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texture.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texture.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_viewport.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_viewport.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_xformfb.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_cb_xformfb.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_debug.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_debug.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_draw_feedback.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_extensions.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_extensions.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_format.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_format.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gen_mipmap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gen_mipmap.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_gl_api.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_manager.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_manager.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_program.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_program.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_texture.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/state_tracker/st_texture.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/NOTES
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/descrip.mms
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_aaline.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_aalinetemp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_aatriangle.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_aatritemp.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_alpha.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_alpha.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_atifragshader.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_atifragshader.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_bitmap.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_blend.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_blend.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_blit.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_chan.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_clear.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_context.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_context.h
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_copypix.c
[new file with mode: 0644]
patch
|
blob
reactos/dll/opengl/mesa/src/mesa/swrast/s_depth.c
[new file with mode: 0644]
patch
|
blob