summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
AgeCommit message (Expand)Author
2010-07-16llvmpipe: use single swizzled tileKeith Whitwell
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-06-30llvmpipe: use dummy tile when out of memoryBrian Paul
2010-06-30llvmpipe: Add a new scene state to describe scenes which only have state chan...José Fonseca
2010-06-28llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_fr...José Fonseca
2010-06-09llvmpipe: fix copy & paste bug in clear logicRoland Scheidegger
2010-06-03llvmpipe: Fix uninitialized variable on non-debug builds.Vinson Lee
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca
2010-05-29llvmpipe: adapt to clear interface changesRoland Scheidegger
2010-05-13llvmpipe: silence casting warningsBrian Paul
2010-05-08llvmpipe: Remove unnecessary header.Vinson Lee
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li
2010-05-04llvmpipe: Remove unnecessary headers.Vinson Lee
2010-05-04llvmpipe: do some null pointer checkingBrian Paul
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul
2010-04-28llvmpipe: fix scene queue memory leakBrian Paul
2010-04-28llvmpipe: fix surface memory leak during tear-downBrian Paul
2010-04-28llvmpipe: remove unused write_depthBrian Paul
2010-04-27llvmpipe: implement max scene sizeBrian Paul
2010-04-24llvmpipe: Initialize dummy variable.José Fonseca
2010-04-24llvmpipe: Don't use fences when not using threads.José Fonseca
2010-04-24llvmpipe: Move the determination of the number of threads to the screen.José Fonseca
2010-04-23llvmpipe: rename texture refs to resource refsBrian Paul
2010-04-19llvmpipe: remove dead codeBrian Paul
2010-04-19llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul
2010-04-19llvmpipe: fix rendering to 3D texturesBrian Paul
2010-04-16llvmpipe: check for dirty context state in lp_setup_update_state()Brian Paul
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-25Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul
2010-03-24llvmpipe: optimize the lp_setup_fence() functionBrian Paul
2010-03-24llvmpipe: fix texture reference counting bugBrian Paul
2010-03-18gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul
2010-03-17llvmpipe: added stencil ref values to jit context stateBrian Paul
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-10llvmpipe: fix loop over mipmap levelsBrian Paul
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-08llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-04gallium: fix llvmpipe after winsys moveKeith Whitwell