summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_init.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+0
* postprocess: refactor header files, etcBrian Paul2013-11-181-0/+1
* postprocess: rename program to pp_programBrian Paul2013-11-181-1/+1
* postprocess: simplify pp_free() codeBrian Paul2013-11-181-14/+13
* postprocess: Check ppq is null before calling pp_free_bos.Vinson Lee2013-08-051-1/+3
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-07-301-13/+0
* postprocess: handle partial intialization failures.Matthew McClure2013-06-271-36/+109
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* postprocess: silence some MSVC float/int warningsBrian Paul2013-03-211-2/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+2
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-9/+4
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-031-1/+1
* gallium/postprocess: Fix depth logicLauri Kasanen2012-02-021-6/+1
* gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer2012-01-241-1/+2
* postprocess: remove const qualifiers on unsigned int parametersBrian Paul2011-11-011-2/+2
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* postprocess: Portability fixes.José Fonseca2011-09-251-16/+16
* pp/main queue: Add pp_init.cLauri Kasanen2011-08-191-0/+283