aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
Commit message (Expand)AuthorAgeFilesLines
* util: new util_fill_box helperRoland Scheidegger2013-06-131-29/+25
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-071-91/+107
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-4/+4
* llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger2013-05-311-23/+33
* llvmpipe: Remove x/y from cmd_binAdam Jackson2013-05-311-23/+14
* llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2013-05-181-2/+26
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-031-98/+69
* llvmpipe: implement so_overflow queryZack Rusin2013-04-261-0/+2
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+2
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-101-0/+2
* llvmpipe: support rendering to buffer render targets.Roland Scheidegger2013-02-281-22/+3
* llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella2013-02-111-2/+0
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-081-4/+4
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-101-24/+80
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-201-6/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-1/+7
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-10/+43
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-186/+16
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-41/+81
* 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