summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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