Age | Commit message (Expand) | Author |
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 |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-24 | softpipe: minor code simplification for face/zslice offset calculation | Brian Paul |
2009-02-24 | softpipe: minor code movement in softpipe_get_tex_transfer() | Brian Paul |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-07 | softpipe: simplify an assertion | Brian Paul |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2009-02-02 | gallium: remove pipe_buffer from surfaces | Zack Rusin |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-29 | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin |
2009-01-20 | gallium: Remove the standalone surfaces. | José Fonseca |
2008-12-22 | softpipe: Don't fill surfaces's winsys fields. | José Fonseca |
2008-12-22 | softpipe: Call surface_alloc_storage to get the pipebuffer for display targets. | José Fonseca |
2008-12-22 | softpipe: initialize refcount and winsys | Jerome Glisse |
2008-12-22 | softpipe: convert to use texture instead of surface | Jerome Glisse |
2008-09-04 | softpipe: Use pipe_buffer_* inlines as much as possible. | José Fonseca |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-07-05 | softpipe: Compute block size for display targets. | José Fonseca |
2008-07-05 | softpipe: Implement texture blankets. | José Fonseca |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca |
2008-06-23 | gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip... | Brian Paul |
2008-06-20 | gallium: fix some surface usage bugs | Brian Paul |
2008-05-07 | gallium: Propagate tex_usage flags down to winsys. | José Fonseca |
2008-05-02 | gallium: Add texture usage flags, special-case allocation of display targets | Keith Whitwell |
2008-05-01 | softpipe: use CPU flags for mapping | Keith Whitwell |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-03-22 | gallium: remove temporary _screen suffix from function names | Brian |
2008-03-19 | gallium: add face, dirtyLevels params to pipe->texture_update() | Brian Paul |
2008-03-14 | gallium: remove DOS carriage returns | Brian |
2008-03-05 | gallium: michel's patch to rework texture/sampler binding interface | Keith Whitwell |
2008-02-27 | gallium: remove unnecessary assignment | Brian |
2008-02-27 | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian |
2008-02-27 | gallium: implement pipe_screen for softpipe driver | Brian |
2008-02-27 | gallium: softpipe_init_texture_funcs(), make texture func static | Brian |
2008-02-26 | gallium: remove pipe parameter from pipe_texture_reference() | Brian |
2008-02-22 | gallium: fix brokenb build | Brian |
2008-02-23 | gallium: Fix build on Windows. | Michal Krol |
2008-02-20 | gallium: replace some ordinary assignments with pipe_reference_texture() | Brian |
2008-02-20 | gallium: fix bad ptr comparison | Brian |
2008-02-20 | gallium: new pipe->texture_update() function | Brian |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca |