aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: remove dead codeKeith Whitwell2010-08-251-37/+0
* llvmpipe: added some jit debug codeBrian Paul2010-07-291-0/+10
* llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul2010-07-271-2/+3
* llvmpipe: use single swizzled tileKeith Whitwell2010-07-161-34/+21
* llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell2010-07-131-20/+3
* llvmpipe: pass mask into fragment shaderKeith Whitwell2010-07-131-57/+69
* llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-131-0/+4
* llvmpipe: use dummy tile when out of memoryBrian Paul2010-06-301-5/+7
* llvmpipe: fix comment typoBrian Paul2010-06-251-1/+1
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-9/+24
|\
| * llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-9/+24
* | llvmpipe: Remove unused framebuffer stuff from the rasterizer.José Fonseca2010-05-301-11/+6
* | llvmpipe: Don't force a linear to tiled conversion after rasterization on deb...José Fonseca2010-05-301-12/+14
* | llvmpipe: Pass the fs variant to the rasterizer.José Fonseca2010-05-301-2/+4
|/
* llvmpipe: implement occlusion queryQicheng Christopher Li2010-05-061-2/+62
* llvmpipe: fix scene queue memory leakBrian Paul2010-04-281-0/+2
* llvmipe: update commentsBrian Paul2010-04-271-3/+3
* llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs.José Fonseca2010-04-251-2/+4
* llvmpipe: Remove unnecessary header.Vinson Lee2010-04-241-1/+0
* llvmpipe: Move the determination of the number of threads to the screen.José Fonseca2010-04-241-15/+3
* llvmpipe: Portability fixes.José Fonseca2010-04-221-2/+2
* llvmpipe: whitespace fixBrian Paul2010-04-201-1/+1
* llvmpipe: fix rendering to 3D texturesBrian Paul2010-04-191-3/+3
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-113/+209
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* llvmpipe: Disable threads by default on embedded.José Fonseca2010-03-311-0/+4
* llvmpipe: disable an assertionBrian Paul2010-03-251-1/+1
* llvmpipe: call lp_fence_signal()Brian Paul2010-03-241-12/+1
* gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul2010-03-181-0/+2
* llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul2010-03-181-18/+20
* llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-131-6/+8
* llvmpipe: add pipe_thread_wait() callsBrian Paul2010-03-051-0/+6
* llvmpipe: remove some ifdefsKeith Whitwell2010-03-021-5/+0
* llvmpipe: reorganize transfer usageKeith Whitwell2010-03-021-216/+94
* llvmpipe: clean up rasterization threads upon context destructionBrian Paul2010-02-241-0/+17
* llvmpipe: more lp_rasterizer_task parameter passingBrian Paul2010-02-241-64/+55
* llvmpipe: pass fewer parameters to rasterization functionsBrian Paul2010-02-241-3/+2
* llvmpipe: added assertions to verify that scene is emptyBrian Paul2010-02-231-0/+3
* llvmpipe: Leave depth buffer in swizzled format.José Fonseca2010-02-101-105/+52
* llvmpipe: added counters for color tile clear, load, storeBrian Paul2010-02-081-0/+7
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-1/+1
* llvmpipe: Disable multithreading on windows.José Fonseca2010-02-051-0/+6
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-6/+5
* llvmpipe: remove tile clipping codeBrian Paul2010-01-201-20/+0
* llvmpipe: asst. task-related clean-upsBrian Paul2010-01-191-22/+29
* llvmpipe: remove unneeded DEBUG checks, use step varBrian Paul2010-01-191-5/+1
* llvmpipe: added show_tiles and show_subtiles debug optionsBrian Paul2010-01-181-0/+60
* llvmpipe: use new u_ringbuffer for scene queueKeith Whitwell2010-01-171-1/+1
* llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul2010-01-151-19/+33
* llvmpipe: use one loop in lp_rast_clear_zstencil()Brian Paul2010-01-131-4/+3