summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_resource_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-1/+1
2016-09-06gallium: switch drivers to the slab allocator in src/utilMarek Olšák1-2/+2
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-13/+6
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2014-01-29i915g: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-4/+4
2012-10-11gallium: unify transfer functionsMarek Olšák1-24/+13
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-1/+0
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+1
2012-03-05Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák1-6/+1
2012-01-05gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák1-1/+6
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-1/+0
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz1-2/+1
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz1-2/+34
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-12/+13
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-18i915g: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-14i915g: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-0/+162