projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
359058e
7fbb61e
)
Merge branch 'gallium-tex-surface' into gallium-0.1
author
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Mon, 26 May 2008 11:04:25 +0000
(13:04 +0200)
committer
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Mon, 26 May 2008 11:04:25 +0000
(13:04 +0200)
Conflicts:
src/gallium/include/pipe/p_util.h
1
2
src/gallium/drivers/i915simple/i915_state.c
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/include/pipe/p_util.h
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/winsys/dri/intel/intel_winsys_pipe.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/gallium/drivers/i915simple/i915_state.c
Simple merge
diff --cc
src/gallium/include/pipe/p_util.h
Simple merge
diff --cc
src/gallium/winsys/dri/intel/intel_winsys_pipe.c
index d15143acfd4a0865e9005d07f74e3516805d153d,6a42c790337205e4aace515353b041e9e4bcd982..10e1a84cc1270f01d1f692f227a0da62580321df
---
1
/
src/gallium/winsys/dri/intel/intel_winsys_pipe.c
---
2
/
src/gallium/winsys/dri/intel/intel_winsys_pipe.c
+++ b/
src/gallium/winsys/dri/intel/intel_winsys_pipe.c
@@@
-206,11
-220,10
+220,11
@@@
intel_i915_surface_alloc_storage(struc
struct pipe_surface *surf,
unsigned width, unsigned height,
enum pipe_format format,
- unsigned flags)
+ unsigned flags,
+ unsigned tex_usage)
{
const unsigned alignment = 64;
- int ret;
+
//
int ret;
surf->width = width;
surf->height = height;