aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-101-2/+4
* 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
* i965/blorp: Bump the batch space estimateJason Ekstrand2017-04-061-1/+1
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-061-4/+4
* mesa: tidy up renderbuffer RefCount initialisationTimothy Arceri2017-04-061-2/+0
* i965/blorp: Align vertex buffers to 64BJason Ekstrand2017-04-041-1/+13
* drirc: Set glsl_zero_init for Kerbal Space Program.Francisco Jerez2017-04-041-0/+8
* aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2017-04-031-4/+4
* mesa: move FLUSH_VERTICES() call to metaTimothy Arceri2017-03-311-7/+10
* i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke2017-03-3010-14/+18
* i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64Kenneth Graunke2017-03-303-53/+19
* i965: Use WARN_ONCE instead of open coding it.Kenneth Graunke2017-03-301-9/+4
* mesa: remove dd_function_table::BindProgramMarek Olšák2017-03-291-1/+0
* r200: remove BindProgramMarek Olšák2017-03-292-16/+5