projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb29d06
)
Nouveau: minor winsys API fix
author
Pekka Paalanen
<pq@iki.fi>
Sun, 30 Nov 2008 18:54:02 +0000
(20:54 +0200)
committer
Pekka Paalanen
<pq@iki.fi>
Sun, 30 Nov 2008 18:54:02 +0000
(20:54 +0200)
Signed-off-by: Pekka Paalanen <pq@iki.fi>
src/gallium/winsys/drm/nouveau/nouveau_winsys_softpipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/drm/nouveau/nouveau_winsys_softpipe.c
b/src/gallium/winsys/drm/nouveau/nouveau_winsys_softpipe.c
index
704f6c7
..
68aade8
100644
(file)
--- a/
src/gallium/winsys/drm/nouveau/nouveau_winsys_softpipe.c
+++ b/
src/gallium/winsys/drm/nouveau/nouveau_winsys_softpipe.c
@@
-47,7
+47,8
@@
struct nouveau_softpipe_winsys {
* Return list of surface formats supported by this driver.
*/
static boolean
-nouveau_is_format_supported(struct softpipe_winsys *sws, uint format)
+nouveau_is_format_supported(struct softpipe_winsys *sws,
+ enum pipe_format format)
{
switch (format) {
case PIPE_FORMAT_A8R8G8B8_UNORM: