summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-25radeon/vcn: add decode message destroyLeo Liu1-1/+10
2017-05-25radeon/vcn: add decode message createLeo Liu1-1/+21
2017-05-25radeon/vcn: add common decode partLeo Liu3-0/+675
2017-05-25radeon/winsys: add vcn dec ring typeLeo Liu1-0/+1
2017-05-25radeon/winsys: add uvd enc ring typeLeo Liu1-0/+1
2017-05-25radeon/vcn: add vcn decode interfaceLeo Liu2-0/+502
2017-05-25configure.ac: update libdrm amdgpu version requirement to 2.4.81Leo Liu1-1/+1
2017-05-25docs: update calendar, add news item and link release notes for 17.1.1Emil Velikov3-6/+8
2017-05-25docs: add sha256 checksums for 17.1.1Emil Velikov1-1/+2
2017-05-25docs: add release notes for 17.1.1Emil Velikov1-0/+187
2017-05-25mesa: remove unrequired double calcTimothy Arceri1-10/+2
2017-05-25mesa: remove redundant modulus operationTimothy Arceri1-3/+2
2017-05-24svga: init svga_screen::swc_mutex with mtx_recursiveBrian Paul2-1/+4
2017-05-24svga: move logging initialization code into new functionBrian Paul2-24/+31
2017-05-24svga: init local vars to silence uninitialized use warningsBrian Paul1-3/+3
2017-05-24svga: log the process command line to the vmware.log fileBrian Paul2-0/+18
2017-05-24svga: Limit svga message capability to newer compilersSinclair Yeh1-4/+14
2017-05-24svga: Fix MSVC build.Brian Paul1-2/+32
2017-05-24svga: Add the ability to log messages to vmware.log on the host.Sinclair Yeh5-0/+471
2017-05-24Revert "gallium: remove unused PIPE_CC_GCC_VERSION"Brian Paul1-0/+1
2017-05-24aubinator: report error on unknown device idLionel Landwerlin1-1/+1
2017-05-24aubinator: be consistent on exit codeLionel Landwerlin1-5/+5
2017-05-24aubinator: fix double freeLionel Landwerlin1-1/+1
2017-05-24winsys/amdgpu: align VA allocations to fragment size v2Christian König3-0/+4
2017-05-24tgsi: remove unused tgsi_is_passthrough_shader()Samuel Pitoiset2-79/+0
2017-05-24configure.ac: rephrase 'GLX w/o X11' error messageEric Engestrom1-1/+1
2017-05-23anv: Require vertex buffers to come from a 32-bit heapJason Ekstrand1-0/+12
2017-05-23anv: Advertise both 32-bit and 48-bit heaps when we have enough memoryJason Ekstrand1-6/+36
2017-05-23anv: Refactor memory type setupJason Ekstrand1-36/+40
2017-05-23anv: Make supports_48bit_addresses a heap propertyJason Ekstrand2-3/+14
2017-05-23anv: Stop setting BO flags in bo_init_newJason Ekstrand4-15/+25
2017-05-23anv: Set image memory types based on the type countJason Ekstrand1-2/+4
2017-05-23anv: Add valid_bufer_usage to the memory type metadataJason Ekstrand2-8/+26
2017-05-23anv: Determine the type of mapping based on type metadataJason Ekstrand2-7/+7
2017-05-23anv: Set up memory types and heaps during physical device initJason Ekstrand2-44/+77
2017-05-23anv: Predicate 48bit support on gen >= 8Jason Ekstrand1-1/+6
2017-05-23anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hackJason Ekstrand1-28/+0
2017-05-23anv: Handle transitioning depth from UNDEFINED to other layoutsJason Ekstrand2-19/+19
2017-05-23anv: Handle color layout transitions from the UNINITIALIZED layoutJason Ekstrand3-2/+108
2017-05-24st/nine: Fix a regression and syntax cleanupAxel Davy4-19/+16
2017-05-23mesa: Remove GL_APPLE_vertex_array_object stubsIan Romanick4-26/+4
2017-05-23gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák5-2/+16
2017-05-23freedreno/ir3: switch to NIR by defaultRob Clark2-16/+2
2017-05-23freedreno/ir3: lower arrays to regsRob Clark2-150/+185
2017-05-23freedreno/ir3: add put_dst()Rob Clark1-0/+24
2017-05-23freedreno/ir3: code-motionRob Clark1-55/+55
2017-05-23freedreno/ir3: fix cmdline compilerRob Clark1-2/+0
2017-05-23freedreno/ir3: add missing nir_opt_copy_prop_vars() passRob Clark1-0/+1
2017-05-23freedreno/ir3: need different compiler options for a5xxRob Clark4-5/+28
2017-05-23freedreno/a5xx: remove copapasta from a4xxRob Clark1-2/+1