projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befaab8
)
st/mesa: remove trailing whitespace in st_format.c
author
Brian Paul
<brianp@vmware.com>
Fri, 17 Jun 2011 19:23:16 +0000
(13:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 17 Jun 2011 19:44:59 +0000
(13:44 -0600)
src/mesa/state_tracker/st_format.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_format.c
b/src/mesa/state_tracker/st_format.c
index bd17448e6e86bd5e73e7452f9a31af00086a9e7e..d11308ded7fbdc20af7d6c4c69f65a9320313c5a 100644
(file)
--- a/
src/mesa/state_tracker/st_format.c
+++ b/
src/mesa/state_tracker/st_format.c
@@
-1108,7
+1108,7
@@
static struct format_mapping format_map[] = {
* Return first supported format from the given list.
*/
static enum pipe_format
-find_supported_format(struct pipe_screen *screen,
+find_supported_format(struct pipe_screen *screen,
const enum pipe_format formats[],
enum pipe_texture_target target,
unsigned sample_count,
@@
-1207,7
+1207,7
@@
st_ChooseTextureFormat_renderable(struct gl_context *ctx, GLint internalFormat,
if (_mesa_is_depth_format(internalFormat) ||
_mesa_is_depth_or_stencil_format(internalFormat))
bindings |= PIPE_BIND_DEPTH_STENCIL;
- else
+ else
bindings |= PIPE_BIND_RENDER_TARGET;
}