summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-237-8/+18
* vl: remove old bind_fragment_sampler_states() callsBrian Paul2013-10-037-47/+17
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-037-8/+49
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-301-1/+1
* vl/mpeg12: use new vlc function to search for start codesChristian König2013-09-251-1/+1
* vl/vlc: add fast forward search for byte valueChristian König2013-09-251-10/+74
* vl/buffers: consistent use on VL_MAX_SURFACESEmil Velikov2013-08-191-3/+3
* vl/idct: cleanup all idct buffersEmil Velikov2013-08-191-1/+1
* vl/buffer: add sanity check after CALLOC_STRUCTEmil Velikov2013-08-191-0/+2
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-192-3/+3
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-192-2/+4
* vl: add entrypoint to get_video_paramChristian König2013-08-193-2/+6
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-199-32/+32
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-193-5/+5
* vl: use a template for create_video_decoderChristian König2013-08-194-41/+19
* vl: Add support for max level query v2Rico Schüller2013-08-142-0/+21
* gallium/vl: add prime supportDave Airlie2013-07-261-1/+19
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-1/+1
* vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst2013-06-261-5/+16
* vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst2013-06-221-6/+24
* gallium: Add support for multiple viewportsZack Rusin2013-05-256-8/+8
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-033-16/+21
* vl/buffers: fix typo in function nameChristian König2013-05-032-13/+13
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-013-20/+22
* vl/compositor: cleanup background clearingChristian König2013-05-012-4/+6
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-236-6/+12
* vl: Fix off-by-one error in device_name_length allocation.Vinson Lee2013-02-231-2/+1
* vl: round next_msc to integer frame, and kill skew_mscMaarten Lankhorst2013-01-211-5/+2
* vl/video_buffer: fix up surface ordering for the interlaced caseMaarten Lankhorst2013-01-161-6/+6
* vl/compositor: fix weave shader bugsMaarten Lankhorst2013-01-161-5/+7
* gallium: remove pipe_surface::usageMarek Olšák2012-12-122-3/+0
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-314-6/+6
* vl: fix the dri winsys helper screen initChristian König2012-10-261-0/+2
* gallium: unify transfer functionsMarek Olšák2012-10-113-58/+22
* vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee2012-05-141-0/+4
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* vl: move winsys helper out of winsys directoryChristian König2012-03-283-0/+639
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-092-1/+2
* vl/video_buffer: add YUYV and UYVY supportChristian König2012-03-091-16/+59
* vl/video_buffer: add YUVA and VUYA supportChristian König2012-03-081-0/+20
* vl: fix shader in/out numberingChristian König2012-03-035-10/+10
* vl/compositor: fix shader in/out numberingChristian König2012-03-021-5/+5
* vl/csc: simplify matrix handlingChristian König2012-03-024-69/+64
* vl/compositor: add support for per layer dst areasChristian König2012-03-022-39/+45
* vl/compositor: add per vertex color suportChristian König2012-03-022-31/+84
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-022-31/+31
* vl/compositor: split shaders and stateChristian König2012-03-022-163/+240
* vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READChristian König2012-02-272-9/+12
* vl/compositor: fix a simple typoChristian König2012-02-251-1/+1