summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+1
* llvmpipe: fix comment typoBrian Paul2012-06-291-1/+1
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-251-15/+21
* llvmpipe: fix symbol conflict on HaikuAlexander von Gluck2012-01-241-2/+2
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-141-2/+11
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-051-0/+2
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: add some null pointer checksBrian Paul2011-09-091-0/+26
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-6/+5
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-2/+3
* llvmpipe: guard against NULL task->query pointerKeith Whitwell2010-11-021-2/+5
* llvmpipe: slightly shrink the size of a binned triangleKeith Whitwell2010-10-151-6/+6
* llvmpipe: don't pass frontfacing as a floatKeith Whitwell2010-10-151-2/+2
* llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell2010-10-151-2/+11
* llvmpipe: add rast_tri_4_16 for small lines and pointsKeith Whitwell2010-10-081-0/+1
* llvmpipe: Cleanup depth-stencil clears.José Fonseca2010-10-061-9/+25
* llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell2010-09-121-0/+1
* llvmpipe: rasterization debugging helpersKeith Whitwell2010-09-071-0/+3
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-108/+95
* llvmpipe: rearrange queriesKeith Whitwell2010-09-071-110/+35
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-5/+6
* llvmpipe: clean up deferred zstencil clearsKeith Whitwell2010-09-071-3/+2
* llvmpipe: rework fences and queriesKeith Whitwell2010-09-071-30/+27
* 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