diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-08-06 15:50:03 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-08-06 15:50:03 +0000 |
commit | 63e4a046e3f3b91d71d105db23a14ce674b33b2e (patch) | |
tree | ccccb12f9c52927270b8f26555cc04e79a22ff5d /lib/libGL | |
parent | 384ebc29841e4f83b776274dc52b1b617859106e (diff) |
backport some code from mesa current (and 7.5) so that the dri2 protocol
is correctly handled. without fixes to mesa and the ddx, the so-called
backwards compat goop that was added just plain does not work and ends
up with rendering bullshit.
Diffstat (limited to 'lib/libGL')
-rw-r--r-- | lib/libGL/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libGL/shlib_version b/lib/libGL/shlib_version index 1c5d96eb2..7ff575df8 100644 --- a/lib/libGL/shlib_version +++ b/lib/libGL/shlib_version @@ -1,2 +1,2 @@ major=9 -minor=0 +minor=1 |