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_simulator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Add a sentinel after simulator buffers for buffer overflow detection.
Eric Anholt
2015-10-23
1
-1
/
+11
*
vc4: Fix a memory leak in the simulator case.
Eric Anholt
2015-10-06
1
-1
/
+6
*
vc4: Simplify vc4_use_bo and make sure it's not a shader.
Eric Anholt
2015-07-28
1
-3
/
+3
*
vc4: Keep the validated shader around for the simulator execution.
Eric Anholt
2015-07-28
1
-0
/
+10
*
vc4: Move tile state/alloc allocation into the kernel.
Eric Anholt
2015-06-17
1
-0
/
+1
*
vc4: Handle refcounting the exec BO like we do in the kernel.
Eric Anholt
2015-06-16
1
-5
/
+11
*
vc4: Allow submitting jobs with no bin CL in validation.
Eric Anholt
2015-04-13
1
-8
/
+10
*
vc4: Update to current kernel sources.
Eric Anholt
2015-02-24
1
-3
/
+3
*
vc4: Fix leak of simulator memory on screen cleanup.
Eric Anholt
2014-12-14
1
-1
/
+3
*
vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.
Eric Anholt
2014-12-14
1
-0
/
+1
*
vc4: Make some assertions about how many flushes/EOFs the simulator sees.
Eric Anholt
2014-10-17
1
-2
/
+19
*
vc4: Move the mirrored kernel code to a kernel/ directory.
Eric Anholt
2014-10-09
1
-120
/
+2
*
vc4: Fix segfaults when rendering with no color render target.
Eric Anholt
2014-09-09
1
-5
/
+5
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
1
-2
/
+0
*
vc4: Move the deref of the color buffer for simulator into the simulator.
Eric Anholt
2014-08-15
1
-2
/
+2
*
vc4: Improve simulator memory allocation.
Eric Anholt
2014-08-11
1
-4
/
+20
*
vc4: Stash some debug code for looking at what BOs are at what hindex.
Eric Anholt
2014-08-11
1
-0
/
+4
*
vc4: Use GEM under simulation even for non-winsys BOs.
Eric Anholt
2014-08-11
1
-0
/
+1
*
vc4: Validate that the same BO doesn't get reused for different purposes.
Eric Anholt
2014-08-11
1
-4
/
+3
*
vc4: Compute the proper end address of the relocated command lists.
Eric Anholt
2014-08-11
1
-2
/
+0
*
vc4: Rename fields in the kernel interface.
Eric Anholt
2014-08-11
1
-18
/
+18
*
vc4: Fix things to validate more than one shader state in a submit.
Eric Anholt
2014-08-11
1
-9
/
+8
*
vc4: Rewrite the kernel ABI to support texture uniform relocation.
Eric Anholt
2014-08-11
1
-11
/
+26
*
vc4: Switch simulator to using kernel validator
Eric Anholt
2014-08-11
1
-24
/
+210
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
1
-0
/
+96