[g3dvl] and finally split the decoder part out of the context
authorChristian König <deathsimple@vodafone.de>
Tue, 5 Apr 2011 22:06:20 +0000 (00:06 +0200)
committerChristian König <deathsimple@vodafone.de>
Tue, 5 Apr 2011 22:06:20 +0000 (00:06 +0200)
commitd9ad3aa3b9647f1ede2568600978af956ff32fff
tree91eb6e083acdaa6f368a607ad558df27d6d2ede1
parent3a2b906805985e0a4258bcbaed4cdff758875514
[g3dvl] and finally split the decoder part out of the context

This should give a good basis to implement vdpau ontop of it.
24 files changed:
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/vl/vl_compositor.c
src/gallium/auxiliary/vl/vl_context.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_context.h [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_mpeg12_context.c [deleted file]
src/gallium/auxiliary/vl/vl_mpeg12_context.h [deleted file]
src/gallium/auxiliary/vl/vl_mpeg12_decoder.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_mpeg12_decoder.h [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_video_buffer.c
src/gallium/auxiliary/vl/vl_video_buffer.h
src/gallium/drivers/nv40/nv40_video_context.c
src/gallium/drivers/nv40/nv40_video_context.h
src/gallium/drivers/nvfx/nvfx_video_context.c
src/gallium/drivers/nvfx/nvfx_video_context.h
src/gallium/drivers/r600/r600_video_context.c
src/gallium/drivers/r600/r600_video_context.h
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/include/pipe/p_screen.h
src/gallium/include/pipe/p_video_context.h
src/gallium/state_trackers/xorg/xvmc/context.c
src/gallium/state_trackers/xorg/xvmc/surface.c
src/gallium/state_trackers/xorg/xvmc/xvmc_private.h
src/gallium/winsys/g3dvl/dri/dri_winsys.c
src/gallium/winsys/g3dvl/vl_winsys.h