summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2018-12-21gallivm: don't use pavg.b intrinsic on llvm >= 6.0Roland Scheidegger1-42/+49
2018-11-20meson: Add tests to suitesDylan Baker1-1/+2
2018-10-30util: Move os_misc to utilDylan Baker1-1/+1
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+1
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-3/+4
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+2
2018-08-23llvmpipe: add cc clobber to inline asmGrazvydas Ignotas1-1/+2
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-01gallium/llvmpipe: Enable support bptc format.Denis Pauk2-4/+2
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+2
2018-05-23llvmpipe: improve rasterization discard logicRoland Scheidegger15-89/+118
2018-05-18llvmpipe: fix check for a no-op shaderBrian Paul1-2/+4
2018-05-14llvmpipe: Fix random number generation for unit testsRoland Scheidegger2-2/+19
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+12
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2-2/+2
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-03-06tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger1-1/+6
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-02-14gallium: drop all the guard band float caps.Dave Airlie1-5/+0
2018-02-01gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul1-1/+1
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-2/+0
2018-01-17gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák1-2/+0
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-2/+0
2018-01-11meson: Use consistent style for testsDylan Baker1-1/+3
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-04meson: define driver dependenciesDylan Baker1-0/+8
2017-11-21llvmpipe: fix snorm blendingRoland Scheidegger2-28/+159
2017-11-13meson: don't use build_by_default for specific gallium driversDylan Baker1-1/+0
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle6-6/+6
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2-6/+7
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul1-1/+1
2017-10-18llvmpipe: handle shader sample mask outputRoland Scheidegger1-2/+24
2017-10-16meson: build llvmpipeDylan Baker1-0/+116
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-03llvmpipe: silence 'variable may be used uninitialized' warningsBrian Paul1-1/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner2-4/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner2-9/+0
2017-09-25scons: use python3-compatible print()Eric Engestrom1-1/+1
2017-09-20llvmpipe, gallivm: implement lod queries (LODQ opcode)Roland Scheidegger1-1/+1