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
/
gallium
/
drivers
/
vc4
/
vc4_bufmgr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.
Eric Anholt
2015-11-09
1
-2
/
+3
*
vc4: When the create ioctl fails, free our cache and try again.
Eric Anholt
2015-11-04
1
-5
/
+24
*
vc4: Print the rounded shader size in debug output.
Eric Anholt
2015-11-04
1
-1
/
+1
*
vc4: Fix dumping the size of BOs allocated/cached.
Eric Anholt
2015-11-04
1
-2
/
+2
*
vc4: Switch to using a separate ioctl for making shaders.
Eric Anholt
2015-07-17
1
-7
/
+49
*
vc4: Add perf debug for when we wait on BOs.
Eric Anholt
2015-07-14
1
-39
/
+67
*
vc4: Fix memory leak from simple_list conversion.
Eric Anholt
2015-06-17
1
-3
/
+2
*
vc4: Track the number of BOs allocated and their size.
Eric Anholt
2015-06-17
1
-7
/
+94
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-29
/
+24
*
vc4: Make sure we allocate idle BOs from the cache.
Eric Anholt
2015-05-29
1
-1
/
+11
*
vc4: Fix return value handling for BO waits.
Eric Anholt
2015-05-29
1
-12
/
+15
*
vc4: Don't try to put our dmabuf-exported BOs into the BO cache.
Eric Anholt
2015-05-27
1
-0
/
+1
*
vc4: Use our device-specific ioctls for create/mmap.
Eric Anholt
2015-03-24
1
-15
/
+36
*
vc4: Make a new #define for making code conditional on the simulator.
Eric Anholt
2015-03-24
1
-10
/
+14
*
vc4: Move global seqno short-circuiting to vc4_wait_seqno().
Eric Anholt
2015-01-10
1
-0
/
+3
*
vc4: Add a userspace BO cache.
Eric Anholt
2014-12-17
1
-1
/
+130
*
vc4: Add dmabuf support.
Eric Anholt
2014-12-17
1
-14
/
+61
*
vc4: Update for new kernel ABI with async execution and waits.
Eric Anholt
2014-11-20
1
-1
/
+64
*
vc4: Switch from errx() to fprintf() and abort().
Eric Anholt
2014-09-25
1
-6
/
+11
*
vc4: Clear padding of ioctl arguments.
Eric Anholt
2014-08-23
1
-0
/
+1
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
1
-1
/
+0
*
vc4: Stash some debug code for looking at what BOs are at what hindex.
Eric Anholt
2014-08-11
1
-0
/
+1
*
vc4: Use GEM under simulation even for non-winsys BOs.
Eric Anholt
2014-08-11
1
-14
/
+8
*
vc4: Don't forget to unmap the GEM BO when freeing.
Eric Anholt
2014-08-11
1
-0
/
+3
*
vc4: Switch simulator to using kernel validator
Eric Anholt
2014-08-11
1
-2
/
+7
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
1
-0
/
+173