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
/
v3d
/
v3d_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
broadcom/v3d: Allow importing linear BOs with arbitrary offset/stride.
Dave Stevenson
2019-08-30
1
-8
/
+23
*
v3d: do not automatically flush current job for SSBOs and shader images
Iago Toral Quiroga
2019-08-13
1
-3
/
+6
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-3
/
+3
*
v3d: do not flush jobs that are synced with 'Wait for transform feedback'
Iago Toral Quiroga
2019-07-02
1
-1
/
+1
*
v3d: Allow the UIF modifier with renderonly.
Eric Anholt
2019-03-19
1
-38
/
+52
*
v3d: Always lay out shared tiled buffers with UIF_TOP set.
Eric Anholt
2019-03-19
1
-4
/
+6
*
v3d: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-15
/
+3
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-1
/
+1
*
v3d: Fix leak in resource setup error path
Ernestas Kulik
2019-01-29
1
-1
/
+1
*
v3d: Restructure RO allocations using resource_from_handle.
Eric Anholt
2019-01-16
1
-29
/
+38
*
v3d: If the modifier is not known on BO import, default to linear for RO.
Eric Anholt
2019-01-16
1
-1
/
+3
*
v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.
Eric Anholt
2019-01-14
1
-1
/
+1
*
v3d: Hook up perf_debug() output to GL_ARB_debug output as well.
Eric Anholt
2018-12-20
1
-0
/
+1
*
v3d: Implement texture_subdata to reduce teximage upload copies.
Eric Anholt
2018-12-19
1
-29
/
+85
*
v3d: Add safety checks for resource_create().
Eric Anholt
2018-12-14
1
-0
/
+6
*
v3d: Add support for texturing from linear.
Eric Anholt
2018-12-14
1
-0
/
+55
*
v3d: Use the TFU to do generatemipmap.
Eric Anholt
2018-12-07
1
-0
/
+1
*
v3d: Add renderonly support.
Eric Anholt
2018-11-27
1
-2
/
+55
*
v3d: Use the TLB R/B swapping instead of recompiles when available.
Eric Anholt
2018-11-01
1
-0
/
+6
*
v3d: Respect user-passed strides for BO imports.
Eric Anholt
2018-11-01
1
-8
/
+9
*
gallium/u_transfer_helper: Add support for separate Z24/S8 as well.
Kenneth Graunke
2018-10-14
1
-1
/
+2
*
v3d: Fix tiling modifier support to use the new UIF define.
Eric Anholt
2018-07-18
1
-3
/
+16
*
v3d: Don't automatically reallocate a PERSISTENT-mapped buffer.
Eric Anholt
2018-07-12
1
-1
/
+1
*
v3d: Fix stride of 1D_ARRAY mappings.
Eric Anholt
2018-07-12
1
-1
/
+1
*
v3d: Don't forget to initialize the buffer offset of a new winsys handle.
Eric Anholt
2018-06-21
1
-0
/
+1
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-5
/
+5
*
v3d: Rename driver functions from vc5 to v3d.
Eric Anholt
2018-05-16
1
-110
/
+110
*
v3d: Rename the driver files from "vc5" to "v3d".
Eric Anholt
2018-05-16
1
-0
/
+914