gallium/util: replace pipe_mutex with mtx_t
[mesa.git] / src / gallium / auxiliary / vl /
2017-02-22 Nayan Deshmukhvl: u_upload_alloc might fail to allocate buffer in...
2017-02-22 Thomas Hellstromgallium/vl: Simplify the matrix filter fragment shader
2017-02-22 Thomas Hellstromgallium/vl: Parameter substitution in the csc matrix...
2017-02-22 Thomas Hellstromgallium/vl: Simplify usage of full range matrices
2017-02-22 Thomas Hellstromgallium/vl Fix brightness matrix description
2017-02-22 Thomas Hellstromgallium/vl: Don't map vertex buffers on creation
2017-02-22 Thomas Hellstromgallium/vl: Add sampler views to video filter fragment...
2017-02-22 Thomas Hellstromgallium/vl: declare sampler views in compositor shaders
2017-02-18 Marek Olšákvl: fix a buffer leak in the bicubic filter by using...
2017-02-14 Marek Olšákgallium/vl: use the common uploader
2017-02-13 Emil Velikovvl: remove DRI2DriverPrimeShift compile guards
2017-01-17 Nayan Deshmukhvl/dri3: use external texture as back buffers(v4)
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-03 Christian Königvl/zscan: fix "Fix trivial sign compare warnings"
2017-01-03 Nayan Deshmukhvl/compositor: implement error handling
2016-11-22 Marek Olšákgallium: fix more occurences of u_hash.h
2016-11-22 Emil Velikovauxiliary/vl/dri: call get_xcb_screen() only once
2016-10-04 Matt Whitlockgallium/auxiliary: replace call to dup(2) with fcntl...
2016-10-03 Nayan Deshmukhvl/dri3: fix warning about incompatible pointer type
2016-09-20 Nayan Deshmukhvl/dri3: handle the case of different GPU(v4.2)
2016-09-12 Leo Liuvl/rbsp: match initial escaped bits with valid in the...
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-24 Leo Liuvl/rbsp: fix another three byte not detected
2016-08-10 Leo Liuvl/rbsp: add a check for emulation prevention three...
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-08-04 Michel Dänzervl/dri3: Destroy Present event context when destroying...
2016-07-19 Eric Engestromvl: fix memory leak
2016-07-18 Leo Liuvl/dri3: fix a memory leak from front buffer
2016-07-12 Leo Liuvl/compositor: set layer of y or uv to render
2016-07-12 Leo Liuvl/compositor: add weave to yuv shader
2016-07-12 Leo Liuvl/compositor: move weave shader out from rgb weaving
2016-07-08 Nayan Deshmukhvl: add half pixel to v_tex before adding offsets
2016-07-01 Nayan Deshmukhvl: add a bicubic interpolation filter(v5)
2016-06-16 Christian Königvl: support luma keying for interlaced surfaces as...
2016-06-14 Julien Isorcest/va: ensure linear memory for dmabuf
2016-06-13 Jan Veselyvl: Fix trivial sign compare warnings
2016-06-10 Leo Liuvl/dri3: support receiving new pixmap for front buffer
2016-06-10 Leo Liuvl/dri3: get Makefile properly
2016-06-09 Nayan Deshmukhvl: Apply luma key filter before CSC conversion
2016-05-23 Emil Velikovvl/drm: don't call close(-1) in vl_drm_screen_create...
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-16 Jose Fonsecavl/dri: Move the DRI3 check out of sources include...
2016-05-16 Leo Liuvl/dri3: implement functions for get and set timestamp
2016-05-16 Leo Liuvl/dri3: handle PresentCompleteNotify event
2016-05-16 Leo Liuvl/dri3: implement DRI3 BufferFromPixmap
2016-05-16 Leo Liuvl/dri3: add support for resizing
2016-05-16 Leo Liuvl/dri3: implement funciton for get dirty area
2016-05-16 Leo Liuvl/dri3: implement function for flush frontbuffer
2016-05-16 Leo Liuvl/dri3: add back buffers support
2016-05-16 Leo Liuvl/dri3: implement flushing for queued events
2016-05-16 Leo Liuvl/dri3: register present events
2016-05-16 Leo Liuvl/dri3: set drawable geometry
2016-05-16 Leo Liuvl/dri3: add DRI3 support and implement create and...
2016-05-12 Leo Liuvl/dri: fix close fd error out
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Leo Liuvl: add zig zag scan for list 4x4
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-12 Christian Königvl: use preferred format for deinterlacing
2016-01-12 Christian Königvl: improve motion adaptive deinterlacer
2016-01-12 Christian Königvl/buffers: extract vl_video_buffer_adjust_size helper
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Marek Olšákvl: allow fragment shader POSITION to be a system value
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/auxiliary: Sanitize NULL checks into canonical...
2015-11-30 Julien Isorcevl/buffers: fixes vl_video_buffer_formats for RGBX
2015-11-29 Emil Velikovauxiliary/vl/dri: fd management cleanups
2015-11-29 Emil Velikovauxiliary/vl/drm: fd management cleanups
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-21 Emil Velikovauxiliary/vl: Don't close the drm fd on failure
2015-11-21 Emil Velikov{auxiliary,targets}/vl: use static/dynamic pipe-loader
2015-11-21 Emil Velikovgallium: remove library_path argument from pipe_loader_...
2015-11-20 Emil Velikovauxiliary/vl/dri2: coding style fixes
2015-11-20 Emil Velikovauxiliary/vl/dri2: hide internal functions
2015-11-20 Emil Velikovauxiliary/vl/drm: hide internal functions
2015-11-20 Emil Velikovauxiliary/vl/dri2: setup the dispatch
2015-11-20 Emil Velikovauxiliary/vl/drm: use a label for the error path
2015-11-20 Emil Velikovauxiliary/vl/drm: setup the dispatch
2015-11-20 Emil Velikovauxiliary/vl: add dispatch table
2015-11-20 Emil Velikovauxiliary/vl: rename vl_screen_create to vl_dri2_screen...
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-08 Leo Liuvl: add drm support for vl_screen
2015-11-06 Julien Isorcevl/buffers: add RGBX and BGRX to the supported formats
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-04 Vinson Leevl/mpeg12: Silence GCC unused-variable warning.
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-13 Emil Velikovauxiliary/vl: use the correct screen index
2015-07-13 Emil Velikovauxiliary/vl: use loader_open_device() over open()
2015-07-13 Emil Velikovpipe-loader: remove pipe_loader_drm_probe_fd() x_auth...
2015-07-09 Christian Königvl: cleanup video buffer private when the decoder is...
next