summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess
Commit message (Expand)AuthorAgeFilesLines
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-262-2/+6
* postprocess: silence some MSVC float/int warningsBrian Paul2013-03-212-4/+4
* gallium: remove pipe_surface::usageMarek Olšák2012-12-123-4/+2
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-0/+3
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-294-25/+55
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+1
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-033-16/+16
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-122-2/+2
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-122-2/+4
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-2/+2
* gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák2012-03-301-0/+4
* gallium/postprocess: move declarations before codeBrian Paul2012-02-021-2/+1
* gallium/postprocess: Just to be safe, reference all buffers from outsideLauri Kasanen2012-02-021-0/+10
* gallium/postprocess: Fix depth logicLauri Kasanen2012-02-023-9/+3
* gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer2012-01-241-1/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+1
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* postprocess: remove const qualifiers on unsigned int parametersBrian Paul2011-11-011-2/+2
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* postprocess: Portability fixes.José Fonseca2011-09-253-24/+27
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-183-3/+3
* pp: initialize the sample maskChristoph Bumiller2011-08-261-0/+2
* pp/main queue: Add the PP headersLauri Kasanen2011-08-193-0/+215
* pp/main queue: Add pp_program.[ch]Lauri Kasanen2011-08-192-0/+201
* pp/main queue: Add pp_init.cLauri Kasanen2011-08-191-0/+283
* pp/main queue: Add pp_run.cLauri Kasanen2011-08-191-0/+188
* pp: Add Jimenez' MLAALauri Kasanen2011-08-192-0/+646
* pp: Add the MLAA areamapLauri Kasanen2011-08-191-0/+2821
* pp: Cel-shade filterLauri Kasanen2011-08-192-0/+117
* pp: Color filtersLauri Kasanen2011-08-192-0/+149
* pp: DocsLauri Kasanen2011-08-191-0/+87