Vinson Lee
78411881d3
swrast: Remove unnecessary header from s_atifragshader.c.
2010-01-13 22:58:07 -08:00
Vinson Lee
0a70868131
swrast: Remove unnecessary header from s_bitmap.c.
2010-01-13 22:45:54 -08:00
Vinson Lee
886cffb44e
swrast: Remove unnecessary headers from s_copypix.c.
2010-01-13 22:43:16 -08:00
Vinson Lee
cf061c24e0
swrast: Remove unnecessary header from s_depth.c.
2010-01-13 22:36:01 -08:00
Vinson Lee
d1631f734a
swrast: Remove unnecessary header from s_drawpix.c.
2010-01-13 22:30:04 -08:00
Vinson Lee
f649870c9b
swrast: Remove unnecessary header from s_feedback.c.
2010-01-13 22:20:44 -08:00
Thomas Hellstrom
a9086f2d17
st/dri: Make sure we always request a fake front.
...
This should be the correct, but sub-optimal way to handle things on
pre-1.7 servers. For servers that automatically adds a fake front
we should never request the fake front and handle the reply differently.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-01-13 17:45:21 +01:00
José Fonseca
1b333453e4
svga: Fix compile_vs error code.
...
It could erroneously return PIPE_OK in some circumstances.
Make compile_fs code identical.
2010-01-13 13:40:09 +00:00
Vinson Lee
831764fa75
swrast: Remove unnecessary header from s_fragprog.c.
2010-01-12 23:54:15 -08:00
Vinson Lee
d6588a9372
swrast: Remove unnecessary header in s_lines.c.
2010-01-12 21:59:58 -08:00
Vinson Lee
7debc532d5
swrast: Remove unnecessary header from s_points.c.
2010-01-12 21:51:19 -08:00
Vinson Lee
11034bfa97
swrast: Remove unnecessary header from s_readpix.c.
2010-01-12 21:41:09 -08:00
Vinson Lee
a01b9eac04
swrast: Remove unnecessary header from s_texcombine.c.
2010-01-12 20:36:33 -08:00
Vinson Lee
c239f38709
tnl: Remove unnecessary header from t_context.c.
2010-01-12 20:14:36 -08:00
Vinson Lee
2c7cf3f9c9
tnl: Remove unnecessary headers from t_draw.c.
2010-01-12 20:02:44 -08:00
Vinson Lee
dffcbee8e7
tnl: Remove unnecessary header from t_pipeline.c.
2010-01-12 19:55:24 -08:00
Vinson Lee
a24d852630
tnl: Remove unnecessary header from t_rasterpos.c.
2010-01-12 19:49:19 -08:00
Vinson Lee
264f4101cd
tnl: Remove unnecessary header from t_vb_program.c.
2010-01-12 19:45:25 -08:00
Vinson Lee
c631501003
vbo: Remove unnecessary headers from vbo_exec.c.
2010-01-12 17:07:24 -08:00
Vinson Lee
94d238e757
vbo: Remove unnecessary header from vbo_exec_array.c.
2010-01-12 16:55:36 -08:00
Vinson Lee
37d326503d
vbo: Remove unnecessary header from vbo_exec_draw.c.
2010-01-12 16:37:30 -08:00
Vinson Lee
aee9a6f4e1
vbo: Remove unnecessary headers from vbo_save.c.
2010-01-12 00:50:05 -08:00
Vinson Lee
d2271d8a39
vbo: Remove unnecessary header from vbo_save_loopback.c.
2010-01-11 23:53:13 -08:00
Vinson Lee
083dae14bd
vbo: Remove unnecessary header from vbo_split_copy.c.
2010-01-11 22:46:30 -08:00
Vinson Lee
0d65a68f51
x86: Remove unnecessary header from x86_xform.c.
2010-01-11 21:04:16 -08:00
Brian Paul
3fce8ad2de
Revert "util: Build u_bitmask.o when using make."
...
This reverts commit 01eff0e6d2 .
u_bitmask.c was already in the C_SOURCES list.
2010-01-11 20:19:30 -07:00
Zack Rusin
d880b64423
st/xorg: move exaMoveInPixmap before trying to fetch it
...
as Michel suggested, this is a cleaner way of fixing crashes caused
by exaGetPixmapDriverPrivate returning null since the data hasn't
been moved yet.
2010-01-11 18:27:59 -05:00
Zack Rusin
3447d545d9
st/xorg: fix a rare video crash
...
sometimes dst isn't present if a window is in a middle of a resize, stop
crashing in those cases and just ignore a frame.
2010-01-11 18:03:49 -05:00
Jakob Bornecrantz
61f7252448
Revert "pipebuffer: Multi-threading fixes for fencing."
...
This reverts commit 5b64d94390 .
2010-01-07 05:14:20 +01:00
Thomas Hellstrom
cb51f02678
Revert "st/dri: no need to request fake front buffer, only handle it being returned"
...
This reverts commit 1336989ec6 .
The commit breaks frontbuffer rendering and the possibility to do
on-demand frontbuffer requests on all Xservers prior to 1.7.
The commit should be conditioned on a dri2 version check.
I've submitted a patch to Xserver to bump dri2 minor, and it's acked by Ian.
To be able to check the version from within the state tracker, we will
probably need another dri2 extension function that returns the server
version. The protocol has support for it.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-01-11 21:36:51 +01:00
Thomas Hellstrom
01eff0e6d2
util: Build u_bitmask.o when using make.
...
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-01-11 21:36:51 +01:00
Dave Airlie
efaba97eaa
radeon: fix prediction for r100 inline vert/elt emits.
...
On r100 we emit the indices inline so we need to account
for that in the emission size.
2010-01-11 13:27:20 +10:00
Dave Airlie
1294df9ca4
radeon: fix bug in realloc code.
...
This bug was fixed in libdrm ages ago, port to non-kms
2010-01-11 13:27:14 +10:00
Vinson Lee
4fe51c7447
glu/sgi: Initialize members of class Mesher.
2010-01-10 16:09:41 -08:00
Vinson Lee
1111b38a1b
glu/sgi: Initialize members of class Slicer.
2010-01-10 15:55:52 -08:00
Vinson Lee
b9bd96608c
glu/sgi: Include missing header file.
2010-01-10 03:03:14 -08:00
Vinson Lee
9e98c1fbf6
glu/sgi: Initialize members of class Renderhints.
2010-01-10 00:14:33 -08:00
Vinson Lee
a5815c36f7
glu/sgi: Initialize members of class StoredVertex.
2010-01-09 23:55:05 -08:00
Vinson Lee
61afd1158f
glu/sgi: Include missing header file.
2010-01-09 23:53:54 -08:00
Vinson Lee
f8737bda37
glu/sgi: Initialize member of class O_pwlcurve.
2010-01-09 23:25:49 -08:00
Vinson Lee
4775723d2f
r300g: Silence unused variable warnings.
2010-01-08 21:43:54 -08:00
Vinson Lee
20d6360db7
tgsi: Silence uninitialized variable warnings.
2010-01-08 20:24:05 -08:00
Jakob Bornecrantz
de37a00d27
util: Add u_bitmask to make build
2010-01-06 15:32:42 +01:00
Dan Nicholson
674c76310f
mesa: Ensure libmesagallium.a is finished building before descending
...
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-01-08 06:09:19 -08:00
Vinson Lee
3c42e403de
r300: Move initial declaration outside for loop.
2010-01-08 01:13:46 -08:00
Brian Paul
8647aa1d8d
tgsi: fix SSE code emit for XPD
...
Rearrange things so that the writes to the dest registers happen
after we've fetched/used all src registers.
The problematic instruction was: XPD TEMP[2].xyz, TEMP[0], TEMP[2];
Note that the dst reg is also a src reg.
This fixes bad shading with progs/glsl/bump.c since Eric's changes to the
Mesa program optimizer in commit d6690ce15f .
The optimizer rearranges some registers so we occasionally wind up with
something like the above.
2010-01-07 14:49:14 -07:00
Vinson Lee
468f270f3f
svga: Silence uninitialized variable warning.
2010-01-06 17:51:08 -08:00
Brian Paul
ef7eb62423
meta: remove F suffix from _mesa_Ortho() params
...
_mesa_Ortho() takes GLdoubles.
2010-01-06 18:22:06 -07:00
Brian Paul
cb3cb96fbd
meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap
...
Based on a patch submitted by Pierre Willenbrock <pierre@pirsoft.de>
2010-01-06 18:20:17 -07:00
Brian Paul
06970b2ccb
meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap
...
This fixes mipmap levels being clipped to the last viewport.
Based on a patch submitted by Pierre Willenbrock <pierre@pirsoft.de>
2010-01-06 18:20:17 -07:00