summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2019-01-22freedreno: a2xx: NIR backendJonathan Marek21-2529/+3033
2019-01-21mesa: add MESA_SHADER_KERNELKarol Herbst7-3/+8
2019-01-21freedreno: a2xx: sysmem renderingJonathan Marek1-0/+45
2019-01-21freedreno: a2xx: fix non-zero texture base offsetsJonathan Marek1-1/+1
2019-01-21freedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20xJonathan Marek3-18/+34
2019-01-21freedreno: a2xx: fix gmem2mem viewportJonathan Marek1-0/+7
2019-01-21freedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTLJonathan Marek2-18/+20
2019-01-21freedreno: a2xx: cleanup init_shader_constJonathan Marek3-14/+11
2019-01-21nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst2-3/+3
2019-01-21nir: replace more nir_load_system_value calls with builder functionsKarol Herbst1-2/+1
2019-01-20nv50,nvc0: add missing CAPs for unsupported featuresRhys Kidd2-0/+4
2019-01-19nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst1-1/+1
2019-01-19nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst1-1/+1
2019-01-19nir: rename nir_var_function to nir_var_function_tempKarol Herbst2-3/+3
2019-01-19nir: rename nir_var_private to nir_var_shader_tempKarol Herbst1-1/+1
2019-01-18freedreno/a6xx: Turn on texture tiling by defaultKristian H. Kristensen7-43/+64
2019-01-18freedreno: Synchronize batch and flush for staging resourceKristian H. Kristensen1-1/+15
2019-01-18gm107/ir: disable TEXS for tex with derivAll setKarol Herbst2-1/+3
2019-01-18nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru...Karol Herbst1-1/+1
2019-01-16vc4: Don't leak the GPU fd for renderonly usage.Eric Anholt1-1/+1
2019-01-16v3d: Don't leak the GPU fd for renderonly usage.Eric Anholt1-1/+1
2019-01-16v3d: Restructure RO allocations using resource_from_handle.Eric Anholt1-29/+38
2019-01-16v3d: If the modifier is not known on BO import, default to linear for RO.Eric Anholt1-1/+3
2019-01-17radeonsi/nir: get correct type for images inside structsTimothy Arceri1-1/+2
2019-01-16swr/rast: Store cached files in multiple subdirsAlok Hota3-38/+52
2019-01-16swr/rast: New execution engine per JITAlok Hota2-42/+65
2019-01-16swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota6-40/+38
2019-01-16swr/rast: Unaligned and translations in gathersAlok Hota1-21/+35
2019-01-16swr/rast: partial support for Tiled ResourcesAlok Hota2-0/+164
2019-01-16swr/rast: Add annotator to interleave isa textAlok Hota2-3/+36
2019-01-16swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota1-18/+16
2019-01-16gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak1-1/+3
2019-01-15st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke3-0/+3
2019-01-15gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke3-0/+8
2019-01-15st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke1-0/+17
2019-01-14radeonsi: also apply the GS hang workaround to draws without tessellationMarek Olšák1-11/+14
2019-01-14v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.Eric Anholt1-1/+1
2019-01-14v3d: Add support for shader_image_load_store.Eric Anholt5-2/+196
2019-01-14v3d: Add SSBO/atomic counters support.Eric Anholt6-1/+102
2019-01-14v3d: Drop the GLSL version level.Eric Anholt1-1/+1
2019-01-14v3d: Add an isr to the simulator to catch GMP violations.Eric Anholt3-0/+39
2019-01-14v3d: Add support for GL_ARB_framebuffer_no_attachments.Eric Anholt3-2/+19
2019-01-14v3d: Add support for flushing dirty TMU data at job end.Eric Anholt2-0/+20
2019-01-14st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák1-1/+1
2019-01-10docs: fix gallium screen cap docsIlia Mirkin1-11/+11
2019-01-10freedreno/a6xx: fix 3d+tiled layoutRob Clark1-34/+52
2019-01-10freedreno/a6xx: move tile_mode to sampler-view CSORob Clark2-7/+7
2019-01-10freedreno/a6xx: separate stencil restore/resolve fixesRob Clark1-14/+21
2019-01-10etnaviv: fix typo in cflush_all descriptionGuido Günther1-1/+1
2019-01-09st/va: Return correct status from vlVaQuerySurfaceStatusIndrajit Das1-0/+31