Age | Commit message (Expand) | Author |
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-03 | Move pf_get_bits/size() to u_format auxiliary module. | Michal Krol |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-10-10 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-10 | softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c | Brian Paul |
2009-09-29 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-29 | softpipe: initialize the clear_flags bitvector in sp_create_tile_cache() | Brian Paul |
2009-09-23 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-23 | softpipe: added max texture/surface size sanity check | Brian Paul |
2009-09-23 | softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size | Brian Paul |
2009-08-23 | Merge branch 'tex-tilecache' into softpipe-opt | Keith Whitwell |
2009-08-21 | softpipe: minor code refactoring to remove softpipe/tile cache dependencies | Brian Paul |
2009-08-18 | softpipe: fix typo in clear_tile | Keith Whitwell |
2009-08-18 | softpipe: split texture and surface tile caches | Keith Whitwell |
2009-07-23 | softpipe: also shortcircuit non-texture tile lookups | Keith Whitwell |
2009-07-22 | softpipe: shortcircuit repeated lookups of the same tile | Keith Whitwell |
2009-07-22 | softpipe: make some small steps to flush texture cache less frequently | Keith Whitwell |
2009-07-22 | softpipe: remove backwards dependency from tilecache to softpipe | Keith Whitwell |
2009-04-06 | softpipe: clean up the buffer clear and tile cache code a little | Brian Paul |
2009-04-03 | softpipe: add additional surface formats in tile cache code | Brian Paul |
2009-03-18 | softpipe: more texture transfer fixes. | Brian Paul |
2009-03-18 | softpipe: need to set tc->transfer=NULL after destroying the transfer object | Brian Paul |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-16 | softpipe: some improvements to texture tile cache | Brian Paul |
2009-02-12 | gallium: Fix a couple of potential NULL pointer dereferences. | Michel Dänzer |
2009-02-12 | softpipe: Unbreak keeping track of cached surface. | Michel Dänzer |
2009-02-12 | Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'. | Michel Dänzer |
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 |
2008-11-23 | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-07 | softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM | Brian Paul |
2008-07-24 | softpipe: Remove unused variables. | José Fonseca |
2008-07-13 | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca |
2008-06-20 | gallium: fix some surface usage bugs | Brian Paul |
2008-05-30 | gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver | Brian Paul |
2008-05-06 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-02 | gallium: fix typos, comments, whitespace | Brian Paul |
2008-05-01 | softpipe: use CPU flags for mapping | Keith Whitwell |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-04-30 | gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORM | Brian Paul |
2008-04-22 | softpipe: make NUM_ENTRIES 32 so that div/mods are easier | Keith Whitwell |
2008-03-19 | gallium: set tc->surface_map = NULL after unmapping | Brian |
2008-02-27 | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian |
2008-02-26 | gallium: remove pipe parameter from pipe_texture_reference() | Brian |
2008-02-20 | gallium: new pipe->texture_update() function | Brian |
2008-02-20 | gallium: use pipe_texture_reference() in sp_tile_cache_set_texture() | Brian |
2008-02-15 | Code reorganization: update build. | José Fonseca |