| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: fix clearing of individual color buffers in a fb | Roland Scheidegger | 2014-04-25 | 1 | -1/+0 |
* | llvmpipe: handle NULL color buffer pointers | Brian Paul | 2014-01-17 | 1 | -6/+17 |
* | llvmpipe: fix bogus layer clamping in setup | Roland Scheidegger | 2013-10-29 | 1 | -7/+24 |
* | llvmpipe: add support for layered rendering | Roland Scheidegger | 2013-06-07 | 1 | -2/+10 |
* | llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1 | Roland Scheidegger | 2013-06-05 | 1 | -2/+0 |
* | llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4 | Roland Scheidegger | 2013-05-31 | 1 | -0/+2 |
* | llvmpipe: Remove x/y from cmd_bin | Adam Jackson | 2013-05-31 | 1 | -1/+3 |
* | llvmpipe: get rid of tiled/linear layout remains | Roland Scheidegger | 2013-05-29 | 1 | -4/+2 |
* | llvmpipe: get rid of depth swizzling. | Roland Scheidegger | 2013-05-03 | 1 | -1/+1 |
* | llvmpipe: don't assert when trying to render to surfaces with multiple layers | Roland Scheidegger | 2013-03-14 | 1 | -2/+0 |
* | llvmpipe: remove the power of two sizeof(struct cmd_block) assertion | Brian Paul | 2013-03-07 | 1 | -7/+0 |
* | llvmpipe: add some scene limit sanity check assertions | Brian Paul | 2013-03-06 | 1 | -0/+22 |
* | llvmpipe: support rendering to buffer render targets. | Roland Scheidegger | 2013-02-28 | 1 | -12/+23 |
* | llvmpipe: EXT_transform_feedback support (v1.1) | Dave Airlie | 2012-12-06 | 1 | -1/+2 |
* | llvmpipe: Eliminate color buffer swizzling. | José Fonseca | 2012-11-29 | 1 | -2/+0 |
* | llvmpipe: Unswizzled rendering. | James Benton | 2012-11-28 | 1 | -0/+2 |
* | llvmpipe: Also reset the state in lp_scene_bin_reset | José Fonseca | 2011-09-29 | 1 | -0/+1 |
* | llvmpipe: Plug fence leaks. | José Fonseca | 2010-12-09 | 1 | -0/+1 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -15/+13 |
* | llvmpipe: reintroduce SET_STATE binner command | Keith Whitwell | 2010-10-15 | 1 | -1/+3 |
* | llvmpipe: cast to silence warning | Brian Paul | 2010-09-15 | 1 | -1/+1 |
* | llvmpipe: fix wierd performance regression in isosurf | Keith Whitwell | 2010-09-12 | 1 | -6/+8 |
* | llvmpipe: Refactor lp_scene_add_resource_reference | José Fonseca | 2010-09-07 | 1 | -14/+15 |
* | llvmpipe: Fix negated logic in lp_scene_add_resource_reference(). | José Fonseca | 2010-09-07 | 1 | -1/+1 |
* | llvmpipe: rasterization debugging helpers | Keith Whitwell | 2010-09-07 | 1 | -0/+3 |
* | llvmpipe: use opcodes instead of function pointers in bins | Keith Whitwell | 2010-09-07 | 1 | -73/+107 |
* | llvmpipe: enforce fixed memory limit on scenes | Keith Whitwell | 2010-09-07 | 1 | -92/+135 |
* | llvmpipe: clean up deferred zstencil clears | Keith Whitwell | 2010-09-07 | 1 | -1/+0 |
* | llvmpipe: don't clear unused bins | Keith Whitwell | 2010-08-22 | 1 | -2/+5 |
* | llvmpipe: eliminate the set_state rasterizer command | Keith Whitwell | 2010-07-13 | 1 | -54/+0 |
* | llvmpipe: move fences from per-bin to per-thread | Keith Whitwell | 2010-07-13 | 1 | -0/+3 |
* | llvmpipe: ensure all bins are reset avoids memory corruption. | Alan Hourihane | 2010-07-06 | 1 | -2/+2 |
* | llvmpipe: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -1/+1 |
* | llvmpipe: Remove unnecessary headers. | Vinson Lee | 2010-05-04 | 1 | -1/+0 |
* | llvmpipe: add some tests for malloc() returning NULL. | Brian Paul | 2010-05-04 | 1 | -10/+16 |
* | gallium: move framebuffer utility functions into a new file | Brian Paul | 2010-05-03 | 1 | -0/+1 |
* | llvmpipe: remove unused write_depth | Brian Paul | 2010-04-28 | 1 | -5/+1 |
* | 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 | 1 | -1/+12 |
* | 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 | 1 | -15/+23 |
* | Merge the lp-surface-tiling branch into master. | Brian Paul | 2010-04-16 | 1 | -41/+8 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -15/+21 |
* | llvmpipe: limit max texture size to 2Kx2K for now | Brian Paul | 2010-04-02 | 1 | -0/+3 |
* | llvmpipe: Don't use texture transfer internally. | José Fonseca | 2010-03-13 | 1 | -46/+24 |
* | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 1 | -2/+2 |
* | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -10/+10 |
* | llvmpipe: reorganize transfer usage | Keith Whitwell | 2010-03-02 | 1 | -49/+199 |
* | llvmpipe: added some assertions | Brian Paul | 2010-02-23 | 1 | -0/+3 |