Commit graph

92185 commits

Author SHA1 Message Date
Zack Rusin
5fcd84ab39 Create a sharable translate_cache and use it. 2008-04-23 14:01:08 -04:00
Brian Paul
ba47aabc98 gallium: fix potential divide by zero in fog computation
It's legal for Fog.Start == Fog.End and conformance testing does so.
2008-04-23 11:38:41 -06:00
Brian Paul
5d873c8718 gallium: additional debug code 2008-04-23 11:38:41 -06:00
Brian Paul
809bc8f9ad gallium: move logicop test outside of loop 2008-04-23 11:38:40 -06:00
Brian Paul
2221cb9f74 gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE 2008-04-23 11:38:40 -06:00
Brian Paul
76d39f0c19 gallium: more vertex debug code 2008-04-23 11:38:40 -06:00
Zack Rusin
e1180c2d69 fix the simple hash finding function and use it 2008-04-23 13:32:41 -04:00
José Fonseca
4f93a3a680 gallium: Fix texture refcount leak. 2008-04-24 02:13:41 +09:00
José Fonseca
a75a3df851 pipebuffer: New function to flush the buffer cache. 2008-04-24 02:13:41 +09:00
José Fonseca
53cf833af9 gallium: Add extern "C" to the headers. 2008-04-24 02:13:41 +09:00
Brian Paul
333976c90a gallium: fix broken hashing for vertex translation
It seems we get hash collisions fairly easily and the code as it was didn't
deal with that properly.

I think we need a simpler hashing interface...
2008-04-23 10:29:52 -06:00
Alan Hourihane
6497d50924 include <X11/Xlib.h> 2008-04-23 15:59:23 +01:00
Keith Whitwell
43be7a4819 draw: remove stupid debug (Keith) 2008-04-23 13:56:05 +01:00
Keith Whitwell
d6a965972b draw: add missing break (Jakob) 2008-04-23 13:51:50 +01:00
Keith Whitwell
1e3087cd03 mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c 2008-04-23 13:10:13 +01:00
Jakob Bornecrantz
b0a58d5266 i915: Real fix for weird fence leak. Thanks Thomas 2008-04-23 11:56:35 +02:00
George Sapountzis
f6f9f5e481 drop stray includes of glapi 2008-04-23 11:12:31 +03:00
George Sapountzis
f027f8d3a8 glx: nitpick renames 2008-04-23 11:12:31 +03:00
George Sapountzis
df04ffbf02 glx: split out current context code
also clean header inclusion after code movement
2008-04-23 11:12:31 +03:00
George Sapountzis
37be884875 glcore: drop outdated sources files intented for xorg 2008-04-23 11:12:31 +03:00
George Sapountzis
750f52169c glcore: tree sharing for DRI and XMesa 2008-04-23 11:12:30 +03:00
George Sapountzis
32a2a095f4 glcore: build from mesa 2008-04-23 11:12:30 +03:00
Ben Skeggs
a326595899 nouveau: fix build 2008-04-23 12:41:42 +10:00
Ben Skeggs
104ff59585 Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 2008-04-23 12:39:38 +10:00
Ben Skeggs
6fc530ccda fix non-i386 builds 2008-04-23 12:38:37 +10:00
Brian Paul
72fd5b9c5a gallium: added a flushing_vcache flag, test in draw_do_flush()
Fixes broken polygon stipple, aaline, aapoint stages
2008-04-22 19:11:59 -06:00
Brian Paul
91e37b7140 gallium: fix bad logic in bind_pstip_fragment_shader(): use &&, not || 2008-04-22 19:10:52 -06:00
Brian Paul
33f3938d2d gallium: fix some bitmap frag shader issues
If texturing happens to be enabled when glBitmap() is called, need to be
careful about choosing a sampler unit, etc.
2008-04-22 18:43:05 -06:00
Brian Paul
1977fbff60 gallium: don't set buffer status to undefined in display_front_buffer() 2008-04-22 18:43:05 -06:00
Zack Rusin
36feb5eacf In case the 'func' is deleting the state move the iterator before
calling it.
2008-04-22 18:32:36 -04:00
Zack Rusin
d8f2e400cf Fix a crash. Rasterizer can be null 2008-04-22 18:32:36 -04:00
Zack Rusin
f088b53769 Cache translate's structs for emits and fetches.
Results in a fair speed improvement.
2008-04-22 18:32:36 -04:00
Zack Rusin
500c41b8ba Fix reporting of clipped vertices. 2008-04-22 18:32:36 -04:00
Brian Paul
22cbf6a704 gallium: setup an identity viewport
This fixes broken blits.
2008-04-22 16:29:48 -06:00
Brian Paul
0939a986a8 gallium: update comment about bypass clipping/viewport 2008-04-22 16:25:55 -06:00
Brian Paul
aaa43218f3 gallium: setup an identity viewport 2008-04-22 16:22:21 -06:00
Brian Paul
465bc9473a gallium: move the vertex print/debug code 2008-04-22 16:15:49 -06:00
Alan Hourihane
b3efd35f4b revert part of the previous cleanup - it only applies
to the 7.0 branch
2008-04-22 23:05:11 +01:00
Brian Paul
8f4f89c043 gallium: remove assertions
It's possible the current vs/fs is null when cso_save_vertex/fragment_shader()
is called.
2008-04-22 14:44:07 -06:00
Brian Paul
b456f1374f gallium: st_translate_fragment_program() is void now
The return value was never used.
2008-04-22 14:44:07 -06:00
Jakob Bornecrantz
6b4798b906 i915: Fixed weird fence leak when I915_VBUF=true 2008-04-22 22:23:22 +02:00
Keith Whitwell
4ebede8c7f Revert "softpipe: squash warning"
This reverts commit 1f0f029ba6.

Which broke the debug build.
2008-04-22 21:17:21 +01:00
Keith Whitwell
0588858702 draw: allow drivers to query pipeline state more easily
Also, provide a separate flag to say whether the driver can handle
clipping/rhw tasks, in addition to the API flag which indicates they
have already been done.
2008-04-22 20:50:20 +01:00
Keith Whitwell
1f0f029ba6 softpipe: squash warning 2008-04-22 20:32:22 +01:00
Alan Hourihane
936dba1de5 Fix error string 2008-04-22 20:32:06 +01:00
Alan Hourihane
c8666cfb0b correct the return value 2008-04-22 20:31:58 +01:00
Alan Hourihane
eec20c359d small cleanups 2008-04-22 20:30:38 +01:00
Keith Whitwell
88f8eed3c4 cso: fix vs/fs confusion 2008-04-22 15:26:38 +01:00
Keith Whitwell
f9b1d47d65 softpipe: do something sensible on an error path, squash warning 2008-04-22 15:15:57 +01:00
Michel Dänzer
fd4acd6fda gallium: How about restoring shaders instead of saving them again... 2008-04-22 14:22:11 +01:00