Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | etnaviv: fix a null pointer dereference | Andrii Simiklit | 2019-08-05 | 1 | -2/+2 |
| | | | | | | | | This issue was found by cppcheck Signed-off-by: Andrii Simiklit <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Lucas Stach <[email protected]> | ||||
* | meson: replace libmesa_util with idep_mesautil | Eric Engestrom | 2019-08-03 | 1 | -2/+4 |
| | | | | | | | | | | | This automates the include_directories and dependencies tracking so that all users of libmesa_util don't need to add them manually. Next commit will remove the ones that were only added for that reason. Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Eric Anholt <[email protected]> Tested-by: Vinson Lee <[email protected]> | ||||
* | etnaviv: detect v4 compression | Jonathan Marek | 2019-07-04 | 2 | -0/+4 |
| | | | | | Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: etnaviv_bo_cache_test: Use /dev/dri/renderD128 by default | Guido Günther | 2019-06-05 | 1 | -2/+8 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | build: Build etnaviv drm tests | Guido Günther | 2019-06-05 | 2 | -0/+56 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm tests: Use mesa header locations | Guido Günther | 2019-06-05 | 2 | -4/+3 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: Add libdrm tests as of 922d92994267743266024ecceb734ce0ebbca808 | Guido Günther | 2019-06-05 | 2 | -0/+240 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | build: Build etnaviv drm | Guido Günther | 2019-06-05 | 1 | -0/+48 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: s/bo_del/_etna_bo_del/ | Guido Günther | 2019-06-05 | 2 | -5/+5 |
| | | | | | | | This avoids a conflict with freedreno's bo_del(). Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: s/table_lock/etna_table_lock/ | Guido Günther | 2019-06-05 | 4 | -24/+24 |
| | | | | | | | This avoids a conflict with freedreno's table_lock Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Move uapi header | Guido Günther | 2019-06-05 | 2 | -290/+1 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Drop excessive debugging in perfmon | Guido Günther | 2019-06-05 | 1 | -7/+7 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | entaviv: drm: Don't use drmMsg() | Guido Günther | 2019-06-05 | 1 | -5/+6 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Use _mesa_hash_table instead of drmHash | Guido Günther | 2019-06-05 | 2 | -20/+25 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Use mesa's ARRAY_SIZE | Guido Günther | 2019-06-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Use mesa's os_m{un,}map | Guido Günther | 2019-06-05 | 1 | -3/+5 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Use mesa's atomic definitions | Guido Günther | 2019-06-05 | 4 | -11/+13 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Drop drm_{public,private} | Guido Günther | 2019-06-05 | 8 | -51/+51 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: drm: Drop inexistent headers | Guido Günther | 2019-06-05 | 1 | -5/+1 |
| | | | | | Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> | ||||
* | etnaviv: Add libdrm code as of 922d92994267743266024ecceb734ce0ebbca808 | Guido Günther | 2019-06-05 | 10 | -0/+2081 |
Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> |