summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add compute_last_block to configure the partial block fieldsJiang, Sonny2019-01-222-5/+49
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-223-30/+45
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-222-0/+9
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-226-41/+43
* radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIKMarek Olšák2019-01-222-2/+4
* radeonsi: fix the top-of-pipe fence on SIMarek Olšák2019-01-221-1/+2
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-223-3/+3
* radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2019-01-222-8/+14
* radeonsi: remove redundant call to emit_cache_flush in compute clear/copyMarek Olšák2019-01-221-1/+0
* radeonsi: use buffer_store_format_x & xyMarek Olšák2019-01-221-8/+17
* radeonsi: fix rendering to tiny viewports where the viewport center is > 8KMarek Olšák2019-01-221-3/+18
* radeonsi: fix a u_blitter crash after a shader with FBFETCHMarek Olšák2019-01-221-1/+1
* winsys/amdgpu: use the new BO list APIMarek Olšák2019-01-221-49/+25
* freedreno: a2xx: add partial lower_scalar pass for ir2Jonathan Marek2019-01-225-0/+180
* freedreno: a2xx: add ir2 copy propagationJonathan Marek2019-01-225-0/+236
* freedreno: a2xx: insert scalar MOV to allow 2 source scalarJonathan Marek2019-01-221-0/+132
* freedreno: a2xx: NIR backendJonathan Marek2019-01-2221-2529/+3033
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-217-3/+8
* freedreno: a2xx: sysmem renderingJonathan Marek2019-01-211-0/+45
* freedreno: a2xx: fix non-zero texture base offsetsJonathan Marek2019-01-211-1/+1
* freedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20xJonathan Marek2019-01-213-18/+34
* freedreno: a2xx: fix gmem2mem viewportJonathan Marek2019-01-211-0/+7
* freedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTLJonathan Marek2019-01-212-18/+20
* freedreno: a2xx: cleanup init_shader_constJonathan Marek2019-01-213-14/+11
* nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst2019-01-212-3/+3
* nir: replace more nir_load_system_value calls with builder functionsKarol Herbst2019-01-211-2/+1
* nv50,nvc0: add missing CAPs for unsupported featuresRhys Kidd2019-01-202-0/+4
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-192-3/+3
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* freedreno/a6xx: Turn on texture tiling by defaultKristian H. Kristensen2019-01-187-43/+64
* freedreno: Synchronize batch and flush for staging resourceKristian H. Kristensen2019-01-181-1/+15
* gm107/ir: disable TEXS for tex with derivAll setKarol Herbst2019-01-182-1/+3
* nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru...Karol Herbst2019-01-181-1/+1
* vc4: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Restructure RO allocations using resource_from_handle.Eric Anholt2019-01-161-29/+38
* v3d: If the modifier is not known on BO import, default to linear for RO.Eric Anholt2019-01-161-1/+3
* radeonsi/nir: get correct type for images inside structsTimothy Arceri2019-01-171-1/+2
* swr/rast: Store cached files in multiple subdirsAlok Hota2019-01-163-38/+52
* swr/rast: New execution engine per JITAlok Hota2019-01-162-42/+65
* swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota2019-01-166-40/+38
* swr/rast: Unaligned and translations in gathersAlok Hota2019-01-161-21/+35
* swr/rast: partial support for Tiled ResourcesAlok Hota2019-01-162-0/+164
* swr/rast: Add annotator to interleave isa textAlok Hota2019-01-162-3/+36
* swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota2019-01-161-18/+16
* gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak2019-01-161-1/+3
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-153-0/+3
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-153-0/+8