summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* intel/compiler: Add NF some more placesMatt Turner2020-01-222-0/+5
* intel/compiler: Limit compaction unit tests to specific gensMatt Turner2020-01-221-9/+18
* intel/compiler: Don't disassemble align1 3-src operands on Gen < 10Matt Turner2020-01-221-0/+12
* intel/compiler: Split has_64bit_types into float/intMatt Turner2020-01-228-27/+80
* intel/compiler: Extract GEN_* macros into separate fileMatt Turner2020-01-222-37/+63
* intel/compiler: Use ARRAY_SIZE()Matt Turner2020-01-221-22/+22
* intel/fs: Don't emit control barrier if only one thread is usedCaio Marcelo de Oliveira Filho2020-01-211-0/+9
* intel/fs: Don't emit fence for shared memory if only one thread is usedCaio Marcelo de Oliveira Filho2020-01-211-13/+23
* intel/fs: Add workgroup_size() helperCaio Marcelo de Oliveira Filho2020-01-212-0/+10
* intel/fs: Add FS_OPCODE_SCHEDULING_FENCECaio Marcelo de Oliveira Filho2020-01-213-0/+13
* gallium: check all planes' pipe formats in case of multi-samplersDongwon Kim2020-01-211-5/+10
* anv: Drop some workarounds that are no longer necessaryKenneth Graunke2020-01-211-61/+0
* iris: Drop some workarounds which are no longer necessaryKenneth Graunke2020-01-211-36/+1
* turnip: Disable UBWC on images used as storage images.Eric Anholt2020-01-211-0/+12
* turnip: Add limited support for storage images.Eric Anholt2020-01-216-19/+116
* turnip: Refactor the intrinsic lowering.Eric Anholt2020-01-211-35/+48
* turnip: Fix some whitespace around binary operators.Eric Anholt2020-01-211-3/+3
* radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.Eric Anholt2020-01-211-1/+0
* r300: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-125/+0
* r600: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-53/+0
* radeonsi: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-22/+0
* anv: don't report error with other vendor DRM devicesLionel Landwerlin2020-01-211-4/+11
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-2114-83/+100
* compiler: Add a note about how num_ssbos works in the program info.Eric Anholt2020-01-211-1/+5
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-216-8/+9
* gallium: Pack the atomic counters just above the SSBOs.Eric Anholt2020-01-216-14/+24
* mesa: Make atomic lowering put atomics above SSBOs.Eric Anholt2020-01-218-86/+48
* turnip: Refactor linkage state setup.Eric Anholt2020-01-211-20/+20
* nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.Timur Kristóf2020-01-211-1/+1
* anv: initialize clear_color_is_zero_oneTapani Pälli2020-01-211-0/+5
* panfrost/midgard: Print the actual source register for store operationsBoris Brezillon2020-01-211-1/+1
* panfrost: Add pandecode entries for ASTC/ETC formatsAlyssa Rosenzweig2020-01-211-0/+9
* panfrost: Add ASTC texture formatsIcecream952020-01-215-1/+30
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-214-4/+45
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-214-152/+210
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-214-25/+35
* panfrost: Compile tiling routines with -O3Alyssa Rosenzweig2020-01-211-1/+1
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-211-1/+0
* gallium/gallivm: enable linking lp_bld_printf function with C++ codeJan Zielinski2020-01-211-0/+7
* iris: Fix value of out-of-bounds accesses for vertex attributesDanylo Piliaiev2020-01-211-1/+1
* turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORYHyunjun Ko2020-01-211-0/+3
* clover: Initialize Asm ParsersJan Vesely2020-01-211-0/+1
* anv: Allow enumerating multiple physical devicesJason Ekstrand2020-01-202-72/+75
* anv: Re-arrange physical_device_initJason Ekstrand2020-01-201-23/+27
* anv: Drop separate chipset_id fieldsJason Ekstrand2020-01-203-13/+9
* anv: Move the physical device dispatch table to anv_instanceJason Ekstrand2020-01-203-40/+24
* anv: Drop the instance pointer from anv_deviceJason Ekstrand2020-01-205-13/+16
* anv: Stop allocating WSI event fences off the instanceJason Ekstrand2020-01-201-2/+2
* anv: Take a device in anv_perf_warnJason Ekstrand2020-01-204-15/+15
* anv: Take an anv_device in vk_errorfJason Ekstrand2020-01-208-82/+69