summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-2/+2
2014-10-04tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák1-1/+3
2014-10-04tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák1-8/+2
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich1-1/+1
2014-05-19llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger1-2/+2
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger1-4/+8
2014-05-15llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger1-2/+0
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca1-11/+2
2014-03-21llvmpipe: add support for b5g6r5_srgbRoland Scheidegger1-4/+35
2014-01-31llvmpipe: fix denorm handling for r11g11b10_float format when blendingRoland Scheidegger1-2/+15
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-17llvmpipe: handle NULL color buffer pointersBrian Paul1-68/+84
2014-01-16llvmpipe: do constant buffer bounds checking in shadersZack Rusin1-2/+3
2014-01-07llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen1-1/+22
2013-12-11llvmpipe: add plumbing for ARB_depth_clampMatthew McClure1-33/+50
2013-12-10llvmpipe: fix blending with half-float formatsZack Rusin1-5/+26
2013-12-09llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure1-0/+64
2013-11-14gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger1-2/+2
2013-09-30llvmpipe: Remove unnecessary null check of shader.Vinson Lee1-1/+1
2013-09-20llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca1-6/+78
2013-08-14llvmpipe: fix pipeline statistics with a null psZack Rusin1-1/+23
2013-07-18llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger1-0/+35
2013-07-18llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alphaRoland Scheidegger1-4/+12
2013-07-16llvmpipe: support sRGB framebuffersRoland Scheidegger1-13/+51
2013-06-26llvmpipe: add support for nested / overlapping queriesRoland Scheidegger1-1/+1
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-6/+14
2013-06-05llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger1-12/+21
2013-06-05llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger1-22/+99
2013-06-05llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger1-22/+37
2013-05-22llvmpipe: disable simple_shader optimizationRoland Scheidegger1-1/+6
2013-05-22llvmpipe: fix early depth test / late depth write stencil issuesRoland Scheidegger1-5/+12
2013-05-22llvmpipe: fix issue with not writing new stencil valuesRoland Scheidegger1-0/+7
2013-05-18llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger1-26/+27
2013-05-03llvmpipe: get rid of depth swizzling.Roland Scheidegger1-25/+31
2013-04-20llvmpipe: Ignore depth-stencil state if format has no depth/stencil.José Fonseca1-4/+10
2013-04-18llvmpipe: Support half integer pixel center fs coord.José Fonseca1-0/+1
2013-04-18llvmpipe: Remove the static interpolation.José Fonseca1-296/+1
2013-04-18gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca1-2/+2
2013-03-27gallium/llvm: implement geometry shaders in the llvm pathsZack Rusin1-2/+2
2013-03-25gallivm: init vars to silence warningsBrian Paul1-2/+2
2013-03-24llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee1-2/+2
2013-03-22llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger1-0/+126
2013-02-22llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger1-15/+31
2013-02-12llvmpipe: implement dual source blendingRoland Scheidegger1-89/+195
2013-02-08llvmpipe: first steps of adding dual source blend supportRoland Scheidegger1-0/+1
2013-02-08llvmpipe: refactoring of visibility counter handlingRoland Scheidegger1-12/+13
2013-01-29llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca1-4/+4
2013-01-28gallivm: split sampler and texture stateRoland Scheidegger1-26/+58
2013-01-18llvmpipe: more fixes for integer color buffersRoland Scheidegger1-3/+39
2013-01-18llvmpipe: trivial code and comment cleanup.Roland Scheidegger1-14/+12