| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: free vertex buffer memory in lp_setup_vbuf_destroy() | Brian Paul | 2010-04-28 | 1 | -1/+6 |
* | llvmpipe: fix scene queue memory leak | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: fix scene queue memory leak | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: fix mem leak in llvmpipe_resource_destroy() | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: fix surface memory leak during tear-down | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: remove unused psize_slot field | Brian Paul | 2010-04-28 | 1 | -3/+0 |
* | llvmpipe: move/rename llvmpipe_init_surface_functions() | Brian Paul | 2010-04-28 | 3 | -7/+5 |
* | llvmpipe: make rasterizer-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -18/+17 |
* | llvmpipe: update comments, fix formatting | Brian Paul | 2010-04-28 | 1 | -10/+9 |
* | llvmpipe: remove old prototypes, fix-up formatting | Brian Paul | 2010-04-28 | 1 | -10/+9 |
* | llvmpipe: make shader-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 4 | -29/+37 |
* | llvmpipe: make clip-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -25/+28 |
* | llvmpipe: make draw-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -29/+22 |
* | llvmpipe: make vertex-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -21/+19 |
* | llvmpipe: make blend-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -42/+38 |
* | llvmpipe: make sampler-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -46/+27 |
* | llvmpipe: remove some unneeded shader structure fields | Brian Paul | 2010-04-28 | 2 | -9/+2 |
* | llvmpipe: dump shaders if LP_DEBUG=tgsi | Brian Paul | 2010-04-28 | 2 | -0/+12 |
* | llvmpipe: remove unused write_depth | Brian Paul | 2010-04-28 | 3 | -15/+6 |
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-04-28 | 1 | -1/+0 |
* | llvmpipe: remove lp_scene_map_buffers(), lp_scene_unmap_buffers() | Brian Paul | 2010-04-27 | 1 | -58/+4 |
* | llvmpipe: implement max scene size | Brian Paul | 2010-04-27 | 4 | -2/+61 |
* | llvmpipe: added llvmpipe_resource_size() | Brian Paul | 2010-04-27 | 2 | -0/+25 |
* | llvmpipe: comment-out unused field for now | Brian Paul | 2010-04-27 | 1 | -1/+1 |
* | llvmipe: update comments | Brian Paul | 2010-04-27 | 1 | -3/+3 |
* | llvmpipe: Remove unused variable. | Vinson Lee | 2010-04-26 | 1 | -2/+0 |
* | llvmpipe: No need to flush the caches for buffers. | José Fonseca | 2010-04-25 | 2 | -12/+14 |
* | llvmpipe: Cleanup/improve llvmpipe_flush_resource usage. | José Fonseca | 2010-04-25 | 4 | -36/+48 |
* | llvmpipe: Remove unused variable. | Vinson Lee | 2010-04-25 | 1 | -2/+0 |
* | llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resource | José Fonseca | 2010-04-25 | 4 | -15/+12 |
* | llvmpipe: Fix buffer overflow unswizzling several formats. | José Fonseca | 2010-04-25 | 1 | -1/+1 |
* | llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs. | José Fonseca | 2010-04-25 | 4 | -24/+36 |
* | llvmpipe: Cleanup llvmpipe_is_format_supported(). | José Fonseca | 2010-04-25 | 1 | -20/+19 |
* | llvmpipe: Remove sp2lp.sh. | José Fonseca | 2010-04-25 | 1 | -34/+0 |
* | llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.c | José Fonseca | 2010-04-25 | 3 | -2/+2 |
* | llvmpipe: Remove unused variable. | Vinson Lee | 2010-04-24 | 1 | -2/+0 |
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-04-24 | 1 | -1/+0 |
* | llvmpipe: Initialize dummy variable. | José Fonseca | 2010-04-24 | 1 | -1/+1 |
* | llvmpipe: Don't use fences when not using threads. | José Fonseca | 2010-04-24 | 1 | -10/+15 |
* | llvmpipe: Move the determination of the number of threads to the screen. | José Fonseca | 2010-04-24 | 8 | -25/+36 |
* | gallivm: Centralize the cpu caps detection. | José Fonseca | 2010-04-24 | 1 | -9/+0 |
* | llvmpipe: Pass flatshade_first to setup. | José Fonseca | 2010-04-24 | 1 | -0/+2 |
* | llvmpipe: add initial autoconf support. | Dave Airlie | 2010-04-24 | 1 | -2/+3 |
* | llvmpipe: Remove unused variable. | Vinson Lee | 2010-04-24 | 1 | -2/+0 |
* | gallium: s/free/FREE/ and same for friends. | José Fonseca | 2010-04-23 | 1 | -1/+1 |
* | llvmpipe: rename texture refs to resource refs | Brian Paul | 2010-04-23 | 3 | -26/+34 |
* | llvmpipe: update for half float formats | Alan Hourihane | 2010-04-23 | 1 | -1/+1 |
* | llvmpipe: increase max 2D texture / surface size to 4K x 4K | Brian Paul | 2010-04-23 | 1 | -1/+1 |
* | llvmpipe: rename MAXWIDTH, MAXHEIGHT | Brian Paul | 2010-04-23 | 3 | -6/+6 |
* | llvmpipe: rename lp_tile_size.h to lp_limits.h | Brian Paul | 2010-04-23 | 5 | -7/+10 |