summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Tidy bogus indentation left by previous commitKenneth Graunke2019-04-221-26/+24
* i965: Ignore uniform storage for samplers or images, use binding infoKenneth Graunke2019-04-223-18/+28
* Revert "glsl: Set location on structure-split sampler uniform variables"Kenneth Graunke2019-04-221-1/+8
* radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák2019-04-225-10/+16
* drirc: Add workaround for Epic Games LauncherDanylo Piliaiev2019-04-221-0/+4
* iris: Track bound and writable SSBOsKenneth Graunke2019-04-222-1/+16
* virgl: clear vertex_array_dirtyChia-I Wu2019-04-221-0/+2
* gallivm: disable NEON instructions if they are not supportedLubomir Rintel2019-04-221-0/+7
* gallivm: guess CPU features also on ARMLubomir Rintel2019-04-221-7/+6
* iris: Enable the dual_color_blend_by_location driconf option.Kenneth Graunke2019-04-224-0/+24
* iris: Add mechanism for iris-specific driconf optionsKenneth Graunke2019-04-2211-8/+75
* nir: Use the NIR_SRC_AS_ macro to define nir_src_as_derefJason Ekstrand2019-04-221-14/+4
* anv,radv: Update release notes for newly implemented extensiosnJason Ekstrand2019-04-221-0/+12
* radv: add VK_NV_compute_shader_derivates supportSamuel Pitoiset2019-04-223-0/+9
* intel/fs: Add support for float16 to the fsign optimizationsIan Romanick2019-04-201-6/+24
* lima: add Android buildIcenowy Zheng2019-04-214-2/+124
* st/nine: skip position checks in SetCursorPosition()Andre Heider2019-04-202-5/+10
* anv: Rework the descriptor set layout create loopJason Ekstrand2019-04-191-14/+13
* anv: Ignore descriptor binding flags if bindingCount == 0Jason Ekstrand2019-04-191-3/+2
* panfrost/mdg: Use shared fsign loweringAlyssa Rosenzweig2019-04-194-11/+4
* panfrost: Fixup vertex offsets to prevent shadow copyAlyssa Rosenzweig2019-04-192-43/+67
* panfrost: Track BO lifetime with jobs and reference countsAlyssa Rosenzweig2019-04-199-37/+207
* docs/relnotes: add support for VK_KHR_shader_float16_int8Andres Gomez2019-04-201-0/+1
* anv/nir: Add a central helper for figuring out SSBO address formatsJason Ekstrand2019-04-193-57/+98
* nir: Add helpers for getting the type of an address formatJason Ekstrand2019-04-191-0/+33
* anv: Implement VK_EXT_descriptor_indexingJason Ekstrand2019-04-196-2/+94
* anv: Put binding flags in descriptor set layoutsJason Ekstrand2019-04-192-0/+19
* anv: Use bindless handles for imagesJason Ekstrand2019-04-195-4/+63
* intel/fs: Add support for bindless image load/store/atomicJason Ekstrand2019-04-193-8/+72
* anv: Use bindless textures and samplersJason Ekstrand2019-04-196-31/+228
* anv: Pass the plane into lower_tex_derefJason Ekstrand2019-04-191-7/+5
* anv: Use write_image_view to initialize immutable samplersJason Ekstrand2019-04-191-5/+13
* anv: Count the number of planes in each descriptor bindingJason Ekstrand2019-04-192-3/+19
* intel/fs: Add support for bindless texture opsJason Ekstrand2019-04-195-10/+86
* intel,nir: Lower TXD with a bindless samplerJason Ekstrand2019-04-193-0/+9
* anv: Implement VK_KHR_shader_atomic_int64Jason Ekstrand2019-04-198-5/+51
* anv: Implement SSBOs bindings with GPU addresses in the descriptor BOJason Ekstrand2019-04-196-35/+347
* anv: Lower some SSBO operations in apply_pipeline_layoutJason Ekstrand2019-04-191-2/+212
* anv: Add a has_a64_buffer_access to anv_physical_deviceJason Ekstrand2019-04-194-6/+11
* intel/nir: Re-run int64 lowering in postprocess_nirJason Ekstrand2019-04-191-0/+1
* nir/lower_io: Expose some explicit I/O lowering helpersJason Ekstrand2019-04-192-42/+65
* anv/pipeline: Add skeleton support for spilling to bindlessJason Ekstrand2019-04-194-27/+122
* anv/pipeline: Sort bindings by most used firstJason Ekstrand2019-04-191-40/+95
* anv: Add a #define for the max binding table sizeJason Ekstrand2019-04-193-4/+16
* anv: Put image params in the descriptor set buffer on gen8 and earlierJason Ekstrand2019-04-196-124/+109
* anv: Make all VkDeviceMemory BOs resident permanentlyJason Ekstrand2019-04-194-46/+48
* freedreno/ir3: fix const assertRob Clark2019-04-191-1/+0
* gallium/auxiliary/vl: Fix a couple of warningsKristian H. Kristensen2019-04-192-8/+2
* egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSEDKristian H. Kristensen2019-04-191-1/+1
* ralloc: Fully qualify non-virtual destructor callKristian H. Kristensen2019-04-191-1/+1