Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 0d31990b4742eccdf6ae6a3b3e16c81cc863085d)
|
|
(cherry picked from commit 7dfea5c0722e9da101805c15b9dd26352816bca9)
|
|
(cherry picked from commit d4dc2e30dada1be425e95ba270920db6eb210982)
|
|
(cherry picked from commit 43080e40aa0d34423e10f1d50aad15289b2b9aec)
|
|
(cherry picked from commit 04442841fb7e9138eb50ff692952ad7e8c3877d8)
|
|
Fixes compilation errors on platforms with insufficient older installed
GL headers.
(cherry picked from commit d17af7d1e19e637e29db47bd8f6e3e579760c530)
|
|
(cherry picked from commit 4df2f7af5e9b2c00ead92fe0ae49ed8491aef1d0)
|
|
(cherry picked from commit a420056750908f7c2f9a7c18b3ab20f04e49711d)
|
|
Conflicts:
src/mesa/main/version.h
|
|
|
|
Borrow an idiom from the GNU build system which can handle `for'
loops over empty lists.
|
|
Conflicts:
progs/util/shaderutil.c
src/mesa/drivers/dri/r600/r600_context.c
src/mesa/main/version.h
|
|
|
|
Check for versions >= 2.0 (because some drivers return 3.0), and return
GL_FALSE if shaders are not detected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Quotes are important to make sure the argument to test -n really
is the empty string, but that requires stringifying PROGRAM_DIRS.
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
|
|
|
|
|
|
|
|
Prevents a null pointer deference later on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|