summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterizationHui Qi Tay
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell
2010-08-06gallium: remove stray semicolonsBrian Paul
2010-08-05llvmpipe: Only get no rast option onceJakob Bornecrantz
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin
2010-06-18llvmpipe: limit the number of fragment shader variants kept aroundRoland Scheidegger
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell
2010-04-28llvmpipe: move/rename llvmpipe_init_surface_functions()Brian Paul
2010-04-28llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul
2010-04-19draw llvm: fix constructor messZack Rusin
2010-04-19llvmpipe: enable draw llvm by defaultZack Rusin
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-16llvmpipe: plug in draw's polygon stipple stageBrian Paul
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-06llvmpipe: Remove unused variable.Vinson Lee
2010-04-06llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin
2010-03-30Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-15Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-02llvmpipe: reorganize transfer usageKeith Whitwell
2010-03-01llvmpipe: adapt to new vertex element csoRoland Scheidegger
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-10llvmpipe: adapt to stencil ref changesRoland Scheidegger
2010-02-10llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger