summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_run.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-111-2/+1
* gallium: pause queries for all meta opsMarek Olšák2016-04-121-0/+1
* postprocess: use new cso_save/restore_state() functionsBrian Paul2016-02-161-38/+20
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-221-2/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-221-2/+2
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-161-0/+6
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+3
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-1/+1
* postprocess: refactor header files, etcBrian Paul2013-11-181-1/+3
* postprocess: rename program to pp_programBrian Paul2013-11-181-7/+7
* 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