summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.c
AgeCommit message (Expand)Author
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol
2010-04-28softpipe: consolidate tex image offset codeBrian Paul
2010-04-28softpipe: use consistant names for local varsBrian Paul
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-16softpipe: rename vars, update comments, etcBrian Paul
2010-04-16softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-13softpipe: Remove unnecessary header.Vinson Lee
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-03-04softpipe: remove dead get_texture_buffer functionKeith Whitwell
2010-03-02softpipe: Rename pipe formats.José Fonseca
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2010-01-19softpipe: remove redundant assignmentsBrian Paul
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-04softpipe: fix double-minify in texture layoutKeith Whitwell
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-07softpipe: new commentsBrian Paul
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-27g3dvl: Formatting and cleanups.Younes Manton
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul
2009-09-10softpipe: remove unused #includes, move commentBrian Paul
2009-09-10softpipe: reformatting, clean-ups, commentsBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-05softpipe: Also defere primary textures to backendJakob Bornecrantz
2009-07-30softpipe: Mark texture dirty when unmapped.Chia-I Wu
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-05-27softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer
2009-04-07softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul