summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_scene.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* llvmpipe: simplify address calculation for 4x4 blocksRoland Scheidegger2015-03-281-0/+3
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger2014-04-251-1/+0
* llvmpipe: handle NULL color buffer pointersBrian Paul2014-01-171-6/+17
* llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2013-10-291-7/+24
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-071-2/+10
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-2/+0
* llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger2013-05-311-0/+2
* llvmpipe: Remove x/y from cmd_binAdam Jackson2013-05-311-1/+3
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-291-4/+2
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-031-1/+1
* llvmpipe: don't assert when trying to render to surfaces with multiple layersRoland Scheidegger2013-03-141-2/+0
* llvmpipe: remove the power of two sizeof(struct cmd_block) assertionBrian Paul2013-03-071-7/+0
* llvmpipe: add some scene limit sanity check assertionsBrian Paul2013-03-061-0/+22
* llvmpipe: support rendering to buffer render targets.Roland Scheidegger2013-02-281-12/+23
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-1/+2
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-2/+0
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-0/+2
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Plug fence leaks.José Fonseca2010-12-091-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-15/+13
* llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell2010-10-151-1/+3
* llvmpipe: cast to silence warningBrian Paul2010-09-151-1/+1
* llvmpipe: fix wierd performance regression in isosurfKeith Whitwell2010-09-121-6/+8
* llvmpipe: Refactor lp_scene_add_resource_referenceJosé Fonseca2010-09-071-14/+15
* llvmpipe: Fix negated logic in lp_scene_add_resource_reference().José Fonseca2010-09-071-1/+1
* llvmpipe: rasterization debugging helpersKeith Whitwell2010-09-071-0/+3
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-73/+107
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-92/+135
* llvmpipe: clean up deferred zstencil clearsKeith Whitwell2010-09-071-1/+0
* llvmpipe: don't clear unused binsKeith Whitwell2010-08-221-2/+5
* llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell2010-07-131-54/+0
* llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-131-0/+3
* llvmpipe: ensure all bins are reset avoids memory corruption.Alan Hourihane2010-07-061-2/+2
* llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+1
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-05-041-1/+0
* llvmpipe: add some tests for malloc() returning NULL.Brian Paul2010-05-041-10/+16
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-031-0/+1
* llvmpipe: remove unused write_depthBrian Paul2010-04-281-5/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-04-281-1/+0
* llvmpipe: remove lp_scene_map_buffers(), lp_scene_unmap_buffers()Brian Paul2010-04-271-58/+4
* llvmpipe: implement max scene sizeBrian Paul2010-04-271-1/+12
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-1/+1
* llvmpipe: rename texture refs to resource refsBrian Paul2010-04-231-15/+23
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-41/+8
* Squashed commit of the following:Keith Whitwell2010-04-101-15/+21
* llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-021-0/+3
* llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-131-46/+24
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2