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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Set initial kflags on BO creation.
Kenneth Graunke
2018-05-07
1
-6
/
+11
*
intel: fix check for 48b ppgtt support
Scott D Phillips
2018-04-30
1
-13
/
+15
*
i965: Drop unnecessary bo->align field.
Kenneth Graunke
2018-03-27
1
-2
/
+0
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
1
-1
/
+1
*
i965: Drop alignment parameter from bo_alloc_internal().
Kenneth Graunke
2018-03-27
1
-7
/
+6
*
intel: Split gen_device_info out into libintel_dev
Jordan Justen
2018-03-05
1
-1
/
+1
*
i965: Allow 48-bit addressing on Gen8+.
Kenneth Graunke
2018-03-01
1
-0
/
+23
*
i965/bufmgr: Add a create_from_prime_tiled function
Jason Ekstrand
2018-01-21
1
-8
/
+31
*
i965: Change a ret == -1 check to ret != 0.
Kenneth Graunke
2017-11-28
1
-1
/
+1
*
i965: Use C99 struct initializers in brw_bufmgr.c.
Kenneth Graunke
2017-11-28
1
-91
/
+49
*
i965: Optimize bucket index calculation
Aravindan Muthukumar
2017-11-20
1
-8
/
+39
*
i965: Mark BOs as external when we export their handle
Jason Ekstrand
2017-11-17
1
-0
/
+8
*
i965/bufmgr: Add a helper to mark a BO as external
Jason Ekstrand
2017-11-17
1
-6
/
+11
*
i965: Pass the EGL/DRI context priority through to the kernel
Chris Wilson
2017-10-20
1
-0
/
+19
*
i965: Do not log a perf warning when mapping an idle bo
Chris Wilson
2017-10-19
1
-2
/
+3
*
i965: Only put external handles into the handle ht
Chris Wilson
2017-10-16
1
-11
/
+25
*
i965: Convert brw_bufmgr to use C11 mutexes instead of pthreads.
Kenneth Graunke
2017-09-25
1
-18
/
+17
*
i965: fix build warning on clang
Tapani Pälli
2017-09-15
1
-1
/
+2
*
i965: Fix crash in fallback GTT mapping.
Kenneth Graunke
2017-09-02
1
-2
/
+4
*
i965: Drop batch_size argument from brw_bufmgr_init().
Kenneth Graunke
2017-09-01
1
-1
/
+1
*
i965: Rename brw_bo::offset64 to gtt_offset.
Chris Wilson
2017-09-01
1
-1
/
+1
*
i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
Jason Ekstrand
2017-08-20
1
-8
/
+7
*
i965: Always allow CPU readback of the scanout on LLC platforms
Chris Wilson
2017-08-16
1
-1
/
+15
*
i965/bufmgr: Set bo->idle after waiting.
Kenneth Graunke
2017-08-08
1
-0
/
+2
*
i965: Track last location of bo used for the batch
Chris Wilson
2017-08-04
1
-0
/
+1
*
i965/drm: Inline brw_bo_references.
Kenneth Graunke
2017-07-31
1
-6
/
+0
*
i965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.
Kenneth Graunke
2017-07-28
1
-3
/
+3
*
i965: Reformat the copyright header in brw_bufmgr.c
Kenneth Graunke
2017-07-28
1
-21
/
+18
*
i965/bufmgr: Add comments about GTT coherency issues.
Chris Wilson
2017-07-22
1
-0
/
+22
*
i965/bufmgr: Use write-combine mappings where available
Matt Turner
2017-07-22
1
-3
/
+88
*
i965/bufmgr: Skip wait ioctl when not busy.
Kenneth Graunke
2017-07-22
1
-0
/
+4
*
i965/bufmgr: Explicitly wait instead of using I915_GEM_SET_DOMAIN.
Kenneth Graunke
2017-07-22
1
-17
/
+6
*
i965/bufmgr: Allocate BO pages outside of the kernel's locking.
Kenneth Graunke
2017-07-22
1
-0
/
+13
*
i965/bufmgr: Add a BO_ALLOC_ZEROED flag
Jason Ekstrand
2017-07-17
1
-2
/
+26
*
i965: Drop bogus pthread_mutex_unlock in map_gtt error path.
Kenneth Graunke
2017-07-12
1
-1
/
+0
*
i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKE
Chris Wilson
2017-07-11
1
-7
/
+27
*
i965: Fix asynchronous mappings on !LLC platforms.
Kenneth Graunke
2017-07-11
1
-2
/
+17
*
i965: Don't use PREAD for glGetBufferSubData().
Kenneth Graunke
2017-07-11
1
-24
/
+0
*
i965: Assert that we don't use CPU write maps to non-coherent buffers.
cros-mesa-17.1.1-r3-vanilla
chadv/cros-mesa-17.1.1-r3-vanilla
Kenneth Graunke
2017-07-10
1
-0
/
+6
*
i965: Disable access to CPU mmap for async access on non-LLC machines
Chris Wilson
2017-07-10
1
-4
/
+12
*
i965: Track when a bo is shared with an external client
Chris Wilson
2017-07-10
1
-0
/
+4
*
i965: Use brw_bo_wait() for brw_bo_wait_rendering()
Chris Wilson
2017-07-10
1
-3
/
+5
*
i965: Print access flags in INTEL_DEBUG=buf output.
Kenneth Graunke
2017-07-01
1
-3
/
+22
*
i965: Remove clearing of bo->map_gtt after failure
Chris Wilson
2017-07-01
1
-1
/
+0
*
i965: Drop global bufmgr lock from brw_bo_map_* functions.
Chris Wilson
2017-06-30
1
-14
/
+15
*
i965: Make brw_bo_unmap a static inline.
Kenneth Graunke
2017-06-30
1
-6
/
+0
*
i965: Discard bo->map_count
Chris Wilson
2017-06-30
1
-52
/
+3
*
i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK.
Kenneth Graunke
2017-06-30
1
-1
/
+3
*
i965: Mark freshly allocate bo as idle
Chris Wilson
2017-06-16
1
-0
/
+1
*
i965/bufmgr: Add a new, simpler, bo_alloc_tiled
Jason Ekstrand
2017-06-14
1
-0
/
+8
[next]