summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/amdgpu: make IBs writable and expose their addressMarek Olšák2019-04-232-1/+4
* ac: add REWIND and GDS registers to register headersMarek Olšák2019-04-231-0/+16
* ac: add ac_get_i1_sgpr_maskMarek Olšák2019-04-232-0/+18
* ac: add radeon_info::is_pro_graphicsMarek Olšák2019-04-232-0/+5
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-236-33/+7
* tgsi/scan: add uses_drawidMarek Olšák2019-04-233-0/+7
* iris: Track valid data range and infer unsynchronized mappings.Kenneth Graunke2019-04-235-0/+78
* iris: Make a resource_is_busy() helperKenneth Graunke2019-04-231-4/+13
* iris: Replace buffer backing storage and rebind to update addresses.Kenneth Graunke2019-04-234-5/+171
* iris: Make memzone_for_address non-staticKenneth Graunke2019-04-232-5/+7
* iris: Make a gl_shader_stage -> pipe_shader_stage helper functionKenneth Graunke2019-04-231-0/+14
* iris: Rework image views to store pipe_image_view.Kenneth Graunke2019-04-234-35/+52
* iris: Rework UBOs and SSBOs to use pipe_shader_bufferKenneth Graunke2019-04-232-104/+71
* iris: Track bound constant buffersKenneth Graunke2019-04-232-0/+6
* iris: Mark constants dirty on transfer unmap even if no flushes occurKenneth Graunke2019-04-231-2/+8
* intel: workaround VS fixed function issue on Gen9 GT1 partsLionel Landwerlin2019-04-231-0/+12
* intel/compiler: Improve fix_3src_operand()Matt Turner2019-04-221-5/+18
* intel/compiler: Add unit tests for sat prop for different exec sizesMatt Turner2019-04-221-0/+68
* intel/compiler: Use SIMD16 instructions in fs saturate prop unit testMatt Turner2019-04-221-59/+59
* intel/fs: Remove fs_generator::generate_linterp from gen11+.Rafael Antognolli2019-04-221-44/+6
* intel/fs: Add a lowering pass for linear interpolation.Rafael Antognolli2019-04-222-0/+47
* intel/fs: Move the scalar-region conversion to the generator.Rafael Antognolli2019-04-224-5/+5
* intel/fs: Only propagate saturation if exec_size is the same.Rafael Antognolli2019-04-221-1/+2
* 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
* 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-213-0/+121
* st/nine: skip position checks in SetCursorPosition()Andre Heider2019-04-201-3/+5
* 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
* 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-195-2/+93
* 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