index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
Kenneth Graunke
2017-04-10
4
-12
/
+8
*
i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
Kenneth Graunke
2017-04-10
8
-72
/
+69
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
7
-70
/
+21
*
i965/drm: Fold drm_bacon_gem_reset_stats into the callers.
Kenneth Graunke
2017-04-10
3
-56
/
+17
*
i965/drm: Rename drm_bacon_gem_bo_bucket to bo_cache_bucket.
Kenneth Graunke
2017-04-10
1
-9
/
+9
*
i965/drm: Drop drm_bacon_* from static functions.
Kenneth Graunke
2017-04-10
1
-81
/
+69
*
i965/drm: Drop drm_bacon_gem_bo_madvise_internal().
Kenneth Graunke
2017-04-10
1
-16
/
+6
*
i965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.
Kenneth Graunke
2017-04-10
2
-321
/
+272
*
i965/drm: Merge bo->handle and bo_gem->gem_handle.
Kenneth Graunke
2017-04-10
4
-66
/
+55
*
i965/drm: Rewrite relocation handling.
Kenneth Graunke
2017-04-10
9
-810
/
+225
*
i965/drm: Make register write check handle execbuffer directly.
Kenneth Graunke
2017-04-10
1
-7
/
+34
*
i965: Make a screen::aperture_threshold field.
Kenneth Graunke
2017-04-10
2
-3
/
+6
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
11
-14
/
+21
*
i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc().
Kenneth Graunke
2017-04-10
11
-95
/
+82
*
i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().
Kenneth Graunke
2017-04-10
3
-22
/
+18
*
i965/drm: Drop GEM_SW_FINISH stuff.
Kenneth Graunke
2017-04-10
1
-24
/
+0
*
i965/drm: Drop code to search for an existing bufmgr.
Kenneth Graunke
2017-04-10
1
-53
/
+13
*
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
*
swrast: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-2
/
+4
[prev]
[next]