summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-03-13llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca
2010-03-13llvmpipe: Don't use texture transfer internally.José Fonseca
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-11llvmpipe: Remove unnecessary header.Vinson Lee
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-11llvmpipe: fix comment typoBrian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10llvmpipe: fix loop over mipmap levelsBrian Paul
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-10llvmpipe: Cope with null Vertex element cso.José Fonseca
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-09llvmpipe: quads never provoke the first vertexMarek Olšák
2010-03-08llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul
2010-03-08llvmpipe: define max texture levelsBrian Paul
2010-03-08llvmpipe: rewrap for 80 columnsBrian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-05llvmpipe: add pipe_thread_wait() callsBrian Paul
2010-03-04llvmpipe: new commentBrian Paul
2010-03-04gallium: fix llvmpipe after winsys moveKeith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-03-03llvmpipe: Store the original triangle coordinates in the debug build.José Fonseca
2010-03-03llvmpipe: Ensure context is flushed when destroying shaders.José Fonseca
2010-03-03llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on w...José Fonseca
2010-03-03llvmpipe: Centralize LLVM initialization.José Fonseca
2010-03-03llvmpipe: Update for lp_bld_init.h rename.José Fonseca
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02llvmpipe: remove some ifdefsKeith Whitwell
2010-03-02llvmpipe: reorganize transfer usageKeith Whitwell
2010-03-01llvmpipe: Rename pipe formats.José Fonseca
2010-03-01llvmpipe: adapt to new vertex element csoRoland Scheidegger
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-03-01llvmpipe: Don't mention deprecated drivers=trace option.José Fonseca
2010-02-26util: Code generate functions to pack and unpack a single pixel.José Fonseca
2010-02-26util: Factor some code into u_format_parse.pyJosé Fonseca
2010-02-26util: Use python names consistent with u_format.hJosé Fonseca
2010-02-26llvmpipe: Fix lp_tile_r5g6b5_unorm_write_4ub.José Fonseca
2010-02-26llvmpipe: Fix scons dependencies.José Fonseca
2010-02-24llvmpipe: clean up rasterization threads upon context destructionBrian Paul
2010-02-24llvmpipe: more lp_rasterizer_task parameter passingBrian Paul
2010-02-24llvmpipe: pass fewer parameters to rasterization functionsBrian Paul
2010-02-24llvmpipe: added some assertionsBrian Paul