aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_simulator.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Use the normal simulator ioctl path for CL submit as well.Eric Anholt2018-11-021-5/+4
* vc4: Maintain a separate GEM mapping of BOs in the simulator.Eric Anholt2018-11-021-41/+58
* vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.Eric Anholt2018-11-021-4/+2
* vc4: Drop the winsys_stride relayout in the simluatorEric Anholt2018-11-011-77/+2
* brodacom/vc4: Fix simulator since the perfmon change.Eric Anholt2018-03-131-0/+1
* broadcom/vc4: Fix simulator mode for the MADVISE usage.Eric Anholt2017-11-091-0/+4
* broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.Eric Anholt2017-10-171-0/+1
* broadcom/vc4: Skip BO labeling when in simulator mode.Eric Anholt2017-10-171-0/+4
* broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDEREric Anholt2017-10-101-0/+1
* vc4: Set shareable BOs as T tiled if possibleEric Anholt2017-07-121-0/+7
* vc4: Start using XML unpack functions in CL dump.Eric Anholt2017-06-301-0/+1
* vc4: Drop the u_resource_vtbl no-op layer.Eric Anholt2017-05-171-2/+2
* vc4: Try compiling our FSes in multithreaded mode on new kernels.Eric Anholt2016-11-161-0/+1
* vc4: Add support for ETC1 textures if the kernel is new enough.Eric Anholt2016-11-161-0/+1
* vc4: Fix simulator mode missing-GETPARAM debug info.Eric Anholt2016-11-161-1/+1
* vc4: Add a comment with discussion of how simulation works.Eric Anholt2016-10-211-0/+25
* vc4: Move simulator winsys mapping and tracking to the simulator.Eric Anholt2016-10-211-6/+51
* vc4: Move simulator memory management to a u_mm.h heap.Eric Anholt2016-10-211-39/+199
* vc4: Move simulator globals into a struct.Eric Anholt2016-10-211-31/+29
* vc4: Restructure the simulator mode.Eric Anholt2016-10-211-0/+139
* vc4: Fix simulator when more than one vc4_screen is opened.Eric Anholt2016-10-061-3/+33
* vc4: Implement job shufflingEric Anholt2016-09-141-5/+5
* vc4: Move the render job state into a separate structure.Eric Anholt2016-09-141-1/+2
* vc4: Add support for dumping executed commands to a file.Eric Anholt2015-12-151-0/+89
* vc4: Add the RCL to CL debug dumping when in simulator mode.Eric Anholt2015-12-031-0/+6
* vc4: Add a sentinel after simulator buffers for buffer overflow detection.Eric Anholt2015-10-231-1/+11
* vc4: Fix a memory leak in the simulator case.Eric Anholt2015-10-061-1/+6
* vc4: Simplify vc4_use_bo and make sure it's not a shader.Eric Anholt2015-07-281-3/+3
* vc4: Keep the validated shader around for the simulator execution.Eric Anholt2015-07-281-0/+10
* vc4: Move tile state/alloc allocation into the kernel.Eric Anholt2015-06-171-0/+1
* vc4: Handle refcounting the exec BO like we do in the kernel.Eric Anholt2015-06-161-5/+11
* vc4: Allow submitting jobs with no bin CL in validation.Eric Anholt2015-04-131-8/+10
* vc4: Update to current kernel sources.Eric Anholt2015-02-241-3/+3
* vc4: Fix leak of simulator memory on screen cleanup.Eric Anholt2014-12-141-1/+3
* vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.Eric Anholt2014-12-141-0/+1
* vc4: Make some assertions about how many flushes/EOFs the simulator sees.Eric Anholt2014-10-171-2/+19
* vc4: Move the mirrored kernel code to a kernel/ directory.Eric Anholt2014-10-091-120/+2
* vc4: Fix segfaults when rendering with no color render target.Eric Anholt2014-09-091-5/+5
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-2/+0
* vc4: Move the deref of the color buffer for simulator into the simulator.Eric Anholt2014-08-151-2/+2
* vc4: Improve simulator memory allocation.Eric Anholt2014-08-111-4/+20
* vc4: Stash some debug code for looking at what BOs are at what hindex.Eric Anholt2014-08-111-0/+4
* vc4: Use GEM under simulation even for non-winsys BOs.Eric Anholt2014-08-111-0/+1
* vc4: Validate that the same BO doesn't get reused for different purposes.Eric Anholt2014-08-111-4/+3
* vc4: Compute the proper end address of the relocated command lists.Eric Anholt2014-08-111-2/+0
* vc4: Rename fields in the kernel interface.Eric Anholt2014-08-111-18/+18
* vc4: Fix things to validate more than one shader state in a submit.Eric Anholt2014-08-111-9/+8
* vc4: Rewrite the kernel ABI to support texture uniform relocation.Eric Anholt2014-08-111-11/+26
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-24/+210
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+96