summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: only update samplers for stages that have changedTimothy Arceri2017-04-134-28/+94
* st/mesa: Fix missing-braces warning.Vinson Lee2017-04-121-1/+1
* radv: Disable primitive restart for non-indexed drawsAlex Smith2017-04-122-22/+34
* anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR definedMatt Turner2017-04-121-0/+2
* Revert "r600g: get rid of dummy pixel shader"Marek Olšák2017-04-123-30/+40
* mesa: fix memory leak in arb_fragment_programBartosz Tomczyk2017-04-121-0/+1
* radv: Hash the immutable samplers.Bas Nieuwenhuizen2017-04-121-0/+3
* radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen2017-04-124-27/+39
* radv: Stop shadowing the result in radv_GetQueryPoolResults.Bas Nieuwenhuizen2017-04-121-4/+4
* radv: Return VK_NOT_READY if the query results are not available.Bas Nieuwenhuizen2017-04-121-0/+6
* radv: Set query availability bit even if we don't wait.Bas Nieuwenhuizen2017-04-121-3/+4
* mesa: avoid NULL ptr in prog parameter nameGregory Hainaut2017-04-121-1/+1
* i965/drm: Use bools for a few flags.Kenneth Graunke2017-04-111-2/+2
* i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.Kenneth Graunke2017-04-113-4/+4
* i965/drm: Make BO size a uint64_t rather than unsigned long.Kenneth Graunke2017-04-112-11/+11
* i965/drm: Make alignment parameter a uint64_t.Kenneth Graunke2017-04-112-4/+4
* i965/drm: Make stride/pitch a uint32_t.Kenneth Graunke2017-04-114-31/+18
* i965/drm: Fix types for pwrite/pread fields.Kenneth Graunke2017-04-112-14/+14
* i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.Kenneth Graunke2017-04-114-62/+41
* mesa/st: remove _mesa_get_fallback_texture() callsTimothy Arceri2017-04-122-10/+3
* mesa: use pre_hashed version of search for the mesa hash tableTimothy Arceri2017-04-121-2/+6
* swr: [rasterizer core] Disable 8x2 tile backendTim Rowley2017-04-111-1/+1
* swr: [rasterizer common] Add _simd_testz_si aliasTim Rowley2017-04-111-0/+1
* swr: [rasterizer archrast] Fix archrast for MSVC 2017 compilerTim Rowley2017-04-115-6/+6
* swr: [rasterizer jitter] Remove unused functionTim Rowley2017-04-112-35/+0
* swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8Tim Rowley2017-04-114-52/+0
* swr: [rasterizer common/core] Fix 32-bit windows buildTim Rowley2017-04-116-117/+123
* swr: [rasterizer core] Fix unused variable warningsTim Rowley2017-04-113-10/+1
* swr: [rasterizer core] Code formating changeTim Rowley2017-04-111-10/+10
* swr: [rasterizer core] SIMD16 Frontend WIP - PATim Rowley2017-04-111-22/+22
* swr: [rasterizer core] SIMD16 Frontend WIP - ClipperTim Rowley2017-04-115-124/+941
* swr: [rasterizer core] Multisample sample position setup changeTim Rowley2017-04-113-75/+92
* swr: [rasterizer core] Reduce templates to speed compileTim Rowley2017-04-113-10/+71
* i965/fs: Take into account lower frequency of conditional blocks in spilling ...Francisco Jerez2017-04-111-5/+14
* swr: return true for PIPE_CAP_DOUBLESTim Rowley2017-04-111-0/+1
* i965: Set kernel features before computing max GL version.Kenneth Graunke2017-04-111-24/+24
* anv: remove needless VALGRIND_MAKE_MEM_DEFINEDJuan A. Suarez Romero2017-04-111-1/+0
* etnaviv: enable TS, but disable autodisableLucas Stach2017-04-111-2/+2
* etnaviv: enable TS also on sampler resourcesLucas Stach2017-04-111-3/+0
* etnaviv: align TS surface size to number of pixel pipesLucas Stach2017-04-111-1/+2
* etnaviv: avoid using invalid TSLucas Stach2017-04-113-1/+7
* glsl: use the BA1 macro for textureQueryLevels()Samuel Pitoiset2017-04-111-32/+33
* glsl: use the BA1 macro for textureSamples()Samuel Pitoiset2017-04-111-9/+10
* glsl: use the BA1 macro for textureCubeArrayShadow()Samuel Pitoiset2017-04-111-5/+6
* radv: Implement pipeline statistics queries.Bas Nieuwenhuizen2017-04-113-27/+394
* radv: Let count be dynamic in radv_break_on_count.Bas Nieuwenhuizen2017-04-111-3/+3
* radv: Rename query pipeline/set layout.Bas Nieuwenhuizen2017-04-112-13/+13
* radv: Use VK_WHOLE_SIZE for the query buffer bindings.Bas Nieuwenhuizen2017-04-111-2/+2
* radv: Use a shader for occlusion CmdCopyQueryPoolResults.Bas Nieuwenhuizen2017-04-111-74/+64
* radv: Add occlusion query shader.Bas Nieuwenhuizen2017-04-114-0/+435