aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600/sfn: use new temp register allocation when loading single value temporariesGert Wollny2020-04-211-2/+1
* r600/sfn: Count only literals that are not inline to split instruction groupsGert Wollny2020-04-211-1/+11
* r600/sfn: Fix using the result of a fetch instruction in next fetchGert Wollny2020-04-211-0/+11
* r600/sfn: Fix handling of GS inputsGert Wollny2020-04-211-0/+3
* r600/sfn: Handle b2b1 like it was a movGert Wollny2020-04-211-0/+1
* r600/sfn: Fix null pointer deref in live range evalationGert Wollny2020-04-211-2/+4
* r600/nir: Pin interpolation results to channelGert Wollny2020-04-213-0/+11
* r600/sfn: Implementing instructions blocksGert Wollny2020-04-2112-36/+199
* r600/sfn: Fix setting alignments when lowering UBOsGert Wollny2020-04-211-1/+1
* r600/sfn: Reduce array limit for scratch usageGert Wollny2020-04-211-1/+1
* r600: Dump a few more variables when requestedGert Wollny2020-04-211-0/+32
* st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer2020-04-211-3/+3
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1
* iris/bufmgr: Add support for MMAP_OFFSET ioctl.Rafael Antognolli2020-04-201-1/+51
* iris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.Rafael Antognolli2020-04-201-30/+31
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-201-1/+12
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-184-22/+22
* radeonsi: don't assume ctx is always a threaded_contextPierre-Eric Pelloux-Prayer2020-04-171-1/+1
* nv50,nvc0: update with latest capsIlia Mirkin2020-04-162-1/+15
* clover: Check if the detected clang libraries are usableJan Vesely2020-04-161-2/+27
* iris: Enable EXT_depth_bounds_test extension.Rafael Antognolli2020-04-161-0/+2
* wgl: silence some cast-warningsErik Faye-Lund2020-04-162-4/+4
* winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen2020-04-164-0/+25
* zink: be less picky about tiled resourcesErik Faye-Lund2020-04-161-5/+1
* st/dri: make sure software color-buffers are linearErik Faye-Lund2020-04-161-1/+1
* virgl: Use ETC2 formats directly when possible.Lepton Wu2020-04-163-0/+25
* radeonsi: use thread_context::bytes_mapped_limitPierre-Eric Pelloux-Prayer2020-04-161-3/+11
* gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer2020-04-162-0/+24
* nvc0: enable GL_NV_viewport_array2Ilia Mirkin2020-04-158-2/+21
* st/mesa: add support for GL_NV_viewport_array2Ilia Mirkin2020-04-151-0/+4
* gallium: add PIPE_CAP_VIEWPORT_MASKIlia Mirkin2020-04-153-0/+3
* gallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVEIlia Mirkin2020-04-153-0/+9
* gallium: add TGSI_SEMANTIC_VIEWPORT_MASKIlia Mirkin2020-04-153-0/+9
* Revert "nvc0: fix line width on GM20x+"Karol Herbst2020-04-151-4/+1
* iris: make BATCH_SZ smaller by BATCH_RESERVED bytesPaulo Zanoni2020-04-152-7/+7
* iris: remove useless bo->gtt_offset assignmentPaulo Zanoni2020-04-151-1/+0
* iris: remove unnecessary forward declarationPaulo Zanoni2020-04-151-4/+0
* iris: remove hole from struct iris_boPaulo Zanoni2020-04-151-12/+12
* llvmpipe/nir: free the nir shaderDave Airlie2020-04-161-0/+2
* draw/tess: free the NIRDave Airlie2020-04-161-1/+5
* draw: free the NIR IR.Dave Airlie2020-04-162-4/+11
* freedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LAYER_INDEXBrian Ho2020-04-151-15/+3
* gallium: initialize viewport swizzle in cso_set_viewport_dimsKarol Herbst2020-04-151-0/+4
* nvc0: enable ASTC and ETC on GM20BKarol Herbst2020-04-151-5/+3
* clover: expose cl_arm_shared_virtual_memory for devices with SVM supportKarol Herbst2020-04-151-1/+2
* clover: implement cl_arm_shared_virtual_memoryKarol Herbst2020-04-156-54/+287
* clover: implement SVM functions for devices with fine grained system SVM supportKarol Herbst2020-04-156-20/+259
* clover: implement clSetKernelArgSVMPointerKarol Herbst2020-04-153-3/+29
* clover: implement CL_DEVICE_SVM_CAPABILITIESKarol Herbst2020-04-153-0/+28
* clover: add stubs for SVMKarol Herbst2020-04-154-10/+117