summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-122-2/+4
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-2/+2
* gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák2012-03-301-0/+4
* 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-023-9/+3
* gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer2012-01-241-1/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+1