Michael Scire
|
e5ae43f4c2
|
results: use R_VALUE for comparisons
|
2020-12-01 02:26:26 +01:00 |
|
fincs
|
6535d6f871
|
Remove U64_MAX in favor of using UINT64_MAX
|
2020-03-16 16:21:33 +01:00 |
|
fincs
|
ccb79ff4b6
|
NWindow: don't use bqDetachBuffer as it's unnecessary and in fact does nothing in the place it's called (reported by @Thog)
|
2020-03-10 00:07:04 +01:00 |
|
yellows8
|
bde3ae5a77
|
Added binder_session param to nwindowCreate(), which is now used with the binderInitSession() call instead of a hard-coded Service. Moved the viGetSession_IHOSBinderDriverRelay() call into nwindowCreateFromLayer(), for this new param.
|
2019-08-25 20:08:22 -04:00 |
|
Thomas Guillemard
|
3f6cf66243
|
Make it possible to use the binder API with an arbitrary service (#309)
This is useful if you want to connect to "dispdrv" for example.
|
2019-07-18 19:12:03 +02:00 |
|
fincs
|
42878b603a
|
Use eventActive instead of manually checking Event::revent
|
2019-04-30 02:31:47 +02:00 |
|
fincs
|
dbc960a24f
|
NWindow: Internal rework to fix resource leak in nwindowReleaseBuffers
|
2018-12-19 19:33:31 +01:00 |
|
fincs
|
260f34fa4e
|
NWindow: add several new functions:
- nwindowIsValid
- nwindowGetDimensions
- nwindowSetDimensions
- nwindowSetCrop
- nwindowSetTransform
- nwindowIsConsumerRunningBehind
|
2018-12-19 19:33:31 +01:00 |
|
fincs
|
bf43284c9f
|
Misc code style fixes, rename NvGraphicBuffer::layers to planes
|
2018-12-19 19:33:31 +01:00 |
|
fincs
|
62aa8e8b23
|
NWindow: add nwindowReleaseBuffers, which is also done automatically on Close
|
2018-12-19 19:33:31 +01:00 |
|
fincs
|
a9cbd9116a
|
Introduce NWindow, an experimental replacement for the GFX API
|
2018-12-19 19:33:31 +01:00 |
|