summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe, softpipe: no support for ATC texturesJonathan Marek2019-04-233-5/+8
* gallium: add ATC format supportJonathan Marek2019-04-235-3/+17
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-2312-2/+77
* radeonsi: delay adding BOs at the beginning of IBs until the first drawMarek Olšák2019-04-236-9/+46
* radeonsi: add helper si_get_minimum_num_gfx_cs_dwordsMarek Olšák2019-04-232-7/+12
* radeonsi: add si_cp_copy_dataMarek Olšák2019-04-235-41/+44
* winsys/amdgpu: clean up and remove nonsensical assertionMarek Olšák2019-04-231-2/+1
* winsys/amdgpu: enable chaining for compute IBsMarek Olšák2019-04-231-6/+6
* winsys/amdgpu: reorder chunks, make BO_HANDLES first, IB and FENCE lastMarek Olšák2019-04-231-19/+17
* 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
* 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