summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+2
* llvmpipe: improve rasterization discard logicRoland Scheidegger2018-05-2315-89/+118
* llvmpipe: fix check for a no-op shaderBrian Paul2018-05-181-2/+4
* llvmpipe: Fix random number generation for unit testsRoland Scheidegger2018-05-142-2/+19
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+12
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-292-2/+2
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger2018-03-061-1/+6
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul2018-02-011-1/+1
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-2/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-2/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-2/+0
* meson: Use consistent style for testsDylan Baker2018-01-111-1/+3
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* meson: define driver dependenciesDylan Baker2017-12-041-0/+8
* llvmpipe: fix snorm blendingRoland Scheidegger2017-11-212-28/+159
* meson: don't use build_by_default for specific gallium driversDylan Baker2017-11-131-1/+0
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-096-6/+6
* util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2017-11-092-6/+7
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+1
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-0/+1
* gallium: s/unsigned/enum pipe_prim_type/Brian Paul2017-10-271-1/+1
* llvmpipe: handle shader sample mask outputRoland Scheidegger2017-10-181-2/+24
* meson: build llvmpipeDylan Baker2017-10-161-0/+116
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+1
* gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák2017-10-061-0/+1
* llvmpipe: silence 'variable may be used uninitialized' warningsBrian Paul2017-10-031-1/+1
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-022-4/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-022-9/+0
* scons: use python3-compatible print()Eric Engestrom2017-09-251-1/+1
* llvmpipe, gallivm: implement lod queries (LODQ opcode)Roland Scheidegger2017-09-201-1/+1
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-183-0/+8
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* llvmpipe, draw: improve shader cache debuggingRoland Scheidegger2017-09-091-9/+16
* llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICSRoland Scheidegger2017-09-091-1/+1
* llvmpipe, draw: increase shader cache limitsRoland Scheidegger2017-09-071-3/+1
* llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSORBrian Paul2017-08-291-0/+6
* llvmpipe: add some whitespace between functions in lp_texture.cBrian Paul2017-08-211-0/+3
* llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-1/+4
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-022-33/+33
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* llvmpipe: initialize default fb correctly in setupRoland Scheidegger2017-06-241-0/+4
* llvmpipe:fix using 32bit rasterization mistakenly, causing overflowsRoland Scheidegger2017-06-234-31/+43
* llvmpipe: fill in debug vertex info for tri rasterizationRoland Scheidegger2017-06-231-1/+1