aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe/cs: fix image/sampler binding for computeDave Airlie2020-07-101-3/+7
* llvmpipe: flush resources on sampler view bindingDave Airlie2020-07-101-0/+4
* llvmpipe: denote NEW fs when images change.Dave Airlie2020-07-102-2/+1
* nv50/ir/tgsi: move call to tgsi_scan_shader inside Source constructorKarol Herbst2020-07-101-2/+2
* iris: fix fallback to swrast driverLionel Landwerlin2020-07-101-1/+1
* nv50: Clear nv50_ir_prog_info of dead and codegen specific variablesmmenzyns2020-07-106-52/+33
* lima: add missing breakTimothy Arceri2020-07-101-0/+1
* lima: add missing fallthrough commentsTimothy Arceri2020-07-101-0/+4
* etnaviv: add missing fallthrough commentsTimothy Arceri2020-07-104-0/+6
* iris: Add missing break in switch in modifier_is_supportedJordan Justen2020-07-091-0/+1
* panfrost: Report blend shader work countAlyssa Rosenzweig2020-07-091-0/+1
* panfrost: Move panfrost_translate_texture_typeAlyssa Rosenzweig2020-07-092-26/+27
* panfrost: Move scoreboarding routines to commonAlyssa Rosenzweig2020-07-094-268/+0
* panfrost: Drop batch from scoreboard routinesAlyssa Rosenzweig2020-07-095-34/+37
* panfrost: Pass polygon_list to tiler init functionAlyssa Rosenzweig2020-07-093-6/+7
* panfrost: Factor out scoreboarding stateAlyssa Rosenzweig2020-07-095-55/+89
* panfrost: Move pool routines to common codeAlyssa Rosenzweig2020-07-099-201/+5
* panfrost: Drop Gallium-local pan_bo_create wrapperAlyssa Rosenzweig2020-07-096-32/+11
* panfrost: Move debug flags into the deviceAlyssa Rosenzweig2020-07-096-46/+51
* panfrost: Expose pool-based allocation APIAlyssa Rosenzweig2020-07-098-43/+41
* panfrost: Track the device through the poolAlyssa Rosenzweig2020-07-093-4/+8
* panfrost: Allocate pool BOs against the poolAlyssa Rosenzweig2020-07-091-5/+8
* panfrost: Introduce pan_pool structAlyssa Rosenzweig2020-07-094-31/+74
* nv50/ir: fix memset on non trivial types warningKarol Herbst2020-07-093-5/+3
* zink: fix missing fallthrough commentTimothy Arceri2020-07-091-0/+1
* v3d: remove redefine of VG(x)Timothy Arceri2020-07-091-8/+0
* freedreno: fix missing fallthrough commentsTimothy Arceri2020-07-091-0/+1
* freedreno/layout: layout simplifications and pitch from level 0 pitchJonathan Marek2020-07-0823-192/+66
* freedreno: add a fd_resource_pitch helperJonathan Marek2020-07-0817-76/+56
* freedreno/a2xx: fix compressed texturesJonathan Marek2020-07-081-2/+2
* zink: translate gl_FragColor to gl_FragData before ntv to fix multi-rt outputMike Blumenkrantz2020-07-082-5/+6
* zink: expose depth-clip if supportedErik Faye-Lund2020-07-081-3/+1
* nouveau/nvc0: silence maybe-uninitialized warningTimothy Arceri2020-07-081-0/+1
* iris: silence maybe-uninitialized for stc_dst_aux_usage variableTimothy Arceri2020-07-081-2/+2
* iris: fix maybe-uninitialized warning for initial_state variableTimothy Arceri2020-07-081-0/+1
* radeonsi: fix SI_NUM_ATOMSTimothy Arceri2020-07-081-1/+1
* r600/radeonsi: silence zero-length-bounds gcc warningsTimothy Arceri2020-07-083-8/+9
* gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák2020-07-0716-0/+20
* llvmpipe: add ARB_post_depth_coverage support.Dave Airlie2020-07-082-3/+30
* draw/gs: use mask to limit vertex emission.Dave Airlie2020-07-081-0/+1
* gallivm/gs_iface: pass stream into end primitive interface.Dave Airlie2020-07-081-1/+1
* util: Share a single function pointer for the 4-byte rgba unpack function.Eric Anholt2020-07-071-1/+1
* llvmpipe: Generalize "could llvmpipe fetch this format" check in unit testing.Eric Anholt2020-07-071-11/+7
* util: Merge util_format_read_4* functions.Eric Anholt2020-07-071-38/+19
* util: Merge util_format_write_4* functions.Eric Anholt2020-07-071-25/+11
* svga: Reuse util_format_unpack_rgba().Eric Anholt2020-07-071-12/+1
* etnaviv: Use the util_pack_color_union() helper.Eric Anholt2020-07-071-7/+1
* softpipe: Clean up softpipe's SSBO load/store interpreting instructions.Eric Anholt2020-07-071-25/+9
* nv50/ir/nir: fix cache mode conversionKarol Herbst2020-07-071-6/+3
* gv100/ir: fix coherent and volatile memory accessKarol Herbst2020-07-072-15/+10