Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa
Commits
31156c07
Commit
31156c07
authored
Nov 02, 2011
by
Benjamin Franzke
😀
Browse files
st/dri/sw: Fix incorrect cast
Missed one casting error due to rebase for commit
98aa2a8f
.
parent
98aa2a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/state_trackers/dri/sw/drisw.c
View file @
31156c07
...
...
@@ -234,7 +234,7 @@ drisw_update_tex_buffer(struct dri_drawable *drawable,
struct
dri_context
*
ctx
,
struct
pipe_resource
*
res
)
{
struct
pipe_context
*
pipe
=
((
struct
st_context
*
)
ctx
)
->
st
->
pipe
;
struct
pipe_context
*
pipe
=
((
struct
st_context
*
)
ctx
->
st
)
->
pipe
;
__DRIdrawable
*
dPriv
=
drawable
->
dPriv
;
__DRIscreen
*
sPriv
=
dPriv
->
driScreenPriv
;
int
x
,
y
,
w
,
h
;
...
...
Write
Preview
Supports
Markdown
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