aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-041-1/+43
* Fix a few typosZoë Blade2015-04-271-1/+1
* llvmpipe: simplify address calculation for 4x4 blocksRoland Scheidegger2015-03-281-4/+16
* os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca2015-02-131-1/+7
* llvmpipe: Call pipe_thread_wait() on Linux.José Fonseca2014-11-131-0/+6
* llvmpipe: Avoid deadlock when unloading opengl32.dllJosé Fonseca2014-11-071-2/+6
* llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2014-05-311-8/+8
* llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger2014-05-311-3/+9
* llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger2014-04-251-93/+29
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-1/+1
* llvmpipe: handle NULL color buffer pointersBrian Paul2014-01-171-17/+45
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-091-0/+6
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-251-0/+11
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-141-1/+2
* llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.Zack Rusin2013-07-221-0/+8
* llvmpipe: Remove lp_rast_get_num_threads().José Fonseca2013-07-221-8/+0
* util: treat denorm'ed floats like zeroZack Rusin2013-07-091-0/+6
* llvmpipe: rework query logicRoland Scheidegger2013-06-261-38/+18
* llvmpipe: handle more queriesRoland Scheidegger2013-06-191-3/+16
* llvmpipe: fixes for conditional renderingRoland Scheidegger2013-06-181-0/+2
* 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