summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo1-1/+1
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-2/+2
2022-07-27llvmpipe: minor white-space clean-up in lp_setup.hBrian Paul1-35/+31
2022-07-27llvmpipe: make last_fence a screen/rast object not a context one.Dave Airlie1-1/+0
2022-07-26llvmpipe: remove unused functionErik Faye-Lund1-4/+0
2022-07-25llvmpipe: merge all rasterizer-bind functionsErik Faye-Lund1-21/+2
2022-02-21llvmpipe: pass ssbo write mask down into setup.Dave Airlie1-1/+2
2021-07-21llvmpipe: Add a linear rasterizer optimized for 2D rendering.Jose Fonseca1-1/+6
2021-07-12llvmpipe: respect rectangular_linesErik Faye-Lund1-1/+2
2021-06-11llvmpipe: consistently deal with post-rast stateErik Faye-Lund1-1/+2
2020-05-06llvmpipe: plumb multisample state bit into setup code.Dave Airlie1-1/+2
2020-05-06llvmpipe: pass incoming sample_mask into fragment shader context.Dave Airlie1-0/+4
2019-08-27llvmpipe: add fragment shader image supportDave Airlie1-0/+5
2019-07-07llvmpipe: add support for shader buffer binding.Dave Airlie1-0/+5
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-09llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure1-1/+6
2013-05-25llvmpipe: clamp scissors to be between 0 and maxZack Rusin1-0/+6
2013-05-25llvmpipe: implement support for multiple viewportsZack Rusin1-2/+2
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-01-10llvmpipe: fix clearing integer color buffersRoland Scheidegger1-1/+1
2012-12-11llvmpipe: support pipe_resource-based constant buffersBrian Paul1-2/+1
2012-12-07gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca1-1/+2
2012-12-06llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie1-0/+4
2012-08-06llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul1-1/+1
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+0
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-0/+3
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell1-1/+7
2010-09-29llvmpipe: Decouple sampler view and sampler state updates.José Fonseca1-1/+5
2010-09-24llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul1-1/+2
2010-09-20llvmpipe: rename sprite field, add sprite_coord_originBrian Paul1-1/+2
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-26/+3
2010-09-07llvmpipe: declare fence handle structKeith Whitwell1-0/+1
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell1-2/+0
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay1-1/+3
2010-08-27llvmpipe: native point rasterizationHui Qi Tay1-0/+4
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay1-0/+4
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell1-1/+2
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell1-1/+2
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin1-5/+0
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin1-0/+5
2010-06-01llvmpipe: Don't waste time interpolating unused input channels.José Fonseca1-2/+6
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca1-5/+3
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li1-0/+10
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+4
2010-03-17llvmpipe: added stencil ref values to jit context stateBrian Paul1-0/+4
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-17/+18
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca1-1/+2
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca1-16/+16