summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2013-06-27llvmpipe: handle offset_clampRoland Scheidegger3-2/+24
2013-06-27llvmpipe: remove never reached code for timestamp queries.Roland Scheidegger1-2/+0
2013-06-27llvmpipe: fix a bug in opaque optimizationRoland Scheidegger3-14/+20
2013-06-26llvmpipe: add support for nested / overlapping queriesRoland Scheidegger10-40/+45
2013-06-26llvmpipe: rework query logicRoland Scheidegger7-81/+92
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson2-28/+21
2013-06-22llvmpipe: fix wrong results for queries not in a sceneRoland Scheidegger1-12/+9
2013-06-19llvmpipe: use 64bit counter for occlusion queriesRoland Scheidegger3-5/+10
2013-06-19llvmpipe: handle more queriesRoland Scheidegger7-14/+67
2013-06-17Revert "draw: clear the draw buffers in draw"Zack Rusin3-5/+8
2013-06-18llvmpipe: fixes for conditional renderingRoland Scheidegger4-36/+86
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger4-2/+6
2013-06-17draw: clear the draw buffers in drawZack Rusin3-8/+5
2013-06-13util: new util_fill_box helperRoland Scheidegger1-29/+25
2013-06-07llvmpipe: move create_surface/destroy_surface functions to lp_surface.cRoland Scheidegger2-59/+59
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger15-110/+195
2013-06-06llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectivelyRoland Scheidegger1-2/+2
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 Scheidegger9-44/+158
2013-06-05llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger1-22/+37
2013-06-05gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger1-0/+2
2013-06-01llvmpipe: fix bogus assertions for buffer surfacesRoland Scheidegger1-2/+2
2013-05-31llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger7-53/+83
2013-05-31llvmpipe: Remove x/y from cmd_binAdam Jackson6-47/+30
2013-05-25llvmpipe: clamp scissors to be between 0 and maxZack Rusin5-3/+13
2013-05-25draw: fixup draw_find_shader_outputZack Rusin1-4/+4
2013-05-25llvmpipe: implement support for multiple viewportsZack Rusin11-36/+79
2013-05-25gallium: Add support for multiple viewportsZack Rusin2-9/+16
2013-05-29llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger6-226/+47
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 Scheidegger2-4/+7
2013-05-22llvmpipe: (trivial) remove confusing code in stencil testRoland Scheidegger1-16/+11
2013-05-22llvmpipe: fix bug in early depth test / late depth write handlingRoland Scheidegger1-6/+7
2013-05-18llvmpipe: enable z32s8x24 formatRoland Scheidegger1-6/+0
2013-05-18llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger7-147/+252
2013-05-18llvmpipe: get rid of unused tiled/linear logicRoland Scheidegger7-713/+50
2013-05-18llvmpipe: fix bogus handling of first_layer when setting up texture samplingRoland Scheidegger2-14/+18
2013-05-17gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.José Fonseca1-2/+2
2013-05-16llvmpipe: Temporary workaround to prevent segfault on array textures.José Fonseca1-0/+3
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-4/+10
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-2/+4
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+2
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-05-03llvmpipe: get rid of depth swizzling.Roland Scheidegger7-273/+414
2013-04-29llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca1-2/+3
2013-04-27llvmpipe: stop crashing when one of the so targets is nullZack Rusin1-2/+5
2013-04-26llvmpipe: implement so_overflow queryZack Rusin3-0/+15
2013-04-26llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query codeBrian Paul1-2/+4
2013-04-26llvmpipe: bump LP_MAX_THREADS to 16Brian Paul1-1/+1