aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/drm: Drop userptr support for now.Kenneth Graunke2017-04-102-204/+1
* i965/drm: Delete engine checks.Kenneth Graunke2017-04-101-35/+0
* i965/drm: Drop intel_chipset.h in favor of using gen_device_info.Kenneth Graunke2017-04-105-576/+63
* i965/drm: Drop deprecated drm_bacon_bo::offset.Kenneth Graunke2017-04-103-10/+1
* i965/drm: Drop has_wait_timeout.Kenneth Graunke2017-04-101-16/+0
* i965/drm: Assume aperture size query will work.Kenneth Graunke2017-04-101-15/+2
* i965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bufmgr classes.Kenneth Graunke2017-04-103-405/+328
* i965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c.Kenneth Graunke2017-04-102-5/+5
* i965/drm: Drop cliprects and dr4 from execbuf variants.Kenneth Graunke2017-04-104-25/+12
* i965/drm: Devirtualize the bufmgr.Kenneth Graunke2017-04-105-646/+243
* i965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.Kenneth Graunke2017-04-105-19/+3
* i965/drm: Use Mesa's macros.h instead of duplicating them.Kenneth Graunke2017-04-103-16/+3
* i965/drm: Use ALIGN, not ROUND_UP_TO.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Delete execbuf1 support.Kenneth Graunke2017-04-101-181/+2
* i965/drm: Remove Gen2-3 fence accounting.Kenneth Graunke2017-04-103-234/+13
* i965/drm: Remove some unused functions and macros.Kenneth Graunke2017-04-105-266/+0
* i965/drm: Switch to util/list.h instead of libdrm_lists.h.Kenneth Graunke2017-04-103-169/+45
* i965/drm: Port to Mesa's atomic header.Kenneth Graunke2017-04-103-130/+26
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-1060-436/+442
* i965/drm: s/drm_intel/drm_bacon/gKenneth Graunke2017-04-104-606/+606
* i965/drm: Drop libpciaccess dependencies.Kenneth Graunke2017-04-102-49/+0
* i965/drm: Make libdrm_lists.h compile by defining typeof.Kenneth Graunke2017-04-101-0/+4
* i965/drm: remove legacy defines, aub functions, and decoder prototypesKenneth Graunke2017-04-102-176/+0
* i965: Import libdrm_intel.Kenneth Graunke2017-04-109-0/+6724
* i965: Make sure we don't use CPU maps for the scanout buffer.Kenneth Graunke2017-04-101-1/+13
* i965: Stop calling drm_intel_bufmgr_gem_enable_fenced_relocs().Kenneth Graunke2017-04-101-2/+0
* i965: Fix GLX_MESA_query_renderer video memory on 32-bit.Kenneth Graunke2017-04-101-4/+12
* mesa: use single memcpy when strides match in glReadPixels, texstore codeBartosz Tomczyk2017-04-102-9/+21
* mesa/st: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+13
* x11: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+4
* osmesa: tidy up renderbuffer refCount initialisationTimothy Arceri2017-04-101-1/+0
* swrast: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-102-13/+10
* radeon: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+5
* nouveau: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+5
* i965: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-6/+7
* i915: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+5
* mesa: create _mesa_attach_renderbuffer_without_ref() helperTimothy Arceri2017-04-102-8/+40