projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb68588
)
radeon: fixup wrapper bo name
author
Dave Airlie
<airlied@redhat.com>
Mon, 23 Mar 2009 09:32:10 +0000
(19:32 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 23 Mar 2009 09:32:10 +0000
(19:32 +1000)
src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
index 42607df9676e0e9ea539582437732085ca5ecdbc..cb354c5117be59f35beab9d790250b52df065dd5 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
+++ b/
src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
@@
-36,7
+36,7
@@
struct drm_radeon_gem_info {
#endif
-
uint32_t radeon_gem_bo_name
(struct radeon_bo *dummy)
+
static inline uint32_t radeon_gem_name_bo
(struct radeon_bo *dummy)
{
return 0;
}