aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-1/+1
* llvmpipe: (trivial) initialize src1_alpha var to NULLRoland Scheidegger2016-04-151-1/+1
* gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca2016-04-031-2/+2
* llvmpipe: use ints not unsigned for slotsRoland Scheidegger2016-01-071-17/+18
* gallium/drivers: Trivial code-style cleanupEdward O'Callaghan2015-12-061-1/+1
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-041-2/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* llvmpipe: Implement stencil exportRoland Scheidegger2015-06-041-5/+20
* gallivm: pass jit_context pointer through to samplingRoland Scheidegger2015-03-271-2/+3
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.José Fonseca2014-11-261-4/+4
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-231-8/+0
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-2/+2
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-041-1/+3
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-041-8/+2
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-301-1/+1
* llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger2014-05-191-2/+2
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-161-4/+8
* llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger2014-05-151-2/+0
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-141-11/+2
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-211-4/+35
* llvmpipe: fix denorm handling for r11g11b10_float format when blendingRoland Scheidegger2014-01-311-2/+15
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* llvmpipe: handle NULL color buffer pointersBrian Paul2014-01-171-68/+84
* llvmpipe: do constant buffer bounds checking in shadersZack Rusin2014-01-161-2/+3
* llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen2014-01-071-1/+22
* llvmpipe: add plumbing for ARB_depth_clampMatthew McClure2013-12-111-33/+50
* llvmpipe: fix blending with half-float formatsZack Rusin2013-12-101-5/+26
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-091-0/+64
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-141-2/+2
* llvmpipe: Remove unnecessary null check of shader.Vinson Lee2013-09-301-1/+1
* llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca2013-09-201-6/+78
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-141-1/+23
* llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger2013-07-181-0/+35
* llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alphaRoland Scheidegger2013-07-181-4/+12
* llvmpipe: support sRGB framebuffersRoland Scheidegger2013-07-161-13/+51
* llvmpipe: add support for nested / overlapping queriesRoland Scheidegger2013-06-261-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-6/+14
* llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger2013-06-051-12/+21
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-22/+99
* llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger2013-06-051-22/+37
* llvmpipe: disable simple_shader optimizationRoland Scheidegger2013-05-221-1/+6
* llvmpipe: fix early depth test / late depth write stencil issuesRoland Scheidegger2013-05-221-5/+12
* llvmpipe: fix issue with not writing new stencil valuesRoland Scheidegger2013-05-221-0/+7
* llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2013-05-181-26/+27
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-031-25/+31
* llvmpipe: Ignore depth-stencil state if format has no depth/stencil.José Fonseca2013-04-201-4/+10
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-181-0/+1
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-181-296/+1