summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-0/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-1/+2
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-4/+4
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-2/+4
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-4/+14
* softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()Brian Paul2014-09-301-2/+3
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-20/+14
* softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul2014-03-031-3/+3
* softpipe: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi2014-01-291-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-4/+4
* softpipe: silence some MSVC warningsBrian Paul2013-07-121-6/+6
* softpipe: don't assert when creating surfaces with multiple layersRoland Scheidegger2013-03-141-10/+20
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-091-0/+4
* gallium: unify transfer functionsMarek Olšák2012-10-111-54/+34
* softpipe: implement the new can_create_resource() functionBrian Paul2012-09-171-4/+28
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-2/+0
* gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-1/+1
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-281-5/+26
* softpipe: support for 1D/2D texture arraysBrian Paul2011-01-251-1/+5
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-41/+39
* softpipe: Calculate slice_stride field in get_transfer().Michal Krol2010-05-191-0/+4
* softpipe: consolidate tex image offset codeBrian Paul2010-04-281-29/+32
* softpipe: use consistant names for local varsBrian Paul2010-04-281-36/+33
* softpipe: Make softpipe transfers in-order.José Fonseca2010-04-251-0/+22
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* softpipe: rename vars, update comments, etcBrian Paul2010-04-161-91/+83
* softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul2010-04-161-12/+12
* Squashed commit of the following:Keith Whitwell2010-04-101-173/+120
* winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-2/+52
* softpipe: Remove unnecessary header.Vinson Lee2010-03-131-1/+0
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-11/+16
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-16/+3
|\
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-40/+8
| * Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-21/+2
| |\
| | * softpipe: remove dead get_texture_buffer functionKeith Whitwell2010-03-041-20/+0
| | * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+2
* | | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-65/+50
|/ /
* | softpipe: Rename pipe formats.José Fonseca2010-03-021-1/+1
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
* | softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
* | softpipe: remove redundant assignmentsBrian Paul2010-01-191-5/+0
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-7/+7
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-20/+13
|\ \