summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/postprocess
AgeCommit message (Expand)AuthorFilesLines
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák2-3/+3
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák2-2/+2
2013-11-18postprocess: document the pp_init() function.Brian Paul1-1/+8
2013-11-18postprocess: move #defines to filters.hBrian Paul2-3/+4
2013-11-18postprocess: refactor header files, etcBrian Paul8-47/+70
2013-11-18postprocess: rename program to pp_programBrian Paul8-23/+23
2013-11-18postprocess: simplify pp_free() codeBrian Paul1-14/+13
2013-08-05postprocess: Check ppq is null before calling pp_free_bos.Vinson Lee1-1/+3
2013-07-30gallium/postprocessing: convert blits to pipe->blitMarek Olšák5-25/+54
2013-07-30gallium/postprocessing: fix shader parsingMarek Olšák1-2/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-3/+3
2013-07-03postprocess: move second temporary assertion into isolated configurationMatthew McClure1-2/+2
2013-06-27postprocess: handle partial intialization failures.Matthew McClure7-95/+281
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke11-11/+11
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-03-26cso: add constant buffer save/restore feature for postprocessingMarek Olšák2-2/+6
2013-03-21postprocess: silence some MSVC float/int warningsBrian Paul2-4/+4
2012-12-12gallium: remove pipe_surface::usageMarek Olšák3-4/+2
2012-12-12gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák1-0/+3
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák4-25/+55
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-1/+1
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul3-16/+16
2012-07-12st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2-2/+2
2012-07-12gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2-2/+4
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-2/+2
2012-03-30gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák1-0/+4
2012-02-02gallium/postprocess: move declarations before codeBrian Paul1-2/+1
2012-02-02gallium/postprocess: Just to be safe, reference all buffers from outsideLauri Kasanen1-0/+10
2012-02-02gallium/postprocess: Fix depth logicLauri Kasanen3-9/+3
2012-01-24gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer1-1/+2
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-0/+1
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-0/+1
2011-11-05pp: Reorder calloc to avoid memory leak on error path.Vinson Lee1-3/+4
2011-11-01postprocess: remove const qualifiers on unsigned int parametersBrian Paul1-2/+2
2011-10-25pp: Fix memory leak on error path.Vinson Lee1-1/+2
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-09-25postprocess: Portability fixes.José Fonseca3-24/+27
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie3-3/+3
2011-08-26pp: initialize the sample maskChristoph Bumiller1-0/+2
2011-08-19pp/main queue: Add the PP headersLauri Kasanen3-0/+215
2011-08-19pp/main queue: Add pp_program.[ch]Lauri Kasanen2-0/+201
2011-08-19pp/main queue: Add pp_init.cLauri Kasanen1-0/+283
2011-08-19pp/main queue: Add pp_run.cLauri Kasanen1-0/+188
2011-08-19pp: Add Jimenez' MLAALauri Kasanen2-0/+646
2011-08-19pp: Add the MLAA areamapLauri Kasanen1-0/+2821
2011-08-19pp: Cel-shade filterLauri Kasanen2-0/+117
2011-08-19pp: Color filtersLauri Kasanen2-0/+149
2011-08-19pp: DocsLauri Kasanen1-0/+87