summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-08gallium: remove p_screen::surface_buffer_creategallium-no-texture-blanketKeith Whitwell1-7/+8
2010-03-08Merge commit 'origin/master' into gallium-no-texture-blanketKeith Whitwell1-1/+1
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell1-21/+2
2010-03-04gallium: remove texture blanket callKeith Whitwell1-33/+0
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
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-3/+14
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul1-6/+0
2009-09-10softpipe: remove unused #includes, move commentBrian Paul1-7/+1
2009-09-10softpipe: reformatting, clean-ups, commentsBrian Paul1-9/+10
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-2/+6
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz1-0/+2
2009-08-07gallium: Move minify() to u_math.Corbin Simpson1-5/+0
2009-08-05softpipe: Also defere primary textures to backendJakob Bornecrantz1-1/+2
2009-07-30softpipe: Mark texture dirty when unmapped.Chia-I Wu1-6/+5
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell1-1/+2
2009-05-27softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul1-0/+1
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer1-0/+19
2009-04-07softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul1-2/+4
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer1-1/+0
2009-03-16softpipe: Use p_atomic_read, not atomic_read.Michal Krol1-1/+1
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom1-1/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer1-48/+28
2009-02-24softpipe: minor code simplification for face/zslice offset calculationBrian Paul1-7/+10
2009-02-24softpipe: minor code movement in softpipe_get_tex_transfer()Brian Paul1-4/+5
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell1-1/+1
2009-02-07softpipe: simplify an assertionBrian Paul1-1/+1
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-23/+91
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin1-8/+13
2009-01-30gallium: make p_winsys internalZack Rusin1-10/+10
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-9/+9
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-35/+8
2008-12-22softpipe: Don't fill surfaces's winsys fields.José Fonseca1-2/+0
2008-12-22softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca1-15/+34