summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10gallium: rename util_clear_texture to util_clear_texture_swItalo Nicola1-1/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-7/+7
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-5/+5
2021-05-21gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák1-2/+4
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák1-5/+5
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-3/+3
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-6/+6
2017-02-24softpipe: enable clear_texture with util_clear_textureLars Hamre1-0/+2
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-0/+1
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-1/+2
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie1-4/+4
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-2/+4
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-10-31gallium/swrast: fix front buffer blitting. (v2)Dave Airlie1-4/+14
2014-09-30softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()Brian Paul1-2/+3
2014-08-30softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger1-20/+14
2014-03-03softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul1-3/+3
2014-01-29softpipe: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-4/+4
2013-07-12softpipe: silence some MSVC warningsBrian Paul1-6/+6
2013-03-14softpipe: don't assert when creating surfaces with multiple layersRoland Scheidegger1-10/+20
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-11-09softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie1-0/+4
2012-10-11gallium: unify transfer functionsMarek Olšák1-54/+34
2012-09-17softpipe: implement the new can_create_resource() functionBrian Paul1-4/+28
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-2/+0
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-1/+0
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-1/+1
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+1
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul1-5/+26
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul1-1/+5
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-41/+39
2010-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol1-0/+4
2010-04-28softpipe: consolidate tex image offset codeBrian Paul1-29/+32
2010-04-28softpipe: use consistant names for local varsBrian Paul1-36/+33
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca1-0/+22
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-16softpipe: rename vars, update comments, etcBrian Paul1-91/+83
2010-04-16softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul1-12/+12
2010-04-10Squashed commit of the following:Keith Whitwell1-173/+120
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz1-2/+52
2010-03-13softpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-2/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-11/+16
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell1-16/+3
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-40/+8
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell1-21/+2
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell1-65/+50