Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mesa
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,909
Issues
1,909
List
Boards
Labels
Milestones
Merge Requests
320
Merge Requests
320
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mesa
mesa
Commits
102aca68
Commit
102aca68
authored
Mar 14, 2010
by
Keith Whitwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
util: more transfer helpers
parent
a79f6a4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/gallium/auxiliary/util/u_transfer.c
src/gallium/auxiliary/util/u_transfer.c
+6
-0
src/gallium/auxiliary/util/u_transfer.h
src/gallium/auxiliary/util/u_transfer.h
+3
-0
No files found.
src/gallium/auxiliary/util/u_transfer.c
View file @
102aca68
...
...
@@ -52,6 +52,12 @@ out:
}
boolean
u_default_resource_get_handle
(
struct
pipe_screen
*
screen
,
struct
pipe_resource
*
resource
,
struct
winsys_handle
*
handle
)
{
return
FALSE
;
}
...
...
src/gallium/auxiliary/util/u_transfer.h
View file @
102aca68
...
...
@@ -9,6 +9,9 @@
struct
pipe_context
;
boolean
u_default_resource_get_handle
(
struct
pipe_screen
*
screen
,
struct
pipe_resource
*
resource
,
struct
winsys_handle
*
handle
);
void
u_default_transfer_inline_write
(
struct
pipe_context
*
pipe
,
struct
pipe_resource
*
resource
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment