index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_bufmgr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.
Kenneth Graunke
2017-04-11
1
-1
/
+1
*
i965/drm: Make BO size a uint64_t rather than unsigned long.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Make alignment parameter a uint64_t.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Make stride/pitch a uint32_t.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Fix types for pwrite/pread fields.
Kenneth Graunke
2017-04-11
1
-4
/
+4
*
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
Kenneth Graunke
2017-04-11
1
-1
/
+1
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-4
/
+5
*
i965/bufmgr: Garbage-collect vma cache/pruning
Daniel Vetter
2017-04-10
1
-3
/
+0
*
i965/bufmgr: Remove some reuse functions
Daniel Vetter
2017-04-10
1
-16
/
+0
*
i965/bufmgr: remove start_gtt_access
Daniel Vetter
2017-04-10
1
-2
/
+0
*
i965/bufmgr: Delete set_tiling
Daniel Vetter
2017-04-10
1
-8
/
+0
*
i965/bufmgr: Delete alloc_for_render
Daniel Vetter
2017-04-10
1
-10
/
+0
*
i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
Kenneth Graunke
2017-04-10
1
-98
/
+98
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-34
/
+32
*
i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
Kenneth Graunke
2017-04-10
1
-3
/
+1
*
i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
Kenneth Graunke
2017-04-10
1
-15
/
+14
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
1
-5
/
+2
*
i965/drm: Fold drm_bacon_gem_reset_stats into the callers.
Kenneth Graunke
2017-04-10
1
-5
/
+0
*
i965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.
Kenneth Graunke
2017-04-10
1
-0
/
+37
*
i965/drm: Merge bo->handle and bo_gem->gem_handle.
Kenneth Graunke
2017-04-10
1
-4
/
+2
*
i965/drm: Rewrite relocation handling.
Kenneth Graunke
2017-04-10
1
-44
/
+9
*
i965/drm: Drop has_exec_async related API.
Kenneth Graunke
2017-04-10
1
-5
/
+0
*
i965/drm: Drop softpin support for now.
Kenneth Graunke
2017-04-10
1
-7
/
+0
*
i965/drm: Drop userptr support for now.
Kenneth Graunke
2017-04-10
1
-13
/
+0
*
i965/drm: Drop intel_chipset.h in favor of using gen_device_info.
Kenneth Graunke
2017-04-10
1
-2
/
+4
*
i965/drm: Drop deprecated drm_bacon_bo::offset.
Kenneth Graunke
2017-04-10
1
-6
/
+0
*
i965/drm: Drop cliprects and dr4 from execbuf variants.
Kenneth Graunke
2017-04-10
1
-7
/
+2
*
i965/drm: Devirtualize the bufmgr.
Kenneth Graunke
2017-04-10
1
-1
/
+154
*
i965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
Kenneth Graunke
2017-04-10
1
-1
/
+0
*
i965/drm: Remove Gen2-3 fence accounting.
Kenneth Graunke
2017-04-10
1
-5
/
+0
*
i965/drm: Remove some unused functions and macros.
Kenneth Graunke
2017-04-10
1
-12
/
+0
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: s/drm_intel/drm_bacon/g
Kenneth Graunke
2017-04-10
1
-75
/
+75
*
i965/drm: Drop libpciaccess dependencies.
Kenneth Graunke
2017-04-10
1
-1
/
+0
*
i965/drm: remove legacy defines, aub functions, and decoder prototypes
Kenneth Graunke
2017-04-10
1
-110
/
+0
*
i965: Import libdrm_intel.
Kenneth Graunke
2017-04-10
1
-0
/
+341