iris: Do SET_TILING at a single point rather than in two places.
[mesa.git] / src / gallium / auxiliary / vl /
2019-05-16 Leo Liuvl/dri3: set back buffer from output to NULL with front...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-04-19 Kristian H. Kristensengallium/auxiliary/vl: Fix a couple of warnings
2019-04-05 James Zhugallium/auxiliary/vl: Add barrier/unbind after compute...
2019-04-05 James Zhugallium/auxiliary/vl: Fixed blank issue with compute...
2019-04-05 James Zhugallium/auxiliary/vl: Fixed blur issue with weave compu...
2019-03-25 Leo Liuvl/dri3: remove the wait before getting back buffer
2019-03-15 James Zhugallium/auxiliary/vl: Change weave compute shader imple...
2019-03-15 James Zhugallium/auxiliary/vl: Change grid setting
2019-03-15 James Zhugallium/auxiliary/vl: Increase shader_params size
2019-02-23 Vinson Leegallium/auxiliary/vl: Fix duplicate symbol build errors.
2019-02-21 James Zhugallium/auxiliary/vl: Fix transparent issue on compute...
2019-02-15 James Zhugallium/auxiliary/vl: Add video compositor compute...
2019-02-15 James Zhugallium/auxiliary/vl: Add compute shader to support...
2019-02-15 James Zhugallium/auxiliary/vl: Rename csc_matrix and increase...
2019-02-15 James Zhugallium/auxiliary/vl: Split vl_compositor graphic shade...
2019-02-15 James Zhugallium/auxiliary/vl: Move dirty define to header file
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-10-30 Eric Engestromvl: drop left-over variable
2018-10-03 Emil Velikovpipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
2018-10-03 Emil Velikovvl/dri3: do full teardown on screen_destroy
2018-09-13 Leo Liuvl/dri: add color depth to vl winsys
2018-09-13 Leo Liuvl/dri3: add support for 10 bits format
2018-09-13 Leo Liuvl/dri: add 10 bits format supports
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-04-12 Leo Liuvl: add VP9 probability tables
2018-02-17 Marek Olšákgallium: use PIPE_CAP_CONSTBUF0_FLAGS
2017-09-30 Marek Olšákgallium/vl: don't use the template keyword
2017-09-25 Leo Liuvl/compositor: convert RGB buffer to YUV with color...
2017-09-25 Leo Liuvl/csc: add a RGB to YUV CSC matrix
2017-09-25 Leo Liuvl/compositor: create RGB to YUV fragment shader
2017-09-25 Leo Liuvl/compositor: add Bob top and bottom to YUV deint...
2017-09-25 Leo Liuvl/compositor: remove vl_compositor_yuv_deint() function
2017-09-25 Leo Liuvl/compositor: add a new function for YUV deint
2017-09-25 Leo Liuvl/compositor: extend YUV deint function to do field...
2017-09-25 Leo Liuvl/compositor: separate YUV part from shader video...
2017-09-07 Leo Liuvl/compositor: make vl_compositor_set_yuv_layer() static
2017-09-07 Leo Liuvl/compositor: make a helper function for YUV deinterlacing
2017-08-04 Nicolai Hähnlepipe-loader: remove config from pipe_loader_create_screen
2017-08-02 Nicolai Hähnlegallium: add pipe_screen_config to screen_create functions
2017-07-17 Mark Thompsonst/va: Fix scaling list ordering for H.265
2017-06-23 Marek Olšákgallium: allow passing 'unsigned flags' to create_screen()
2017-06-21 Eric Engestromegl: turn one more boolean `int` into a `bool`
2017-06-12 Marek Olšákvl,omx,va,vdpau,xvmc: don't set the priv pointer in...
2017-05-19 Emil Velikovauxiliary/vl: use vl_*_screen_create stubs when buildin...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-03-13 Christian Königvl/video_buffer: add support for P016
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
next