Brian Paul
1be13df2c3
fix bug 4395, fix glBitmap/glCopy/DrawPixels selection bug
2005-09-09 16:42:29 +00:00
Brian Paul
1f6892527b
don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups
2005-09-09 16:41:02 +00:00
Roland Scheidegger
e5f6f26c87
fix wrong fallback bit being set when ARB_vertex_program is enabled. Add missing fallback string for ARB_vertex_program. Disable ARB_vertex_program by default (just plain doesn't work). In fact, maybe it should be thrown out altogether in this branch?
2005-09-09 12:50:20 +00:00
Brian Paul
e14b3baca0
check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places
2005-09-08 15:28:58 +00:00
Brian Paul
5eb129de76
fix precision problem in depth clearing (bug 4395)
2005-09-08 13:55:34 +00:00
Brian Paul
3f27b6ffeb
fudge set_component_sizes() a bit, see comments
2005-09-03 17:33:55 +00:00
Brian Paul
270572e543
prepare 6.4 release notes
2005-09-01 02:54:58 +00:00
Dave Airlie
7b56e1a443
port over fix from unstable branch to fix miniglx
2005-08-31 01:25:24 +00:00
Alan Hourihane
cfaac5dc4f
drmUnmap correct size
2005-08-30 20:38:03 +00:00
Alan Hourihane
1e5c3e977f
move via_dri.h to server as when X is building it's pulled from the DDX.
2005-08-30 19:44:35 +00:00
Alan Hourihane
831b4143f7
define Bool for solo builds
2005-08-30 19:22:04 +00:00
Alan Hourihane
b26b565f91
Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077
2005-08-30 19:15:04 +00:00
Brian Paul
f4d1dafc18
fix APP_LIB_DEPS
2005-08-29 22:46:55 +00:00
Alan Hourihane
db70c3f9b6
remove drmAddress
2005-08-29 15:26:57 +00:00
Brian Paul
384b1d03e4
added note about IEEE vs VAX floating point (bug 4270)
2005-08-29 14:45:37 +00:00
Brian Paul
e3c1b594ae
fix bugs 4242 and 4270
2005-08-28 17:31:06 +00:00
Brian Paul
453eb90128
fix a few proxy color table bugs (bug 4270)
2005-08-28 17:12:15 +00:00
Adam Jackson
cb505bf744
/dri/msg
2005-08-26 17:52:25 +00:00
Alan Hourihane
133112c71a
fix the scripts for cygwin & mingw changes
2005-08-26 09:38:23 +00:00
Brian Paul
a66eebc579
fix comment and #if test
2005-08-25 22:10:29 +00:00
Brian Paul
89ea47182d
don't compile debug code (bug 4242: rand undefined)
2005-08-25 19:43:54 +00:00
Alan Hourihane
2efe639f26
fix build problems on cygwin & mingw
2005-08-25 18:17:59 +00:00
Brian Paul
39e4095560
added glXCreatePbuffer fix, bug 4235
2005-08-25 14:09:23 +00:00
Brian Paul
b19ec5009f
fix segfault in Fake_glXCreatePBuffer(), bug 4235
2005-08-25 14:07:40 +00:00
Brian Paul
afed3e55ba
fix bugs 4207, 4237
2005-08-25 13:20:49 +00:00
Brian Paul
46cf4fa1bd
s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)
2005-08-25 13:19:13 +00:00
Brian Paul
b4198e821a
added bordered texture sampling bug fix
2005-08-25 03:08:12 +00:00
Brian Paul
5a1fb7db0e
also check for texture border in sample_linear_2d()
2005-08-25 03:03:32 +00:00
Dave Airlie
f16fbf03bd
fix miniglx for new event size check in the drivers
2005-08-24 05:03:03 +00:00
Brian Paul
ec0c42a3be
GLw demo doesn't belong here
2005-08-23 14:49:30 +00:00
Brian Paul
a4c1895d07
added tarball fix
2005-08-23 13:42:44 +00:00
Brian Paul
b2971358ad
removed lines that caused some files to be included in tarballs multiple times
2005-08-23 13:40:43 +00:00
Brian Paul
24a36c26fa
set version to 6.4
2005-08-23 00:46:43 +00:00
Brian Paul
247e27d0b8
first fix for 6.4: GLX_X_RENDERABLE in glXChooseFBConfig
2005-08-22 14:30:11 +00:00
Brian Paul
912bcb2386
added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.4
2005-08-22 14:29:38 +00:00
Brian Paul
cee416863f
set version to 6.4
2005-08-22 14:29:17 +00:00
Brian Paul
8e946792dc
added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-08-22 14:28:35 +00:00
Brian Paul
dfb6c56ed8
added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-08-22 14:28:19 +00:00
Brian Paul
dcf14aa3a7
bump version to 6.5
2005-08-22 14:27:33 +00:00
Brian Paul
1e71d6af48
added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5
2005-08-22 14:27:13 +00:00
Dave Airlie
298af7a609
fix up libdrm for egl
2005-08-21 03:17:52 +00:00
Brian Paul
ae27ef2219
fix typo
2005-08-19 23:44:35 +00:00
Brian Paul
f350e22716
md5 sums for 6.3.2
2005-08-19 23:42:29 +00:00
Brian Paul
eacd347fce
update MESA_DEBUG with FP info
2005-08-19 23:34:10 +00:00
Adam Jackson
8fcd1e0287
Convert libGL and DRI drivers to require libdrm.
...
libdrm can be had from:
http://people.freedesktop.org/~ajax/libdrm/
2005-08-19 20:20:03 +00:00
Ian Romanick
2ae5645115
Fix a realloc problem with indirect vertex arrays. The actual head pointer
...
wasn't tracked and used for the realloc, so it tended to explode.
2005-08-19 18:53:26 +00:00
Brian Paul
b7c727e500
updates for 6.3.2 release, plus other assorted clean-ups
2005-08-19 16:57:50 +00:00
Alan Hourihane
d912f6cfe3
Commit missing piece from Egbert's 32/64 bit patches
2005-08-19 16:07:33 +00:00
Ian Romanick
f7eb54a12f
Enable ARB_texture_compression. The code has been in place for a long time,
...
but, for whatever reason, the extension wasn't enabled.
Add some comments to i810ChooseTextureFormat. There's some strangeness with
i810 texture formats.
2005-08-19 00:48:25 +00:00
Ian Romanick
e0029b33ef
Add support for NV_blend_square. This was tested with
...
progs/tests/blendsquare.
2005-08-18 22:27:37 +00:00