Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. C_SOURCES := \
  2.         svga_cmd.c \
  3.         svga_cmd.h \
  4.         svga_context.c \
  5.         svga_context.h \
  6.         svga_debug.h \
  7.         svga_draw_arrays.c \
  8.         svga_draw.c \
  9.         svga_draw_elements.c \
  10.         svga_draw.h \
  11.         svga_draw_private.h \
  12.         svga_format.c \
  13.         svga_format.h \
  14.         svga_hw_reg.h \
  15.         svga_pipe_blend.c \
  16.         svga_pipe_blit.c \
  17.         svga_pipe_clear.c \
  18.         svga_pipe_constants.c \
  19.         svga_pipe_depthstencil.c \
  20.         svga_pipe_draw.c \
  21.         svga_pipe_flush.c \
  22.         svga_pipe_fs.c \
  23.         svga_pipe_misc.c \
  24.         svga_pipe_query.c \
  25.         svga_pipe_rasterizer.c \
  26.         svga_pipe_sampler.c \
  27.         svga_pipe_vertex.c \
  28.         svga_pipe_vs.c \
  29.         svga_public.h \
  30.         svga_resource_buffer.c \
  31.         svga_resource_buffer.h \
  32.         svga_resource_buffer_upload.c \
  33.         svga_resource_buffer_upload.h \
  34.         svga_resource.c \
  35.         svga_resource.h \
  36.         svga_resource_texture.c \
  37.         svga_resource_texture.h \
  38.         svga_sampler_view.c \
  39.         svga_sampler_view.h \
  40.         svga_screen.c \
  41.         svga_screen_cache.c \
  42.         svga_screen_cache.h \
  43.         svga_screen.h \
  44.         svga_shader.c \
  45.         svga_shader.h \
  46.         svga_state.c \
  47.         svga_state_constants.c \
  48.         svga_state_framebuffer.c \
  49.         svga_state_fs.c \
  50.         svga_state.h \
  51.         svga_state_need_swtnl.c \
  52.         svga_state_rss.c \
  53.         svga_state_tss.c \
  54.         svga_state_vdecl.c \
  55.         svga_state_vs.c \
  56.         svga_surface.c \
  57.         svga_surface.h \
  58.         svga_swtnl_backend.c \
  59.         svga_swtnl_draw.c \
  60.         svga_swtnl.h \
  61.         svga_swtnl_private.h \
  62.         svga_swtnl_state.c \
  63.         svga_tgsi.c \
  64.         svga_tgsi_decl_sm30.c \
  65.         svga_tgsi_emit.h \
  66.         svga_tgsi.h \
  67.         svga_tgsi_insn.c \
  68.         svga_winsys.h \
  69.         \
  70.         svgadump/svga_dump.c \
  71.         svgadump/svga_dump.h \
  72.         svgadump/svga_shader_dump.c \
  73.         svgadump/svga_shader_dump.h \
  74.         svgadump/svga_shader.h \
  75.         svgadump/svga_shader_op.c \
  76.         svgadump/svga_shader_op.h
  77.  
  78. SVGA_H_FILES := \
  79.         include/includeCheck.h \
  80.         include/svga3d_caps.h \
  81.         include/svga3d_cmd.h \
  82.         include/svga3d_devcaps.h \
  83.         include/svga3d_limits.h \
  84.         include/svga3d_reg.h \
  85.         include/svga3d_shaderdefs.h \
  86.         include/svga3d_surfacedefs.h \
  87.         include/svga3d_types.h \
  88.         include/svga_escape.h \
  89.         include/svga_overlay.h \
  90.         include/svga_reg.h \
  91.         include/svga_types.h \
  92.         include/vmware_pack_begin.h \
  93.         include/vmware_pack_end.h
  94.