| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: use single swizzled tile | Keith Whitwell | 2010-07-16 | 1 | -34/+21 |
* | llvmpipe: eliminate the set_state rasterizer command | Keith Whitwell | 2010-07-13 | 1 | -20/+3 |
* | llvmpipe: pass mask into fragment shader | Keith Whitwell | 2010-07-13 | 1 | -57/+69 |
* | llvmpipe: move fences from per-bin to per-thread | Keith Whitwell | 2010-07-13 | 1 | -0/+4 |
* | llvmpipe: use dummy tile when out of memory | Brian Paul | 2010-06-30 | 1 | -5/+7 |
* | llvmpipe: fix comment typo | Brian Paul | 2010-06-25 | 1 | -1/+1 |
* | Merge branch 'gallium-newclear' | Roland Scheidegger | 2010-06-03 | 1 | -9/+24 |
|\ |
|
| * | llvmpipe: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -9/+24 |
* | | llvmpipe: Remove unused framebuffer stuff from the rasterizer. | José Fonseca | 2010-05-30 | 1 | -11/+6 |
* | | llvmpipe: Don't force a linear to tiled conversion after rasterization on deb... | José Fonseca | 2010-05-30 | 1 | -12/+14 |
* | | llvmpipe: Pass the fs variant to the rasterizer. | José Fonseca | 2010-05-30 | 1 | -2/+4 |
|/ |
|
* | llvmpipe: implement occlusion query | Qicheng Christopher Li | 2010-05-06 | 1 | -2/+62 |
* | llvmpipe: fix scene queue memory leak | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmipe: update comments | Brian Paul | 2010-04-27 | 1 | -3/+3 |
* | llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs. | José Fonseca | 2010-04-25 | 1 | -2/+4 |
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-04-24 | 1 | -1/+0 |
* | llvmpipe: Move the determination of the number of threads to the screen. | José Fonseca | 2010-04-24 | 1 | -15/+3 |
* | llvmpipe: Portability fixes. | José Fonseca | 2010-04-22 | 1 | -2/+2 |
* | llvmpipe: whitespace fix | Brian Paul | 2010-04-20 | 1 | -1/+1 |
* | llvmpipe: fix rendering to 3D textures | Brian Paul | 2010-04-19 | 1 | -3/+3 |
* | Merge the lp-surface-tiling branch into master. | Brian Paul | 2010-04-16 | 1 | -113/+209 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -2/+2 |
* | llvmpipe: Disable threads by default on embedded. | José Fonseca | 2010-03-31 | 1 | -0/+4 |
* | llvmpipe: disable an assertion | Brian Paul | 2010-03-25 | 1 | -1/+1 |
* | llvmpipe: call lp_fence_signal() | Brian Paul | 2010-03-24 | 1 | -12/+1 |
* | gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through | Brian Paul | 2010-03-18 | 1 | -0/+2 |
* | llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST | Brian Paul | 2010-03-18 | 1 | -18/+20 |
* | llvmpipe: Don't use texture transfer internally. | José Fonseca | 2010-03-13 | 1 | -6/+8 |
* | llvmpipe: add pipe_thread_wait() calls | Brian Paul | 2010-03-05 | 1 | -0/+6 |
* | llvmpipe: remove some ifdefs | Keith Whitwell | 2010-03-02 | 1 | -5/+0 |
* | llvmpipe: reorganize transfer usage | Keith Whitwell | 2010-03-02 | 1 | -216/+94 |
* | llvmpipe: clean up rasterization threads upon context destruction | Brian Paul | 2010-02-24 | 1 | -0/+17 |
* | llvmpipe: more lp_rasterizer_task parameter passing | Brian Paul | 2010-02-24 | 1 | -64/+55 |
* | llvmpipe: pass fewer parameters to rasterization functions | Brian Paul | 2010-02-24 | 1 | -3/+2 |
* | llvmpipe: added assertions to verify that scene is empty | Brian Paul | 2010-02-23 | 1 | -0/+3 |
* | llvmpipe: Leave depth buffer in swizzled format. | José Fonseca | 2010-02-10 | 1 | -105/+52 |
* | llvmpipe: added counters for color tile clear, load, store | Brian Paul | 2010-02-08 | 1 | -0/+7 |
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -1/+1 |
* | llvmpipe: Disable multithreading on windows. | José Fonseca | 2010-02-05 | 1 | -0/+6 |
* | Merge remote branch 'origin/lp-binning' | José Fonseca | 2010-02-05 | 1 | -6/+5 |
* | llvmpipe: remove tile clipping code | Brian Paul | 2010-01-20 | 1 | -20/+0 |
* | llvmpipe: asst. task-related clean-ups | Brian Paul | 2010-01-19 | 1 | -22/+29 |
* | llvmpipe: remove unneeded DEBUG checks, use step var | Brian Paul | 2010-01-19 | 1 | -5/+1 |
* | llvmpipe: added show_tiles and show_subtiles debug options | Brian Paul | 2010-01-18 | 1 | -0/+60 |
* | llvmpipe: use new u_ringbuffer for scene queue | Keith Whitwell | 2010-01-17 | 1 | -1/+1 |
* | llvmpipe: generate two shader varients, one omits triangle in/out testing | Brian Paul | 2010-01-15 | 1 | -19/+33 |
* | llvmpipe: use one loop in lp_rast_clear_zstencil() | Brian Paul | 2010-01-13 | 1 | -4/+3 |
* | llvmpipe: optimize lp_rast_clear_color() for non-gray colors | Brian Paul | 2010-01-13 | 1 | -6/+22 |
* | llvmpipe: add bin debugger | Keith Whitwell | 2010-01-13 | 1 | -5/+52 |
* | llvmpipe: implement lp_rast_load_zstencil | Keith Whitwell | 2010-01-13 | 1 | -2/+34 |