OSDN Git Service

g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
authorYounes Manton <younes.m@gmail.com>
Sun, 27 Sep 2009 23:49:06 +0000 (19:49 -0400)
committerYounes Manton <younes.m@gmail.com>
Sun, 27 Sep 2009 23:49:06 +0000 (19:49 -0400)
commitf547472bfa0a797adacc2a7688b4c1ba65381a80
treedf0070c8a239b105c512fa8cf24e8b776523558a
parentda793b743462e84e3bca7a0ed7f24b4c942e0834
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
24 files changed:
configs/default
configure.ac
src/gallium/SConscript
src/gallium/auxiliary/vl/Makefile [new file with mode: 0644]
src/gallium/auxiliary/vl/SConscript [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_bitstream_parser.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_bitstream_parser.h [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_compositor.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_compositor.h [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_shader_build.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_shader_build.h [new file with mode: 0644]
src/gallium/drivers/softpipe/Makefile
src/gallium/drivers/softpipe/SConscript
src/gallium/drivers/softpipe/sp_texture.c
src/gallium/drivers/softpipe/sp_texture.h
src/gallium/drivers/softpipe/sp_video_context.c [new file with mode: 0644]
src/gallium/drivers/softpipe/sp_video_context.h [new file with mode: 0644]
src/gallium/include/pipe/p_defines.h
src/gallium/include/pipe/p_format.h
src/gallium/include/pipe/p_screen.h
src/gallium/include/pipe/p_video_context.h [new file with mode: 0644]
src/gallium/include/pipe/p_video_state.h [new file with mode: 0644]