summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul2014-03-111-3/+3
* 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
|\ \
| * | softpipe: fix double-minify in texture layoutKeith Whitwell2009-12-041-1/+1
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-20/+13
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+3
|/ /
* / gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-24/+25
|/
* softpipe: new commentsBrian Paul2009-10-071-0/+39
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-12/+3
* g3dvl: Formatting and cleanups.Younes Manton2009-09-271-2/+1
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+56
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-3/+14
|\
| * softpipe: rework texture sampling codeKeith Whitwell2009-08-211-2/+6