gbm: use the loader util lib
[mesa.git] / src / gallium / auxiliary / vl /
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-11-08 Christian Königvl: use a separate context for shader based decode v2
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-03 Brian Paulvl: remove old bind_fragment_sampler_states() calls
2013-10-03 Brian Paulvl: use pipe_context::bind_sampler_states() if non...
2013-10-01 Brian Paulgallium: include u_surface.h instead of u_rect.h
2013-09-25 Christian Königvl/mpeg12: use new vlc function to search for start...
2013-09-25 Christian Königvl/vlc: add fast forward search for byte value
2013-08-19 Emil Velikovvl/buffers: consistent use on VL_MAX_SURFACES
2013-08-19 Emil Velikovvl/idct: cleanup all idct buffers
2013-08-19 Emil Velikovvl/buffer: add sanity check after CALLOC_STRUCT
2013-08-19 Andy Furnissvdpau/vl 422 chroma width/height mix up
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-07-25 Dave Airliegallium/vl: add prime support
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-06-26 Maarten Lankhorstvl/mpeg12: handle mpeg-1 bitstreams more correctly
2013-06-22 Maarten Lankhorstvl/mpeg12: fix mpeg-1 bytestream parsing
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-03 Christian Königvl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28...
2013-05-03 Christian Königvl/buffers: fix typo in function name
2013-05-01 Christian Königvl/buffer: use 2D_ARRAY instead of 3D textures
2013-05-01 Christian Königvl/compositor: cleanup background clearing
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-02-23 Vinson Leevl: Fix off-by-one error in device_name_length allocation.
2013-01-21 Maarten Lankhorstvl: round next_msc to integer frame, and kill skew_msc
2013-01-16 Maarten Lankhorstvl/video_buffer: fix up surface ordering for the interl...
2013-01-16 Maarten Lankhorstvl/compositor: fix weave shader bugs
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-26 Christian Königvl: fix the dri winsys helper screen init
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-05-14 Vinson Leevl: Initialize pipe_vertex_buffer.user_buffer fields.
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-03-28 Christian Königvl: move winsys helper out of winsys directory
2012-03-09 Christian Königvl/mpeg12: make bitstream decoder more robust
2012-03-09 Christian Königvl/video_buffer: add YUYV and UYVY support
2012-03-08 Christian Königvl/video_buffer: add YUVA and VUYA support
2012-03-03 Christian Königvl: fix shader in/out numbering
2012-03-02 Christian Königvl/compositor: fix shader in/out numbering
2012-03-02 Christian Königvl/csc: simplify matrix handling
2012-03-02 Christian Königvl/compositor: add support for per layer dst areas
2012-03-02 Christian Königvl/compositor: add per vertex color suport
2012-03-02 Christian Königvl/compositor: replace pipe_video_rect with u_rect
2012-03-02 Christian Königvl/compositor: split shaders and state
2012-02-27 Christian Königvl: adjust matrix and median filter to removal of PIPE_...
2012-02-25 Christian Königvl/compositor: fix a simple typo
2012-02-21 Christian Königvl: add support for bob deinterlacing
2012-02-14 Christian Königvl: fix low strength denoise filter
2012-02-10 Christian Königvl: add a matrix/convolution filter
2012-02-10 Christian Königvl: add a median filter for noise reduction
2012-02-06 Christian Königvl: add VL_MAX_SURFACES define
2012-02-06 Christian Königvl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
2012-02-06 Christian Königvl: prefix size defines with VL_
2012-02-06 Christian Königvl: add a simple weave deinterlacer
2012-02-06 Christian Königvl/video_buffer: fix interlaced surface ordering
2012-02-06 Christian Königvl/video_buffer: fix height of interlaced video buffers
2012-01-16 José Fonsecavl: Make array initialization portable.
2012-01-15 Christian Königvl: fix YV12 handling
2012-01-15 Christian Königvl: move away from state like parameters
2012-01-15 Christian Königvl/video_buffer: add support for interlaced buffers
2012-01-15 Christian Königvl/video_buffer: improve constructor
2012-01-15 Christian Königvl/video_buffer: use template style create params
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-09 Christian Königvl: replace decode_buffers with auxiliary data field
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2012-01-04 Christian Königvl/mpeg2: simple fix to get xine running again
2012-01-02 Christian Königvl: seperate shader buffers from components
2011-12-26 Christian Königvl: call decode_bitstream only once
2011-12-24 Maarten Lankhorstvl: Fix inverted logic in vlc checks
2011-12-23 Maarten Lankhorstvl: improve vlc functions and handling
2011-12-20 Maarten Lankhorstvl: Remove unused declaration
2011-12-20 Maarten Lankhorstvl: Use pipe clear_render_target instead of util_clear_...
2011-12-14 Christian Königg3dvl/compositor: improve dirty area handling
2011-11-06 Vinson Leeg3dvl: Fix memory leaks on error paths.
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Implement VdpGenerateCSCMatrix
2011-11-03 Christian Königg3dvl: remove some stale variable increment
2011-09-25 Christian Königg3dvl: Don't use SCALED types for iDCT
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-14 Emeric Grangeg3dvl: Add max_references parameter to vl_create_decoder()
2011-09-14 Emeric Grangeg3dvl: Add get_clear_color capability
2011-09-14 Emeric Grangeg3dvl: Various whitespace cleanups found while reading...
2011-09-01 Christian Königg3dvl: extend the functionality of the compositor
2011-08-29 Kai Wasserbächvl: Fix include style
2011-08-29 Christian Königg3dvl: Fix a bug not decoding the last 32-64 bits of...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-26 Brian Paulg3dvl: use pointer_to_uintptr() to silence a cast warning
2011-08-26 Brian Paulg3dvl: s/inline/INLINE/ to fix MSVC build
2011-08-26 Brian Paulg3dvl: fix compilation failure on MSVC
2011-08-26 Christian Königg3dvl: Rewrite the mpeg 1&2 bitstream parser
2011-08-26 Christian Königg3dvl: Use a single texture for luma and chroma data
2011-08-26 Christian Königg3dvl: Rework the decoder interface part 5/5
2011-08-26 Christian Königg3dvl: Rework the decoder interface part 4/5
next