summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_run.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-07-301-5/+43
* gallium/postprocessing: fix shader parsingMarek Olšák2013-07-301-2/+2
* postprocess: move second temporary assertion into isolated configurationMatthew McClure2013-07-031-2/+2
* postprocess: handle partial intialization failures.Matthew McClure2013-06-271-5/+34
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-261-0/+4
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* 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-291-1/+40
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+1
* 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/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-021-1/+1
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-1/+1
* pp/main queue: Add pp_run.cLauri Kasanen2011-08-191-0/+188