summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-22gallium: pass pipe_stencil_ref by value (it has only 2 bytes)Marek Olšák1-5/+5
2020-12-01gallium/util: update fallthrough commentsPierre-Eric Pelloux-Prayer1-1/+1
2020-11-11u_blitter: port radv 3D blit coords logic.Dave Airlie1-6/+14
2020-11-09gallium/util: do not pass undefined sample-countErik Faye-Lund1-2/+1
2020-10-02gallium/util: allow scissored blits for stencil-fallbackErik Faye-Lund1-5/+20
2020-10-02gallium/util: fix memory-leakErik Faye-Lund1-0/+3
2020-09-29gallium/util: allow scaling blits for stencil-fallbackErik Faye-Lund1-8/+10
2020-09-29gallium/util: fix texture-coordinates for stencil-fallbackErik Faye-Lund1-1/+10
2020-09-29gallium/util: set right dst-dimensionsErik Faye-Lund1-1/+1
2020-09-23gallium/util: add blitter-support for stencil-fallbackErik Faye-Lund1-0/+137
2020-04-23gallium: add # of MRT to blend stateRob Clark1-0/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-10-17gallium/u_blitter: remove an unused variableMarek Olšák1-2/+0
2019-10-17gallium/u_blitter: set a more sane viewport-stateErik Faye-Lund1-6/+5
2019-08-06radeonsi: make sure that rasterizer state != NULL and remove all NULL checkingMarek Olšák1-0/+7
2019-08-06radeonsi: make sure that DSA state != NULL and remove all NULL checkingMarek Olšák1-0/+7
2019-08-06radeonsi: make sure that blend state != NULL and remove all NULL checkingMarek Olšák1-0/+7
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-4/+4
2019-07-23u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer1-6/+8
2019-07-23u_blitter: enable msaa when dst num samples is > 1Pierre-Eric Pelloux-Prayer1-6/+12
2019-07-03gallium/u_blitter: implement copying from ZS to color and vice versaMarek Olšák1-35/+112
2019-07-03gallium/util: rewrite depth-stencil blit shadersMarek Olšák1-13/+6
2019-07-03gallium/u_blitter: enable MSAA when blitting to MSAA surfacesBrian Paul1-22/+34
2019-06-03u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák1-1/+2
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+2
2018-08-14gallium/u_blitter: save/restore window rectanglesMarek Olšák1-0/+10
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-3/+6
2018-07-12u_blitter: Add an option to draw the triangles using an index buffer.Eric Anholt1-2/+14
2018-03-09gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt1-0/+64
2018-02-08gallium/util: silence clang warning in blitter codeBrian Paul1-1/+1
2018-02-08gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.cBrian Paul1-4/+6
2017-12-25gallium/util: add util_num_layers helperMarek Olšák1-2/+2
2017-12-12gallium/u_blitter: replace tabs with spacesBrian Paul1-18/+18
2017-11-17gallium/aux/util/u_blitter.c: Silence some warningsGert Wollny1-5/+5
2017-10-07radeonsi: don't change viewport for blits, use window-space positionsMarek Olšák1-1/+3
2017-10-07radeonsi: don't save and restore vertex buffers and elements for u_blitterMarek Olšák1-6/+9
2017-10-07gallium/u_blitter: let drivers decide which VS to use for draw_rectangleMarek Olšák1-41/+50
2017-10-07gallium/u_blitter: let drivers set the vertex elements stateMarek Olšák1-26/+28
2017-10-07gallium/u_blitter: remove blitter_context_priv::viewportMarek Olšák1-10/+8
2017-09-11gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directlyMarek Olšák1-2/+2
2017-09-11gallium/u_blitter: don't pass GENERIC in VS if it's not neededMarek Olšák1-17/+45
2017-09-11gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák1-86/+95
2017-09-11gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák1-26/+26
2017-09-11gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák1-50/+43
2017-08-22gallium/u_blitter: don't use boolean, TRUE, FALSEMarek Olšák1-61/+61
2017-08-22gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differentlyMarek Olšák1-1/+1
2017-08-22gallium/u_blitter: remove get_next_surface_layer callbackMarek Olšák1-6/+1
2017-07-25gallium/util: s/unsigned/enum tgsi_texture_type/Brian Paul1-7/+8
2017-07-17gallium/u_blitter: don't use TXF for scaled blitsMarek Olšák1-4/+6
2017-06-07gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák1-18/+34