summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand2017-06-142-56/+58
* i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand2017-06-145-18/+16
* dri3/GLX: Fix drawable invalidation v2Thomas Hellstrom2017-06-141-0/+6
* radeonsi: fix a GPU hang with tessellation on 2-CU configsMarek Olšák2017-06-141-1/+5
* st/mesa: don't load cached TGSI shaders on demandMarek Olšák2017-06-141-1/+6
* nvc0: disable BGRA8 images on FermiLyude2017-06-141-5/+14
* xlib: fix glXGetCurrentDisplay() failureBrian Paul2017-06-144-5/+18
* automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca2017-06-142-0/+2
* i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace2017-06-141-5/+1
* etnaviv: always do cpu_fini in transfer_unmapLucas Stach2017-06-141-3/+6
* anv: Require vertex buffers to come from a 32-bit heapJason Ekstrand2017-06-031-0/+12
* i965: Rework Sandy Bridge HiZ and stencil layoutsJason Ekstrand2017-06-025-29/+134
* anv: Advertise both 32-bit and 48-bit heaps when we have enough memoryJason Ekstrand2017-06-021-6/+36
* anv: Refactor memory type setupJason Ekstrand2017-06-021-36/+40
* anv: Make supports_48bit_addresses a heap propertyJason Ekstrand2017-06-022-3/+14
* anv: Stop setting BO flags in bo_init_newJason Ekstrand2017-06-023-7/+23
* anv: Add valid_bufer_usage to the memory type metadataJason Ekstrand2017-06-022-8/+26
* anv: Determine the type of mapping based on type metadataJason Ekstrand2017-06-022-7/+7
* anv: Set EXEC_OBJECT_ASYNC when availableJason Ekstrand2017-06-028-4/+26
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-06-011-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-06-013-3/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-06-011-4/+10
* egl/android: fix segfault within swap_buffersTapani Pälli2017-06-011-1/+6
* Revert "android: fix segfault within swap_buffers"Juan A. Suarez Romero2017-06-011-8/+0
* st/mesa: remove redundant stfb->iface checksNicolai Hähnle2017-06-012-9/+2
* mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk2017-06-011-2/+8
* radv: Reserve space for descriptor and push constant user SGPR setting.Bas Nieuwenhuizen2017-06-011-0/+8
* egl/wayland: select the format based on the interface usedEmil Velikov2017-06-011-1/+2
* freedreno: fix fence creation fail if no renderingRob Clark2017-06-011-13/+1
* st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri2017-06-013-2/+9
* egl/wayland: Ensure we get a back bufferDaniel Stone2017-06-011-1/+9
* radv: automake: list shared libraries after the static onesEmil Velikov2017-06-011-19/+16
* anv: automake: list shared libraries after the static onesEmil Velikov2017-06-011-16/+15
* i965: Round copy size to the nearest block in intel_miptree_copyJason Ekstrand2017-06-011-2/+2
* i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand2017-06-011-18/+38
* anv: Set image memory types based on the type countJason Ekstrand2017-06-011-2/+4
* anv: Set up memory types and heaps during physical device initJason Ekstrand2017-06-012-44/+81
* anv: Predicate 48bit support on gen >= 8Jason Ekstrand2017-05-311-1/+6
* anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hackJason Ekstrand2017-05-311-28/+0
* anv: Handle transitioning depth from UNDEFINED to other layoutsJason Ekstrand2017-05-312-19/+19
* anv: Handle color layout transitions from the UNINITIALIZED layoutJason Ekstrand2017-05-313-2/+108
* radeonsi/gfx9: compile shaders with +xnackMarek Olšák2017-05-311-6/+7
* gallium/targets: link against XCB only as neededEmil Velikov2017-05-312-4/+12
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-311-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-311-2/+0
* st/va: fix misplaced closing bracketEmil Velikov2017-05-311-1/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-315-19/+35
* loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11Emil Velikov2017-05-311-0/+2
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-3112-7/+13
* configure: set HAVE_foo_PLATFORM as applicableEmil Velikov2017-05-312-6/+0