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
*
drivers/dri/i965: add missing #include
Ross Burton
2018-06-12
1
-0
/
+2
*
i965: Add virtual memory allocator infrastructure to brw_bufmgr.
Kenneth Graunke
2018-06-04
1
-0
/
+2
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-1
/
+39
*
i965: Drop unnecessary bo->align field.
Kenneth Graunke
2018-03-27
1
-7
/
+0
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
1
-1
/
+1
*
i965: Silence unused parameter warnings
Ian Romanick
2018-03-02
1
-1
/
+1
*
i965: use context priority definitions from gen_defines.h
Tapani Pälli
2018-02-28
1
-4
/
+0
*
i965: Drop EXEC_OBJECT_CAPTURE defines.
Kenneth Graunke
2018-02-15
1
-3
/
+0
*
i965/bufmgr: Add a create_from_prime_tiled function
Jason Ekstrand
2018-01-21
1
-0
/
+4
*
i965: Mark BOs as external when we export their handle
Jason Ekstrand
2017-11-17
1
-0
/
+2
*
i965: Pass the EGL/DRI context priority through to the kernel
Chris Wilson
2017-10-20
1
-0
/
+9
*
i965: Drop batch_size argument from brw_bufmgr_init().
Kenneth Graunke
2017-09-01
1
-2
/
+1
*
i965: Rename brw_bo::offset64 to gtt_offset.
Chris Wilson
2017-09-01
1
-4
/
+26
*
i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
Jason Ekstrand
2017-08-20
1
-1
/
+1
*
i965: Track last location of bo used for the batch
Chris Wilson
2017-08-04
1
-0
/
+10
*
i965/drm: Inline brw_bo_references.
Kenneth Graunke
2017-07-31
1
-1
/
+6
*
i965/bufmgr: Add a BO_ALLOC_ZEROED flag
Jason Ekstrand
2017-07-17
1
-0
/
+1
*
i965: Don't use PREAD for glGetBufferSubData().
Kenneth Graunke
2017-07-11
1
-3
/
+0
*
i965: Track when a bo is shared with an external client
Chris Wilson
2017-07-10
1
-0
/
+5
*
i965: Use brw_bo_wait() for brw_bo_wait_rendering()
Chris Wilson
2017-07-10
1
-1
/
+1
*
i965: Add inline to brw_bo_unmap
Kenneth Graunke
2017-06-30
1
-1
/
+1
*
i965: Make brw_bo_unmap a static inline.
Kenneth Graunke
2017-06-30
1
-1
/
+1
*
i965: Discard bo->map_count
Chris Wilson
2017-06-30
1
-1
/
+0
*
i965/bufmgr: Add a new, simpler, bo_alloc_tiled
Jason Ekstrand
2017-06-14
1
-0
/
+18
*
i965/bufmgr: Rename bo_alloc_tiled to bo_alloc_tiled_2d
Jason Ekstrand
2017-06-14
1
-6
/
+6
*
i965: Move fallback size assignment out of bufmgr
Daniel Stone
2017-06-08
1
-1
/
+1
*
i965: Remove brw_bo_map_unsynchronized()
Matt Turner
2017-06-06
1
-1
/
+0
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-3
/
+2
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-2
/
+12
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-2
/
+2
*
i965: Rename *_virtual -> map_*
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Add a cache_coherent field to brw_bo
Matt Turner
2017-06-06
1
-0
/
+5
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-15
/
+4
*
i965: Remove unused brw_bo_map__* functions
Matt Turner
2017-06-06
1
-4
/
+0
*
i965: Mark shader programs for capture in the error state.
Matt Turner
2017-05-15
1
-0
/
+5
*
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
[next]