summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: enable ARB_shader_storage_buffer_objectDave Airlie2019-07-071-3/+3
* llvmpipe: add support for shader buffer binding.Dave Airlie2019-07-078-2/+100
* llvmpipe: add support for ssbo to the fragment shader jit.Dave Airlie2019-07-073-2/+25
* gallivm: add ssbo pointers to the soa build api.Dave Airlie2019-07-071-1/+1
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* llvmpipe: make remove_shader_variant static.Dave Airlie2019-06-212-5/+1
* llvmpipe: Don't use u_ringbuffer for lp_scene_queueCaio Marcelo de Oliveira Filho2019-06-171-36/+48
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-2/+2
* llvmpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2019-05-062-11/+8
* delete autotools .gitignore filesEric Engestrom2019-04-291-5/+0
* llvmpipe: Always return some fence in flush (v2)Tomasz Figa2019-04-261-0/+2
* llvmpipe: correctly handle waiting in llvmpipe_fence_finishEmil Velikov2019-04-261-1/+6
* llvmpipe: add lp_fence_timedwait() helperEmil Velikov2019-04-262-0/+32
* llvmpipe, softpipe: no support for ATC texturesJonathan Marek2019-04-232-4/+6
* Delete autotoolsDylan Baker2019-04-152-87/+0
* llvmpipe: fix undefined shift 1 << 31.Dave Airlie2019-04-121-1/+1
* draw: add stream member to stats callbackDave Airlie2019-04-091-1/+1
* llvmpipe: stop using pipe_sampler_view_release()Brian Paul2019-03-171-6/+0
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+2
* gallivm: Return true from arch_rounding_available() if NEON is availableMatt Turner2019-01-241-1/+2
* Revert "llvmpipe: Always return some fence in flush (v2)"Roland Scheidegger2019-01-091-2/+0
* llvmpipe: Always return some fence in flush (v2)Tomasz Figa2019-01-091-0/+2
* gallivm: don't use pavg.b intrinsic on llvm >= 6.0Roland Scheidegger2018-12-211-42/+49
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* util: Move os_misc to utilDylan Baker2018-10-301-1/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+1
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-3/+4
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+2
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+2
* llvmpipe: add cc clobber to inline asmGrazvydas Ignotas2018-08-231-1/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* gallium/llvmpipe: Enable support bptc format.Denis Pauk2018-07-012-4/+2
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* 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