Age | Commit message (Collapse) | Author |
|
Use vertex program key mechanism and swizzle during vertex fetch - is there
a better way?
|
|
Fixes warning seen with Shadowgrounds. See bug 24016.
|
|
|
|
|
|
|
|
This is not really a GLenum value.
|
|
|
|
This was already done in st_TexImage() but was missed between incremental
changes to st_TexSubimage().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes assertion failures on glean's bufferObject test.
|
|
Both MinGW and MSVC include opengl32 import libraries, and its safer to
always use those.
|
|
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
|
|
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Silences GCC warning.
|
|
|
|
|
|
|
|
|
|
|
|
Make it easier to insert/remove error branches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wait conflicts with wait in /usr/include/sys/wait.h.
|
|
|
|
|
|
|
|
|
|
Fixes compilation error on Mac OS.
|