summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move blob from compiler/ to util/Jason Ekstrand2019-09-1915-23/+24
* Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach...Boris Brezillon2019-09-191-29/+34
* intel/fs: Add Fall-through commentCaio Marcelo de Oliveira Filho2019-09-191-0/+3
* nir/algebraic: refactor inexact opcode restrictionsSamuel Iglesias Gonsálvez2019-09-191-3/+5
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-09-191-1/+1
* glx: Remove redundant null check.Bas Nieuwenhuizen2019-09-191-1/+1
* iris: Skip double-disabling TCS/TES/GS after BLORP operationsKenneth Graunke2019-09-191-0/+17
* anv: fix descriptor limits on gen8Arcady Goldmints-Orlov2019-09-192-4/+6
* radv: remove dead shared variablesDaniel Schürmann2019-09-191-1/+1
* radv/aco: enable VK_EXT_shader_demote_to_helper_invocationDaniel Schürmann2019-09-193-0/+8
* radv: enable clustered reductionsDaniel Schürmann2019-09-191-0/+1
* radv/aco: Setup alternate path in RADV to support the experimental ACO compilerDaniel Schürmann2019-09-1911-103/+205
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-1931-0/+25572
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-09-191-0/+4
* iris: Rework iris_update_draw_parameters to be more efficientKenneth Graunke2019-09-183-40/+56
* iris: Use state_refs for draw parameters.Kenneth Graunke2019-09-183-23/+21
* util/disk_cache: make use of the total job size limiting featureTimothy Arceri2019-09-191-1/+1
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-199-13/+28
* util/disk_cache: bump thread count assigned to disk cache queueTimothy Arceri2019-09-191-3/+7
* intel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32Paulo Zanoni2019-09-191-1/+10
* intel/fs: the maximum supported stride width is 16Paulo Zanoni2019-09-191-1/+3
* intel/fs: roll the loop with the <0,1,0> additions in emit_scan()Paulo Zanoni2019-09-191-32/+14
* intel/fs: make scan/reduce work with SIMD32 when it fits 2 registersPaulo Zanoni2019-09-191-0/+23
* freedreno/regs: A couple of tess updatesKristian H. Kristensen2019-09-182-3/+41
* freedreno/regs: Fix CP_DRAW_INDX_OFFSET commandKristian H. Kristensen2019-09-181-0/+14
* freedreno/a6xx: Write multiple regs for SP_VS_OUT_REG and SP_VS_VPC_DST_REGKristian H. Kristensen2019-09-181-6/+5
* freedreno/a6xx: Turn on vectorize_ioKristian H. Kristensen2019-09-181-0/+1
* freedreno/a6xx: Share shader state constructor and destructorKristian H. Kristensen2019-09-186-190/+76
* freedreno/a6xx: Track location of gl_Position out as we link itKristian H. Kristensen2019-09-183-13/+13
* spirv: Add missing break for capability handlingCaio Marcelo de Oliveira Filho2019-09-181-0/+1
* iris: Avoid uploading SURFACE_STATE descriptors for UBOs if possibleKenneth Graunke2019-09-183-17/+53
* intel/compiler: Record whether any pull constant loads occurKenneth Graunke2019-09-183-0/+11
* iris: Track per-stage bind history, reduce work accordinglyKenneth Graunke2019-09-184-6/+16
* iris: Don't flag IRIS_DIRTY_BINDINGS for constant usage historyKenneth Graunke2019-09-181-2/+1
* iris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY_CONSTANTS_XSKenneth Graunke2019-09-181-1/+6
* iris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer rebindsKenneth Graunke2019-09-181-1/+2
* radv: Add DFSM support.Bas Nieuwenhuizen2019-09-181-5/+17
* radv: Disable dfsm by default even on Raven.Bas Nieuwenhuizen2019-09-182-3/+4
* radv: Only break batch on framebuffer change with dfsm.Bas Nieuwenhuizen2019-09-181-1/+1
* nir/opt_if: Fix undef handling in opt_split_alu_of_phi()Connor Abbott2019-09-181-55/+20
* gl: drop incorrect pkg-config file for glvndEric Engestrom2019-09-181-12/+2
* nir/opcodes: Clear variable names confusionAndres Gomez2019-09-181-10/+15
* radv: never kill a NGG GS shaderRhys Perry2019-09-181-1/+3
* radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS67-glean-depthstencil-test-fails-badlength-with-indirect-non-swrast-renderingSamuel Pitoiset2019-09-181-4/+13
* radeonsi: include drm_fourcc.h to fix the buildMarek Olšák2019-09-181-0/+1
* radeonsi: implement pipe_screen::resource_get_paramMarek Olšák2019-09-181-22/+78
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-187-16/+56
* ac: move ac_get_num_physical_vgprs into radeon_infoMarek Olšák2019-09-183-13/+5
* ac: move ac_get_num_physical_sgprs into radeon_infoMarek Olšák2019-09-185-17/+17
* ac: move ac_get_max_wave64_per_simd into radeon_infoMarek Olšák2019-09-184-18/+6