summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-07-221-1/+2
* | softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul2009-09-101-6/+0
* | softpipe: remove unused #includes, move commentBrian Paul2009-09-101-7/+1
* | softpipe: reformatting, clean-ups, commentsBrian Paul2009-09-101-9/+10
* | gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-111-0/+2
* | gallium: Move minify() to u_math.Corbin Simpson2009-08-071-5/+0
* | softpipe: Also defere primary textures to backendJakob Bornecrantz2009-08-051-1/+2
* | softpipe: Mark texture dirty when unmapped.Chia-I Wu2009-07-301-6/+5
|/
* softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul2009-05-271-0/+1
* gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer2009-04-231-0/+19
* softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul2009-04-071-2/+4
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-1/+0
* softpipe: Use p_atomic_read, not atomic_read.Michal Krol2009-03-161-1/+1
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-48/+28
* softpipe: minor code simplification for face/zslice offset calculationBrian Paul2009-02-241-7/+10
* softpipe: minor code movement in softpipe_get_tex_transfer()Brian Paul2009-02-241-4/+5
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-1/+1
|\
| * softpipe: simplify an assertionBrian Paul2009-02-071-1/+1
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-23/+91
|/
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-8/+13
* gallium: make p_winsys internalZack Rusin2009-01-301-10/+10
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-9/+9
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-35/+8