summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.Kenneth Graunke2017-04-102-18/+17
* nouveau: when mapping a persistent buffer, synchronize on former xfersIlia Mirkin2017-04-111-4/+2
* nvc0: increase texture buffer object alignment to 256 for pre-GM107Ilia Mirkin2017-04-111-1/+1
* mesa: fix typo and add assert() to _mesa_attach_renderbuffer_without_ref()Timothy Arceri2017-04-111-1/+3
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-1017-55/+68
* i965/drm: Make a set_domain() helper function.Kenneth Graunke2017-04-101-37/+20
* i965/batch: Ensure we use a consistent offset in relocsDaniel Vetter2017-04-101-2/+6
* i965/bufmgr: Garbage-collect vma cache/pruningDaniel Vetter2017-04-102-129/+5
* i965/bufmgr: Remove some reuse functionsDaniel Vetter2017-04-102-33/+0
* i965/bufmgr: remove start_gtt_accessDaniel Vetter2017-04-102-29/+14
* i965/bufmgr: Delete set_tilingDaniel Vetter2017-04-102-25/+0
* i965/bufmgr: Delete alloc_for_renderDaniel Vetter2017-04-102-19/+0
* i965/drm: Use list_for_each_entry_safe in a couple of cases.Kenneth Graunke2017-04-101-11/+3
* i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.Kenneth Graunke2017-04-102-1/+1
* i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.Kenneth Graunke2017-04-102-1215/+1161
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-1048-477/+475
* i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke2017-04-107-57/+10
* i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().Kenneth Graunke2017-04-104-12/+8
* i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke2017-04-108-72/+69
* i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke2017-04-107-70/+21
* i965/drm: Fold drm_bacon_gem_reset_stats into the callers.Kenneth Graunke2017-04-103-56/+17
* i965/drm: Rename drm_bacon_gem_bo_bucket to bo_cache_bucket.Kenneth Graunke2017-04-101-9/+9
* i965/drm: Drop drm_bacon_* from static functions.Kenneth Graunke2017-04-101-81/+69
* i965/drm: Drop drm_bacon_gem_bo_madvise_internal().Kenneth Graunke2017-04-101-16/+6
* i965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.Kenneth Graunke2017-04-102-321/+272
* i965/drm: Merge bo->handle and bo_gem->gem_handle.Kenneth Graunke2017-04-104-66/+55
* i965/drm: Rewrite relocation handling.Kenneth Graunke2017-04-109-810/+225
* i965/drm: Make register write check handle execbuffer directly.Kenneth Graunke2017-04-101-7/+34
* i965: Make a screen::aperture_threshold field.Kenneth Graunke2017-04-102-3/+6
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-1011-14/+21
* i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc().Kenneth Graunke2017-04-1011-95/+82
* i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().Kenneth Graunke2017-04-103-22/+18
* i965/drm: Drop GEM_SW_FINISH stuff.Kenneth Graunke2017-04-101-24/+0
* i965/drm: Drop code to search for an existing bufmgr.Kenneth Graunke2017-04-101-53/+13
* i965/drm: Unwrap the unnecessary drm_bacon_reloc_target_info struct.Kenneth Graunke2017-04-101-26/+19
* i965/drm: Switch from uthash to Mesa's hash table.Kenneth Graunke2017-04-103-1103/+53
* i965/drm: Drop bo_gem::kflags.Kenneth Graunke2017-04-101-4/+1
* i965/drm: Drop has_exec_async related API.Kenneth Graunke2017-04-102-66/+0
* i965/drm: Drop softpin support for now.Kenneth Graunke2017-04-102-143/+8