summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/postprocess
AgeCommit message (Expand)AuthorFilesLines
2019-05-08gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warningBrian Paul1-1/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+2
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák3-5/+5
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák1-1/+1
2018-04-04gallium/pp: fix MLAA shadersMarek Olšák1-4/+4
2018-04-04gallium/pp: use user constant buffersMarek Olšák2-33/+5
2017-09-04pp: always use two-dimensional constant referencesNicolai Hähnle1-10/+10
2016-09-01gallium/postprocess: Fix resource freeingThomas Hellstrom1-4/+2
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-9/+5
2016-05-11gallium: refactor pipe_shader_state to support multiple IR'sRob Clark1-2/+1
2016-04-12gallium: pause queries for all meta opsMarek Olšák1-0/+1
2016-03-21postprocess: declare sampler views in shadersBrian Paul2-0/+9
2016-02-16postprocess: use new cso_save/restore_state() functionsBrian Paul1-38/+20
2015-12-06gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan3-3/+3
2015-07-23gallium/util: use cso_set_samplersMarek Olšák2-11/+16
2015-07-22cso: only allow saving and restoring fragment sampler statesMarek Olšák1-2/+2
2015-07-22cso: only allow saving and restoring fragment sampler viewsMarek Olšák1-2/+2
2015-05-16gallium: disable tessellation shaders for meta opsMarek Olšák1-0/+6
2015-05-15gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV1-0/+9
2015-02-07postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin1-0/+3
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák1-2/+0
2014-11-16gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák1-1/+1
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin1-0/+3
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