Tom Fogal
7593bcb6ec
gl: added mangled glXGetProcAddressARB define
...
Signed-off-by: Brian Paul <brianp@vmware.com>
2009-11-19 09:33:32 -07:00
Michel Dänzer
34145fc3b7
st/xorg: Try harder to ensure a shared texture has valid contents right away.
2009-11-19 17:30:32 +01:00
Tom Fogal
8f24e863c3
progs: Fix quoting issue with empty set of PROGRAM_DIRS.
...
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>
2009-11-19 09:26:39 -07:00
Michel Dänzer
012d0193cc
st/xorg: Don't complain about convolution filter being 'unknown'.
...
Also add a newline to the complaint so it'll be a little less annoying if we
actually encounter an unknown filter value again.
2009-11-19 17:25:05 +01:00
Tom Fogal
4e6e2462ea
mesa: define 32bit byteswap for AIX.
...
Fixes `xlib' driver build on AIX.
Signed-off-by: Brian Paul <brianp@vmware.com>
2009-11-19 09:18:51 -07:00
Brian Paul
5117725fd0
docs: removed VC6/7 project files
2009-11-19 09:07:34 -07:00
Brian Paul
e16b59df42
docs: update news file for 7.6.1 release
2009-11-19 09:07:17 -07:00
Brian Paul
2a1505b42e
docs: remove VC6/7 project file info
2009-11-19 09:01:48 -07:00
Brian Paul
cba614bd88
mesa: omit VC6, VC7 project files from tarballs
...
Only VC8 project file is known to work.
2009-11-19 09:00:16 -07:00
Brian Paul
3bcf2d49f3
windows: remove old VC6 project files directory
...
Very out of date, according to Karl Schultz.
2009-11-19 08:57:39 -07:00
Eric Anholt
827ba44f6e
intel: Remove non-GEM support.
...
This really isn't supported at this point. GEM's been in the kernel for
a year, and the fake bufmgr never really worked.
2009-11-19 11:47:22 +01:00
Eric Anholt
667760f53c
intel: Remove dead intel_context members and move some packing around.
2009-11-19 11:47:21 +01:00
Eric Anholt
ee64347979
intel: Remove our special color packing macros and just use colormac.h.
2009-11-19 11:47:21 +01:00
Eric Anholt
c4b7c47fe3
intel: Pack colors for blit at blit time, rather than at ClearColor.
2009-11-19 11:47:21 +01:00
Eric Anholt
a376e5c482
intel: Consistently use no_batch_wrap in intel_context struct.
2009-11-19 11:47:21 +01:00
Eric Anholt
edd449fb97
i965: Pack brw_wm_fragment_program better.
2009-11-19 11:47:21 +01:00
Eric Anholt
15fa484f51
mesa: Remove gratuitous padding in prog_dst_register.
...
The padding was there to indicate the amount of space left from the
number of expected bytes in the struct minus allocated bits. But
uint bitfields get packed so that they don't cross uint boundaries, and we
ended up allocating an extra dword to hold the pad field!
2009-11-19 11:47:21 +01:00
Eric Anholt
92d35b91f1
i965: Pack the brw_wm_prog_key better.
2009-11-19 11:47:21 +01:00
Eric Anholt
cc39fcad89
i915: Remove dead meta_draw_quad code.
2009-11-19 11:47:05 +01:00
Eric Anholt
37c79d4d76
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
2009-11-19 11:47:05 +01:00
Eric Anholt
0a91878015
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
2009-11-19 11:47:05 +01:00
Eric Anholt
fc9a2970dc
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
2009-11-19 11:47:05 +01:00
Eric Anholt
165b860da6
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
2009-11-19 11:47:05 +01:00
Eric Anholt
df582ca767
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
2009-11-19 11:47:05 +01:00
Eric Anholt
22bcb59a95
tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
2009-11-19 11:47:04 +01:00
Eric Anholt
abed06421b
tnl: Remove unused NotifyInputChanges() tnl dd hook.
2009-11-19 11:47:04 +01:00
Michel Dänzer
10dbdee056
st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.
...
Thanks to Thomas Hellström for pointing this out.
2009-11-19 10:54:49 +01:00
Michel Dänzer
ea114345a6
st/xorg: Don't initialize non-existing fields.
2009-11-19 10:38:08 +01:00
Michal Krol
f56b95e407
identity: Add missing screen methods.
2009-11-19 08:25:25 +01:00
Michal Krol
c5dc8d7ecc
tgsi: Provide ultimate solution for SOA dependencies in exec.
...
Reorder STOREs in such a way that they appear after the last FETCH.
2009-11-19 08:25:23 +01:00
Vinson Lee
e3cfd78969
progs/tests: Fix memory leak in texdown.c if malloc fails.
2009-11-18 17:30:50 -08:00
Richard Li
eec4282800
r600 : update PS and VS emit count for loop constants.
2009-11-18 15:38:45 -05:00
Richard Li
de46087160
r600 : add some defs
2009-11-18 15:38:45 -05:00
Richard Li
3132853e12
r600 : Initial version of glsl fc.
2009-11-18 15:38:45 -05:00
Zack Rusin
fafc016e1f
st/xorg: enable yv12 for xv
2009-11-18 12:06:49 -05:00
Alex Deucher
fe5c46546e
r600: disable compressed texture support
...
It's not implemented yet. fixes fdo bug 24047
2009-11-18 11:51:20 -05:00
Jakob Bornecrantz
5109484bd9
st/xorg: Flush any pending operations on upload
2009-11-18 17:49:38 +01:00
Jakob Bornecrantz
8d6da811d4
st/xorg: Unbind any textures in solid
...
Helps debuging with rbug
2009-11-18 17:49:37 +01:00
Alan Hourihane
910b58039a
Fix vega compilation.
2009-11-20 21:15:25 +00:00
Alan Hourihane
1dbf3642b9
Fix memory leak.
2009-11-20 21:15:22 +00:00
Vinson Lee
8556fad751
progs/xdemos: Silence unused value warnings in sharedtex_mt.c.
2009-11-20 13:09:42 -08:00
Vinson Lee
f080567f4c
progs/xdemos: Fix memory leak in glxinfo.c.
2009-11-20 13:01:22 -08:00
Vinson Lee
02c3e0b82d
progs/tests: Silence unused value warnings in sharedtex.c.
2009-11-20 12:49:50 -08:00
Eric Anholt
c4e8918cd2
mesa: Fix NULL deref in optimizer when NumInstructions == 0.
...
Bug #24984 .
2009-11-20 21:46:48 +01:00
Vinson Lee
48deddaa6f
progs/tests: Initialize variable in getprocaddress.c.
2009-11-20 12:34:21 -08:00
Vinson Lee
e26135a744
progs/util: Exit RawImageGetData early if malloc fails.
...
Prevents a null pointer deference later on.
2009-11-20 12:11:55 -08:00
Vinson Lee
c88b18a4df
progs/slang: Check for ftell failure in vstest.c.
2009-11-20 11:34:21 -08:00
Vinson Lee
d36cb2396c
progs/util: Fix memory leak if malloc fails in RawImageOpen.
2009-11-20 11:22:13 -08:00
Vinson Lee
08cb1d0ce4
st/xorg: Fix type of 'unknown'.
2009-11-20 00:03:10 -08:00
Vinson Lee
b98db7bf69
progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.
2009-11-19 23:56:07 -08:00