summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-04softpipe: remove dead get_texture_buffer functionKeith Whitwell1-20/+0
2010-03-02softpipe: Rename pipe formats.José Fonseca1-1/+1
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz1-1/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-21softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul1-0/+4
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-19softpipe: remove redundant assignmentsBrian Paul1-5/+0
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-7/+7
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-20/+13
2009-12-04softpipe: fix double-minify in texture layoutKeith Whitwell1-1/+1
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-1/+3
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger1-20/+13
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-24/+25
2009-10-07softpipe: new commentsBrian Paul1-0/+39
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-12/+3
2009-09-27g3dvl: Formatting and cleanups.Younes Manton1-2/+1
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton1-0/+56