Age | Commit message (Expand) | Author |
2010-05-19 | softpipe: Calculate slice_stride field in get_transfer(). | Michal Krol |
2010-04-28 | softpipe: consolidate tex image offset code | Brian Paul |
2010-04-28 | softpipe: use consistant names for local vars | Brian Paul |
2010-04-25 | softpipe: Make softpipe transfers in-order. | José Fonseca |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-16 | softpipe: rename vars, update comments, etc | Brian Paul |
2010-04-16 | softpipe: s/template/templat/ to avoid potential C++ issues | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-16 | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz |
2010-03-13 | softpipe: Remove unnecessary header. | Vinson Lee |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-09 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell |
2010-03-04 | softpipe: remove dead get_texture_buffer function | Keith Whitwell |
2010-03-02 | softpipe: Rename pipe formats. | José Fonseca |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | softpipe: added region assertions in softpipe_get_tex_transfer() | Brian Paul |
2010-01-20 | softpipe: Remove unnecessary headers. | Vinson Lee |
2010-01-19 | softpipe: remove redundant assignments | Brian Paul |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-04 | softpipe: fix double-minify in texture layout | Keith Whitwell |
2009-12-03 | Move pf_get_block() to u_format auxiliary module. | Michal Krol |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-10-07 | softpipe: new comments | Brian Paul |
2009-10-02 | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer |
2009-09-27 | g3dvl: Formatting and cleanups. | Younes Manton |
2009-09-27 | g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs | Younes Manton |
2009-09-23 | Merge branch 'softpipe-opt' | Keith Whitwell |
2009-09-10 | softpipe: remove no-op softpipe_init_texture_funcs() function | Brian Paul |
2009-09-10 | softpipe: remove unused #includes, move comment | Brian Paul |
2009-09-10 | softpipe: reformatting, clean-ups, comments | Brian Paul |
2009-08-21 | softpipe: rework texture sampling code | Keith Whitwell |
2009-08-11 | gallium: Add texture usage information to surface_buffer_create | Jakob Bornecrantz |
2009-08-07 | gallium: Move minify() to u_math. | Corbin Simpson |
2009-08-05 | softpipe: Also defere primary textures to backend | Jakob Bornecrantz |
2009-07-30 | softpipe: Mark texture dirty when unmapped. | Chia-I Wu |
2009-07-22 | softpipe: make some small steps to flush texture cache less frequently | Keith Whitwell |
2009-05-27 | softpipe: include sp_winsys.h to silence warning (unprototyped function) | Brian Paul |
2009-04-23 | gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set. | Michel Dänzer |
2009-04-07 | softpipe: minor debug-help changes in softpipe_transfer_map() | Brian Paul |
2009-03-23 | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer |
2009-03-16 | softpipe: Use p_atomic_read, not atomic_read. | Michal Krol |
2009-03-16 | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom |