summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2014-01-02llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu1-0/+6
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure5-20/+86
2013-10-29llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2-8/+25
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure1-19/+12
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-29/+1
2013-10-21llvmpipe: enable seamless cube filteringRoland Scheidegger1-1/+1
2013-10-16Revert "scons: Fix build when rtti is disabled"José Fonseca1-5/+4
2013-10-15scons: Fix build when rtti is disabledAlexander von Gluck IV1-4/+5
2013-10-15llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.José Fonseca1-1/+1
2013-10-12llvmpipe: increase fs shader variant instruction cache limit by factor 4Roland Scheidegger1-2/+2
2013-10-09llvmpipe: We don't use the draw pipeline for offset_point/line.José Fonseca1-2/+0
2013-10-09llvmpipe: abstract the code to set number of subpixel bitsZack Rusin3-10/+15
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák1-1/+2
2013-10-03llvmpipe: remove old bind_*_sampler_states() functionsBrian Paul1-26/+0
2013-10-03llvmpipe: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1
2013-10-01llvmpipe: consolidate C sources list into Makefile.sourcesEmil Velikov3-85/+46
2013-09-30llvmpipe: Remove unnecessary null check of shader.Vinson Lee1-1/+1
2013-09-25llvmpipe: count c_primitives before discarding null primsZack Rusin1-7/+6
2013-09-25llvmpipe: we need to subdivide if fb is bigger in either directionZack Rusin1-1/+1
2013-09-24Revert "llvmpipe: increase number of subpixel bits to eight"Zack Rusin3-17/+11
2013-09-23llvmpipe: align the array used for subdivived verticesZack Rusin1-1/+1
2013-09-23llvmpipe: increase number of subpixel bits to eightZack Rusin3-11/+17
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+7
2013-09-20llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca1-6/+78
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger3-12/+17
2013-08-27llvmpipe: support nested/overlapping queries for all query typesRoland Scheidegger3-18/+20
2013-08-20gallivm: implement better control of per-quad/per-element/scalar lodRoland Scheidegger1-4/+4
2013-08-15llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger1-14/+13
2013-08-14llvmpipe: fix pipeline statistics with a null psZack Rusin8-8/+43
2013-08-09gallivm: set non-existing values really to zero in size queries for d3d10Roland Scheidegger1-2/+2
2013-08-09gallivm: use texture target from shader instead of static state for size queryRoland Scheidegger1-0/+2
2013-08-08gallivm: propagate scalar_lod to emit_size_query tooRoland Scheidegger1-0/+2
2013-08-06draw: fix slot detectionZack Rusin2-2/+1
2013-08-05llvmpipe: Do not need to free anything if there is no geometry shader.Vinson Lee1-2/+5
2013-08-02llvmpipe: fix frontface behavior againZack Rusin1-3/+11
2013-08-02llvmpipe: don't interpolate front face or prim idZack Rusin1-15/+13
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin6-4/+39
2013-08-02llvmpipe: make the front-face behavior match the gallium specZack Rusin1-1/+4
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-22llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.Zack Rusin1-0/+8
2013-07-22llvmpipe: Remove lp_rast_get_num_threads().José Fonseca2-11/+0
2013-07-19llvmpipe/tests: update arith test to check for edge casesZack Rusin1-9/+19
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 Scheidegger2-8/+26
2013-07-16llvmpipe: support sRGB framebuffersRoland Scheidegger2-14/+57
2013-07-09util: treat denorm'ed floats like zeroZack Rusin2-0/+11
2013-07-04gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger1-1/+2
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-06-29llvmpipe: fix timer query if there's no binsRoland Scheidegger1-0/+10