aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_scene.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: bump texture/scene limits to enable GL 4.1Dave Airlie2020-07-061-1/+1
* llvmpipe: add fixed point sample positions to scene.Dave Airlie2020-05-061-0/+3
* llvmpipe: record sample info for color/depth buffers in sceneDave Airlie2020-05-061-0/+5
* llvmpipe: improve rasterization discard logicRoland Scheidegger2018-05-231-6/+4
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-8/+8
* Fix a few typosZoë Blade2015-04-271-1/+1
* llvmpipe: simplify address calculation for 4x4 blocksRoland Scheidegger2015-03-281-0/+1
* llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger2014-04-251-1/+0
* llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2013-10-291-1/+1
* llvmpipe: fix a bug in opaque optimizationRoland Scheidegger2013-06-271-0/+2
* llvmpipe: add support for nested / overlapping queriesRoland Scheidegger2013-06-261-1/+1
* llvmpipe: rework query logicRoland Scheidegger2013-06-261-0/+4
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-071-2/+5
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-4/+0
* llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger2013-05-311-0/+4
* llvmpipe: Remove x/y from cmd_binAdam Jackson2013-05-311-3/+1
* llvmpipe: remove unused cmd_block_list structBrian Paul2013-03-061-4/+0
* llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul2013-03-061-2/+8
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-2/+3
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-2/+0
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-0/+1
* llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell2010-10-151-1/+27
* llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell2010-09-121-3/+3
* llvmpipe: Silence some warnings.José Fonseca2010-09-111-2/+2
* llvmpipe: restore larger command blocksKeith Whitwell2010-09-111-1/+1
* llvmpipe: add DEBUG_MEM optionKeith Whitwell2010-09-111-0/+12
* llvmpipe: allow bigger scenesKeith Whitwell2010-09-111-1/+1
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-27/+53
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-70/+70
* llvmpipe: clean up deferred zstencil clearsKeith Whitwell2010-09-071-1/+0
* llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-131-0/+1
* llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+1
* llvmpipe: added a new assertion as a hint to CoverityBrian Paul2010-05-051-0/+1
* llvmpipe: add some tests for malloc() returning NULL.Brian Paul2010-05-041-12/+22
* llvmpipe: remove unused write_depthBrian Paul2010-04-281-3/+1
* llvmpipe: implement max scene sizeBrian Paul2010-04-271-0/+18
* llvmpipe: rename texture refs to resource refsBrian Paul2010-04-231-10/+10
* llvmpipe: rename MAXWIDTH, MAXHEIGHTBrian Paul2010-04-231-2/+2
* llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.hBrian Paul2010-04-231-2/+0
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-5/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-131-2/+0
* llvmpipe: reorganize transfer usageKeith Whitwell2010-03-021-8/+26
* llvmpipe: more lp_rasterizer_task parameter passingBrian Paul2010-02-241-2/+1
* Revert "llvmpipe: Move tile coordinate assertion into a more useful place."José Fonseca2010-02-111-3/+3
* llvmpipe: Move tile coordinate assertion into a more useful place.José Fonseca2010-02-111-3/+3
* llvmpipe: s/textured/texture/Brian Paul2010-02-081-2/+2
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-1/+1
* llvmpipe: added scene functions for texture reference countingBrian Paul2010-01-131-0/+16