aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_mlaa.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/postprocess: Fix resource freeingThomas Hellstrom2016-09-011-4/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-9/+5
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium/util: use cso_set_samplersMarek Olšák2015-07-231-9/+14
* postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin2015-02-071-0/+3
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-2/+2
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-1/+1
* postprocess: refactor header files, etcBrian Paul2013-11-181-0/+2
* postprocess: rename program to pp_programBrian Paul2013-11-181-1/+1
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-07-301-5/+3
* postprocess: handle partial intialization failures.Matthew McClure2013-06-271-34/+87
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-261-2/+2
* postprocess: silence some MSVC float/int warningsBrian Paul2013-03-211-2/+2
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-031-12/+12
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-121-1/+1
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-121-1/+2
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-2/+2
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* postprocess: Portability fixes.José Fonseca2011-09-251-7/+9
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-1/+1
* pp: Add Jimenez' MLAALauri Kasanen2011-08-191-0/+304