| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/drm: Unwrap the unnecessary drm_bacon_reloc_target_info struct. | Kenneth Graunke | 2017-04-10 | 1 | -26/+19 |
* | i965/drm: Switch from uthash to Mesa's hash table. | Kenneth Graunke | 2017-04-10 | 3 | -1103/+53 |
* | i965/drm: Drop bo_gem::kflags. | Kenneth Graunke | 2017-04-10 | 1 | -4/+1 |
* | i965/drm: Drop has_exec_async related API. | Kenneth Graunke | 2017-04-10 | 2 | -66/+0 |
* | i965/drm: Drop softpin support for now. | Kenneth Graunke | 2017-04-10 | 2 | -143/+8 |
* | i965/drm: Drop userptr support for now. | Kenneth Graunke | 2017-04-10 | 2 | -204/+1 |
* | i965/drm: Delete engine checks. | Kenneth Graunke | 2017-04-10 | 1 | -35/+0 |
* | i965/drm: Drop intel_chipset.h in favor of using gen_device_info. | Kenneth Graunke | 2017-04-10 | 5 | -576/+63 |
* | i965/drm: Drop deprecated drm_bacon_bo::offset. | Kenneth Graunke | 2017-04-10 | 3 | -10/+1 |
* | i965/drm: Drop has_wait_timeout. | Kenneth Graunke | 2017-04-10 | 1 | -16/+0 |
* | i965/drm: Assume aperture size query will work. | Kenneth Graunke | 2017-04-10 | 1 | -15/+2 |
* | i965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bufmgr classes. | Kenneth Graunke | 2017-04-10 | 3 | -405/+328 |
* | i965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c. | Kenneth Graunke | 2017-04-10 | 2 | -5/+5 |
* | i965/drm: Drop cliprects and dr4 from execbuf variants. | Kenneth Graunke | 2017-04-10 | 4 | -25/+12 |
* | i965/drm: Devirtualize the bufmgr. | Kenneth Graunke | 2017-04-10 | 5 | -646/+243 |
* | i965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly. | Kenneth Graunke | 2017-04-10 | 5 | -19/+3 |
* | i965/drm: Use Mesa's macros.h instead of duplicating them. | Kenneth Graunke | 2017-04-10 | 3 | -16/+3 |
* | i965/drm: Use ALIGN, not ROUND_UP_TO. | Kenneth Graunke | 2017-04-10 | 1 | -2/+2 |
* | i965/drm: Delete execbuf1 support. | Kenneth Graunke | 2017-04-10 | 1 | -181/+2 |
* | i965/drm: Remove Gen2-3 fence accounting. | Kenneth Graunke | 2017-04-10 | 3 | -234/+13 |
* | i965/drm: Remove some unused functions and macros. | Kenneth Graunke | 2017-04-10 | 5 | -266/+0 |
* | i965/drm: Switch to util/list.h instead of libdrm_lists.h. | Kenneth Graunke | 2017-04-10 | 3 | -169/+45 |
* | i965/drm: Port to Mesa's atomic header. | Kenneth Graunke | 2017-04-10 | 3 | -130/+26 |
* | i965/drm: Use our internal libdrm (drm_bacon) rather than the real one. | Kenneth Graunke | 2017-04-10 | 60 | -436/+442 |
* | i965/drm: s/drm_intel/drm_bacon/g | Kenneth Graunke | 2017-04-10 | 4 | -606/+606 |
* | i965/drm: Drop libpciaccess dependencies. | Kenneth Graunke | 2017-04-10 | 2 | -49/+0 |
* | i965/drm: Make libdrm_lists.h compile by defining typeof. | Kenneth Graunke | 2017-04-10 | 1 | -0/+4 |
* | i965/drm: remove legacy defines, aub functions, and decoder prototypes | Kenneth Graunke | 2017-04-10 | 2 | -176/+0 |
* | i965: Import libdrm_intel. | Kenneth Graunke | 2017-04-10 | 9 | -0/+6724 |
* | i965: Make sure we don't use CPU maps for the scanout buffer. | Kenneth Graunke | 2017-04-10 | 1 | -1/+13 |
* | i965: Stop calling drm_intel_bufmgr_gem_enable_fenced_relocs(). | Kenneth Graunke | 2017-04-10 | 1 | -2/+0 |
* | i965: Fix GLX_MESA_query_renderer video memory on 32-bit. | Kenneth Graunke | 2017-04-10 | 1 | -4/+12 |
* | x11: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -4/+4 |
* | osmesa: tidy up renderbuffer refCount initialisation | Timothy Arceri | 2017-04-10 | 1 | -1/+0 |
* | swrast: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -2/+4 |
* | radeon: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -5/+5 |
* | nouveau: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -5/+5 |
* | i965: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -6/+7 |
* | i915: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -4/+5 |
* | i965/blorp: Bump the batch space estimate | Jason Ekstrand | 2017-04-06 | 1 | -1/+1 |
* | intel/gen_decoder: return -1 for unknown command formats | Jordan Justen | 2017-04-06 | 1 | -4/+4 |
* | mesa: tidy up renderbuffer RefCount initialisation | Timothy Arceri | 2017-04-06 | 1 | -2/+0 |
* | i965/blorp: Align vertex buffers to 64B | Jason Ekstrand | 2017-04-04 | 1 | -1/+13 |
* | drirc: Set glsl_zero_init for Kerbal Space Program. | Francisco Jerez | 2017-04-04 | 1 | -0/+8 |
* | aubinator/gen_decoder/i965: decode instructions from dword 0 | Lionel Landwerlin | 2017-04-03 | 1 | -4/+4 |
* | mesa: move FLUSH_VERTICES() call to meta | Timothy Arceri | 2017-03-31 | 1 | -7/+10 |
* | i965: Stop using legacy dri_bufmgr_* and intel_* names. | Kenneth Graunke | 2017-03-30 | 10 | -14/+18 |
* | i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64 | Kenneth Graunke | 2017-03-30 | 3 | -53/+19 |
* | i965: Use WARN_ONCE instead of open coding it. | Kenneth Graunke | 2017-03-30 | 1 | -9/+4 |
* | mesa: remove dd_function_table::BindProgram | Marek Olšák | 2017-03-29 | 1 | -1/+0 |