Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | d3d1x: adapt to resource_resolve interface change | Christoph Bumiller | 2011-08-07 | 1 | -3/+20 |
| | |||||
* | st/dri: remove an unused-but-set variable | Marek Olšák | 2011-08-05 | 1 | -7/+0 |
| | |||||
* | st/dri: remove a dummy function dri2_create_context | Marek Olšák | 2011-08-05 | 1 | -15/+1 |
| | | | | It does nothing besides calling dri_create_context with the same parameters. | ||||
* | egl/gbm: Fix EGL_DEFAULT_DISPLAY | Benjamin Franzke | 2011-08-04 | 2 | -5/+22 |
| | |||||
* | st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEW | Chia-I Wu | 2011-07-29 | 1 | -3/+4 |
| | | | | So that eglBindTexImage works. | ||||
* | vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2 | Emeric | 2011-07-25 | 1 | -12/+13 |
| | | | | | | Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=39307 Signed-off-by: Christian König <deathsimple@vodafone.de> | ||||
* | g3dvl: no need for flushing inside the compositor any more | Christian König | 2011-07-15 | 3 | -4/+5 |
| | | | | Move that also inside the state tracker where needed. | ||||
* | g3dvl: correctly distinct dst area and clip area in the compositor | Christian König | 2011-07-15 | 3 | -3/+4 |
| | | | | Otherwise xine won't scale correctly. | ||||
* | g3dvl: change picture parameter of decode_bitstream to general version | Christian König | 2011-07-15 | 1 | -1/+1 |
| | | | | Using pipe_mpeg12_picture_desc was unintentional here. | ||||
* | Merge branch 'pipe-video' | Christian König | 2011-07-13 | 42 | -0/+7029 |
|\ | |||||
| * | vaapi: cleanup the source and let the st at least compile again | Christian König | 2011-07-12 | 11 | -611/+517 |
| | | |||||
| * | [g3dvl] add some more PIPE_VIDEO_CAPs | Christian König | 2011-07-12 | 1 | -20/+12 |
| | | |||||
| * | [g3dvl] fix a whole bunch of memory leaks | Christian König | 2011-07-11 | 4 | -0/+14 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-07-11 | 7 | -51/+131 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/r600/r600_pipe.c src/gallium/drivers/r600/r600_state_inlines.h | ||||
| * | | vdpau: make capabilities query more sane | Christian König | 2011-07-10 | 3 | -45/+32 |
| | | | |||||
| * | | vdpau: implement VdpOutputSurfaceGetParameters | Christian König | 2011-07-10 | 4 | -18/+51 |
| | | | |||||
| * | | vdpau: add implementation of VdpDecoderGetParameters | Christian König | 2011-07-08 | 2 | -0/+34 |
| | | | |||||
| * | | [g3dvl] and finally remove pipe_video_context | Christian König | 2011-07-08 | 10 | -56/+34 |
| | | | |||||
| * | | [g3dvl] move video buffer creation out of video context | Christian König | 2011-07-08 | 2 | -6/+10 |
| | | | |||||
| * | | [g3dvl] move compositor creation and handling directly into the state trackers | Christian König | 2011-07-08 | 7 | -34/+34 |
| | | | |||||
| * | | [g3dvl] remove sampler view handling from video context | Christian König | 2011-07-08 | 2 | -16/+79 |
| | | | |||||
| * | | [g3dvl] remove create_surface from video context | Christian König | 2011-07-08 | 1 | -3/+6 |
| | | | |||||
| * | | [g3dvl] rename get_param to get_video_param and move into screen object | Christian König | 2011-07-07 | 1 | -1/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-07-04 | 60 | -679/+4834 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac src/gallium/drivers/r600/r600_state_inlines.h src/gallium/tests/trivial/Makefile src/gallium/winsys/g3dvl/dri/XF86dri.c src/gallium/winsys/g3dvl/dri/driclient.c src/gallium/winsys/g3dvl/dri/driclient.h src/gallium/winsys/g3dvl/dri/xf86dri.h src/gallium/winsys/g3dvl/dri/xf86dristr.h src/gallium/winsys/r600/drm/r600_bo.c | ||||
| * \ \ | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-06-09 | 4 | -70/+10 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/tests/unit/u_format_test.c src/gallium/winsys/r600/drm/r600_hw_context.c | ||||
| * | | | | xvmc: fix some warning about uninitialized vars | Christian König | 2011-06-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [g3dvl] move dummy quantification into xvmc state tracker | Christian König | 2011-06-07 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | [g3dvl] split quant matrix out of picture info | Christian König | 2011-06-05 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | [g3dvl] rename map/unmap to begin/end frame | Christian König | 2011-06-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | mapping and unmapping of buffers is just an implementation detail. begining and ending an frame is much more descriptive | ||||
| * | | | | [g3dvl] remove unused and dublicate fields from picture structure | Christian König | 2011-06-05 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-06-05 | 4 | -24/+24 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-05-21 | 6 | -81/+197 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-05-15 | 16 | -40/+543 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | vdpau: use multiple buffers to speed up rendering | Christian König | 2011-05-07 | 2 | -9/+27 |
| | | | | | | | | |||||
| * | | | | | | | vdpau: implement PresentationQueueSetBackgroundColor | Christian König | 2011-05-07 | 1 | -1/+11 |
| | | | | | | | | |||||
| * | | | | | | | vdpau: as long as we don't have a background picture we don't want an alpha ↵ | Christian König | 2011-05-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel | ||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-05-07 | 9 | -279/+634 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/r600/r600_state.c | ||||
| * | | | | | | | | vdpau: make state tracker far less noisy | Christian König | 2011-05-04 | 9 | -33/+59 |
| | | | | | | | | | |||||
| * | | | | | | | | vdpau: remove empty color.c file | Christian König | 2011-05-04 | 1 | -0/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | vdpau: remove the unused and incomplete mpeg2 parser | Christian König | 2011-05-04 | 3 | -200/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | [g3dvl] Implement MPEG2 VLD | Christian König | 2011-05-04 | 1 | -18/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based uppon xine's slice_xvmc.c. This gets VDPAU up and running. | ||||
| * | | | | | | | | [g3dvl] Name of pkg-config file is libva. | Johannes Obermayr | 2011-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian König <deathsimple@vodafone.de> | ||||
| * | | | | | | | | vdpau: start to implement MPEG2 decoder part | Christian König | 2011-04-27 | 3 | -181/+98 |
| | | | | | | | | | |||||
| * | | | | | | | | [g3dvl] make reset_dirty_area a public interface | Christian König | 2011-04-27 | 1 | -7/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | xvmc: recreate drawable surface only when dst area changes | Christian König | 2011-04-27 | 3 | -9/+19 |
| | | | | | | | | | |||||
| * | | | | | | | | [g3dvl] fix a couple of bugs around paletted subpictures | Christian König | 2011-04-27 | 1 | -9/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | vdpau: implement OutputSurfaceDestroy | Christian König | 2011-04-26 | 1 | -1/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | vdpau: implement PresentationQueueDestroy | Christian König | 2011-04-26 | 1 | -2/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | vdpau: implement VideoMixerDestroy | Christian König | 2011-04-26 | 1 | -1/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | vdpau: add stups for the missing functions | Christian König | 2011-04-26 | 8 | -28/+193 |
| | | | | | | | | |