summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blit.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-16gallium/aux: remove unused u_blit.[ch]Erik Faye-Lund1-647/+0
2020-02-28gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák1-6/+7
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-07-24gallium+mesa: fix tgsi_semantic array typeEric Engestrom1-2/+4
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šák1-0/+1
2018-05-12gallium: remove aux_vertex_buffer_slot codeMarek Olšák1-3/+2
2018-02-08gallium/util: trivial whitespace/formatting fixes in u_blit.cBrian Paul1-9/+9
2018-02-07gallium/util: replace uint with tgsi enum typesBrian Paul1-4/+5
2018-02-07u_blit: (trivial) fix bogus argument order for set_fragment_shaderRoland Scheidegger1-2/+2
2018-02-07u_blit,u_simple_shaders: add shader to convert from xrbias formatRoland Scheidegger1-15/+25
2017-11-17gallium/aux/util/u_blit.c: Fix -Wunused-param warningsGert Wollny1-1/+1
2017-06-07gallium/util: add _LZ and TXF options to simple shadersMarek Olšák1-1/+1
2016-11-16util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle1-1/+3
2016-06-10gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat1-4/+4
2016-04-28gallium/util: s/Elements/ARRAY_SIZE/Brian Paul1-3/+3
2016-04-12gallium: pause queries for all meta opsMarek Olšák1-0/+1
2016-02-16gallium/util: use new cso_save/restore_state() functionsBrian Paul1-34/+18
2015-07-23gallium/util: use cso_set_samplersMarek Olšák1-2/+4
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-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2015-06-21util/blitter (and friends): generate appropriate SVIEW declsRob Clark1-8/+27
2015-05-16gallium: disable tessellation shaders for meta opsMarek Olšák1-0/+6
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-09-24util: use linear formats in util_blit_pixels()Brian Paul1-2/+2
2014-09-24util: simplify writemask parameters for util_blit_pixels()Brian Paul1-9/+16
2014-09-24util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit codeBrian Paul1-5/+5
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-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-11-20u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca1-1/+2
2013-09-18util/u_blit: Implement util_blit_pixels via pipe_context::blit.José Fonseca1-410/+37
2013-09-18util/u_blit: Support blits from cubemaps.José Fonseca1-3/+31
2013-07-12util: add casts to silence MSVC warnings in u_blit.cBrian Paul1-14/+14
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2012-12-12gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák1-0/+3
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-8/+11
2012-08-15gallium/u_blitter: implement blitting multisample resourcesMarek Olšák1-4/+4
2012-08-15gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák1-1/+1
2012-08-04gallium/u_blit: bail out if src is a multisample textureMarek Olšák1-0/+6
2012-08-04gallium/u_blit: check nr_samples before using resource_copy_regionMarek Olšák1-1/+2
2012-08-04gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák1-0/+6
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul1-19/+19
2012-07-12st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák1-35/+171
2012-07-12st/mesa: set colormask to zero when blitting depthMarek Olšák1-4/+8
2012-07-12gallium/u_blit: remove useless memset callsMarek Olšák1-6/+0