aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess
Commit message (Expand)AuthorAgeFilesLines
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-283-10/+12
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-313-5/+5
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-1/+1
* gallium/pp: fix MLAA shadersMarek Olšák2018-04-041-4/+4
* gallium/pp: use user constant buffersMarek Olšák2018-04-042-33/+5
* pp: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-10/+10
* gallium/postprocess: Fix resource freeingThomas Hellstrom2016-09-011-4/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-9/+5
* 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: declare sampler views in shadersBrian Paul2016-03-212-0/+9
* postprocess: use new cso_save/restore_state() functionsBrian Paul2016-02-161-38/+20
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-063-3/+3
* gallium/util: use cso_set_samplersMarek Olšák2015-07-232-11/+16
* 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
* gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2015-05-151-0/+9
* postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin2015-02-071-0/+3
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+0
* gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák2014-11-161-1/+1
* 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: remove PIPE_USAGE_STATICMarek Olšák2014-02-062-3/+3
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-122-2/+2
* postprocess: document the pp_init() function.Brian Paul2013-11-181-1/+8
* postprocess: move #defines to filters.hBrian Paul2013-11-182-3/+4
* postprocess: refactor header files, etcBrian Paul2013-11-188-47/+70
* postprocess: rename program to pp_programBrian Paul2013-11-188-23/+23
* postprocess: simplify pp_free() codeBrian Paul2013-11-181-14/+13
* postprocess: Check ppq is null before calling pp_free_bos.Vinson Lee2013-08-051-1/+3
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-07-305-25/+54
* gallium/postprocessing: fix shader parsingMarek Olšák2013-07-301-2/+2
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-3/+3
* postprocess: move second temporary assertion into isolated configurationMatthew McClure2013-07-031-2/+2
* postprocess: handle partial intialization failures.Matthew McClure2013-06-277-95/+281
* 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-2311-11/+11
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* 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