mesa.git
14 years agomesa: Export GL_EXT_texture_cube_map.
José Fonseca [Sat, 13 Feb 2010 15:10:24 +0000 (15:10 +0000)]
mesa: Export GL_EXT_texture_cube_map.

Still used by some applications.

14 years agowgl: Implement wglSwapMultipleBuffers.
José Fonseca [Sat, 13 Feb 2010 15:09:46 +0000 (15:09 +0000)]
wgl: Implement wglSwapMultipleBuffers.

14 years agosvga: Fix texture border color.
José Fonseca [Sat, 13 Feb 2010 09:16:57 +0000 (09:16 +0000)]
svga: Fix texture border color.

Also opposite ordering.

14 years agor300g: do not invalidate texture caches when only sampler state is changed
Marek Olšák [Fri, 12 Feb 2010 04:03:27 +0000 (05:03 +0100)]
r300g: do not invalidate texture caches when only sampler state is changed

14 years agor300g: cleanup the emission of RS block state
Marek Olšák [Fri, 12 Feb 2010 03:49:30 +0000 (04:49 +0100)]
r300g: cleanup the emission of RS block state

Emit as few regs as possible.

14 years agor300g: cleanup the emission of framebuffer state
Marek Olšák [Fri, 12 Feb 2010 03:19:55 +0000 (04:19 +0100)]
r300g: cleanup the emission of framebuffer state

Some emits are not needed anymore.

14 years agor300g: disable independent blend enables
Marek Olšák [Fri, 12 Feb 2010 03:01:15 +0000 (04:01 +0100)]
r300g: disable independent blend enables

Not supported by r300.

14 years agor300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xx
Marek Olšák [Fri, 12 Feb 2010 02:51:41 +0000 (03:51 +0100)]
r300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xx

14 years agomesa: s/abort/sys.exit/
Vinson Lee [Sat, 13 Feb 2010 08:05:29 +0000 (00:05 -0800)]
mesa: s/abort/sys.exit/

Python does not have the function abort.

14 years agomesa: Remove unnecessary header.
Vinson Lee [Sat, 13 Feb 2010 07:47:45 +0000 (23:47 -0800)]
mesa: Remove unnecessary header.

14 years agoi965: Remove unnecessary headers.
Vinson Lee [Sat, 13 Feb 2010 07:37:36 +0000 (23:37 -0800)]
i965: Remove unnecessary headers.

14 years agost/xlib: Remove unnecessary header.
Vinson Lee [Sat, 13 Feb 2010 07:24:22 +0000 (23:24 -0800)]
st/xlib: Remove unnecessary header.

14 years agodri: Remove unnecessary headers.
Vinson Lee [Sat, 13 Feb 2010 07:18:08 +0000 (23:18 -0800)]
dri: Remove unnecessary headers.

14 years agomesa: Remove unnecessary headers.
Vinson Lee [Sat, 13 Feb 2010 07:04:20 +0000 (23:04 -0800)]
mesa: Remove unnecessary headers.

14 years agosvga: Silence uninitialized variable warning.
Vinson Lee [Sat, 13 Feb 2010 06:33:37 +0000 (22:33 -0800)]
svga: Silence uninitialized variable warning.

14 years agoutil: Properly init memory for blitter CSOs.
Corbin Simpson [Sat, 13 Feb 2010 04:43:20 +0000 (20:43 -0800)]
util: Properly init memory for blitter CSOs.

Fixes misrender on r300g.

14 years agost/mesa: restore draw rasterization stage after rasterpos
Brian Paul [Sat, 13 Feb 2010 00:22:10 +0000 (17:22 -0700)]
st/mesa: restore draw rasterization stage after rasterpos

This fixes invalid calls to rastpos_point/line/tri() that can occur
when glRasterPos() is called while in feedback or selection mode.

(cherry picked from commit b3c7dc6ff232eb4c5ff6b0ddcfa90bcb56f78df1)

14 years agoscons: Undo bad merge from cherry-pick.
José Fonseca [Fri, 12 Feb 2010 23:52:18 +0000 (23:52 +0000)]
scons: Undo bad merge from cherry-pick.

14 years agosvga: A few more tweaks to blend color state emission.
José Fonseca [Fri, 12 Feb 2010 23:17:04 +0000 (23:17 +0000)]
svga: A few more tweaks to blend color state emission.

14 years agosvga: Clamp max cube texture levels to supported max 2d levels.
José Fonseca [Fri, 12 Feb 2010 21:30:33 +0000 (21:30 +0000)]
svga: Clamp max cube texture levels to supported max 2d levels.

14 years agosvga: Report the 2d/3d texture sizes supported by the host.
José Fonseca [Fri, 12 Feb 2010 17:01:48 +0000 (17:01 +0000)]
svga: Report the 2d/3d texture sizes supported by the host.

14 years agowgl: Go into dormant state when DLL is unloaded unclealy.
José Fonseca [Fri, 12 Feb 2010 13:59:16 +0000 (13:59 +0000)]
wgl: Go into dormant state when DLL is unloaded unclealy.

When our DLL is unloaded, even if we leave the data structures in memory
for sake of future calls, the MS CRT will destroy the heap. Instead we
make all calls no-ops by setting stw_dev to NULL.

14 years agoscons: Target Windows7.
José Fonseca [Fri, 12 Feb 2010 13:22:59 +0000 (13:22 +0000)]
scons: Target Windows7.

14 years agost/mesa: improved draw_range_elements code
Brian Paul [Fri, 12 Feb 2010 22:40:57 +0000 (15:40 -0700)]
st/mesa: improved draw_range_elements code

Don't use pipe->draw_range_elements() if min_index=max_index=~0 since
that doesn't provide any useful info.

Also, implement the loop around pipe->draw_range_elements() when
nr_prims > 1.

14 years agost/mesa: rename state -> tgsi, updated comments
Brian Paul [Fri, 12 Feb 2010 21:46:51 +0000 (14:46 -0700)]
st/mesa: rename state -> tgsi, updated comments

14 years agost/mesa: remove unused var
Brian Paul [Fri, 12 Feb 2010 21:46:10 +0000 (14:46 -0700)]
st/mesa: remove unused var

14 years agointel: Remove unused variable.
Vinson Lee [Fri, 12 Feb 2010 22:36:11 +0000 (14:36 -0800)]
intel: Remove unused variable.

14 years agocell: fix-up C, CPP flags
Brian Paul [Fri, 12 Feb 2010 22:24:54 +0000 (15:24 -0700)]
cell: fix-up C, CPP flags

Flags like -Wmissing-prototypes don't apply to g++.

14 years agocell: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query
Brian Paul [Fri, 12 Feb 2010 22:24:24 +0000 (15:24 -0700)]
cell: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query

14 years agocell: remove -mcpu=cell from CFLAGS
Brian Paul [Fri, 12 Feb 2010 19:35:18 +0000 (12:35 -0700)]
cell: remove -mcpu=cell from CFLAGS

This reverts part of commit ebe2f7609533645e7e9c8af4a55bc0127b9bc515
and allows things to build here.

14 years agointel: Avoid dri_bo_flink() in intel_update_renderbuffers()
Kristian Høgsberg [Thu, 11 Feb 2010 22:19:34 +0000 (17:19 -0500)]
intel: Avoid dri_bo_flink() in intel_update_renderbuffers()

Now that we track the global name in struct intel_region, we can just
look it up there.

14 years agointel: Track named regions and make sure we only have one region per named bo
Kristian Høgsberg [Thu, 11 Feb 2010 22:18:01 +0000 (17:18 -0500)]
intel: Track named regions and make sure we only have one region per named bo

14 years agodri: Store the loader private passed in at dri context creation
Kristian Høgsberg [Thu, 11 Feb 2010 22:10:19 +0000 (17:10 -0500)]
dri: Store the loader private passed in at dri context creation

We just threw it away before, but we haven't had a use for it yet.

14 years agost/dri: don't expose visuals we'll have trouble supporting
Zack Rusin [Thu, 11 Feb 2010 03:15:24 +0000 (22:15 -0500)]
st/dri: don't expose visuals we'll have trouble supporting

without getBuffersWithFormat some visuals will just cause headaches (crashes),
so if we're running on an older system simply don't advertise them.

14 years agost/dri, st/xorg: fix buffers that have attachements of different depth
Zack Rusin [Thu, 11 Feb 2010 00:00:35 +0000 (19:00 -0500)]
st/dri, st/xorg: fix buffers that have attachements of different depth

we actually need to specify the formats for different attachements, otherwise
if the color buffer is 24bpp and the app asks for 16bpp depth buffer than
we end up fetching the depth from the drawable which is 24bpp and end up
creating the wrong depth buffer. use the new getBuffersWithFormat extension
to pass the depth correctly.

14 years agosvga: enable code to emit blend color
Roland Scheidegger [Fri, 12 Feb 2010 20:43:45 +0000 (21:43 +0100)]
svga: enable code to emit blend color

14 years agoMerge branch 'gallium-dynamicstencilref'
Roland Scheidegger [Fri, 12 Feb 2010 20:39:29 +0000 (21:39 +0100)]
Merge branch 'gallium-dynamicstencilref'

14 years agoprogs/tests: Add checks for GL_NV_vertex_program.
Vinson Lee [Fri, 12 Feb 2010 19:59:37 +0000 (11:59 -0800)]
progs/tests: Add checks for GL_NV_vertex_program.

14 years agoRevert "r600c: substract vbo offset to vbo size"
Jerome Glisse [Fri, 12 Feb 2010 18:25:16 +0000 (19:25 +0100)]
Revert "r600c: substract vbo offset to vbo size"

This reverts commit 325614a882f5371da512536e07c443a172ffb87c.
Ok this was already fixed this commit actualy broke things

14 years agonouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has 16 textu...
Patrice Mandin [Fri, 12 Feb 2010 18:22:41 +0000 (19:22 +0100)]
nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has 16 texture units

Signed-off-by: Patrice Mandin <patmandin@gmail.com>
14 years agocell: adjust structure padding
Brian Paul [Fri, 12 Feb 2010 18:07:01 +0000 (11:07 -0700)]
cell: adjust structure padding

The size of some core Gallium state structures has changed so the
padding on some cell structs needed to be adjusted to keep them
a multiple of 16 bytes.

14 years agocell: remove unused var
Brian Paul [Fri, 12 Feb 2010 18:06:19 +0000 (11:06 -0700)]
cell: remove unused var

14 years agocell: include cell_context.h
Brian Paul [Fri, 12 Feb 2010 18:06:04 +0000 (11:06 -0700)]
cell: include cell_context.h

14 years agocell: re-fix undeclared var
Brian Paul [Fri, 12 Feb 2010 16:47:34 +0000 (09:47 -0700)]
cell: re-fix undeclared var

14 years agocell: declare stencil_value variable
Brian Paul [Fri, 12 Feb 2010 16:43:18 +0000 (09:43 -0700)]
cell: declare stencil_value variable

14 years agor600c: substract vbo offset to vbo size
Jerome Glisse [Fri, 12 Feb 2010 16:06:19 +0000 (17:06 +0100)]
r600c: substract vbo offset to vbo size

To avoid kernel complaining and to set proper boundary on
vbo, substract the vbo offset to the vbo size.

14 years agor600: be more exact in vb size calculation
Andre Maasikas [Fri, 12 Feb 2010 14:20:50 +0000 (16:20 +0200)]
r600: be more exact in vb size calculation

to make kernel cs checker happier, last attribs don't need full stride of
space. Calculate as count-1*stride + size of attrib

14 years agor600: support GL_SHORT attributes
Andre Maasikas [Fri, 12 Feb 2010 14:16:56 +0000 (16:16 +0200)]
r600: support GL_SHORT attributes

normalized seems to work with this setting.

14 years agoRevert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."
Michal Krol [Fri, 12 Feb 2010 13:45:51 +0000 (14:45 +0100)]
Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."

This reverts commit aa0b671422880b99dc178d43d1e4e1a3f766bf7f.

14 years agoutil: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.
Michal Krol [Fri, 12 Feb 2010 12:32:35 +0000 (13:32 +0100)]
util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.

Fill in ones for missing components.

14 years agonouveau: nv30: Define number of texture samplers
Patrice Mandin [Fri, 12 Feb 2010 12:23:48 +0000 (13:23 +0100)]
nouveau: nv30: Define number of texture samplers

Signed-off-by: Patrice Mandin <patmandin@gmail.com>
14 years agowgl: Do not reach out and destroy contexts on cleanup.
José Fonseca [Fri, 12 Feb 2010 11:00:22 +0000 (11:00 +0000)]
wgl: Do not reach out and destroy contexts on cleanup.

Simply skip cleanup when contexts are still active.

This addresses two issues:

- in some situations the ICD DLL may be unloaded before the DLL that is
  using GL contexts is, so we may receive GL calls after stw_cleanup.

- when aborting (exception, or control-c) the contexts may have been left
  in an inconsistent state and attempting to destroy can cause
  unpredictable results.

14 years agogdi: Never fail at DLL load time.
José Fonseca [Thu, 11 Feb 2010 16:34:43 +0000 (16:34 +0000)]
gdi: Never fail at DLL load time.

Windows doesn't really expect things to fail at this point -- it
will try many times until it finally gives up, worse, something bad
happens.

The WGL state tracker will gracefully decline to do work even when it
is loaded.

14 years agowgl: Fail gracefully whenever 3D could not be enabled for some reason.
José Fonseca [Thu, 11 Feb 2010 16:32:23 +0000 (16:32 +0000)]
wgl: Fail gracefully whenever 3D could not be enabled for some reason.

14 years agosvgadump: Several improvements to shader dumping.
José Fonseca [Thu, 11 Feb 2010 14:09:53 +0000 (14:09 +0000)]
svgadump: Several improvements to shader dumping.

14 years agoglu/sgi: Initialize member of class primStream.
Vinson Lee [Fri, 12 Feb 2010 08:41:01 +0000 (00:41 -0800)]
glu/sgi: Initialize member of class primStream.

14 years agoglu/sgi: Initialize members of class Arc.
Vinson Lee [Fri, 12 Feb 2010 08:36:00 +0000 (00:36 -0800)]
glu/sgi: Initialize members of class Arc.

14 years agoglu/sgi: Initialize member of class Bin.
Vinson Lee [Fri, 12 Feb 2010 08:28:44 +0000 (00:28 -0800)]
glu/sgi: Initialize member of class Bin.

14 years agonouveau: use AVAIL_RING()
Ben Skeggs [Fri, 12 Feb 2010 05:34:33 +0000 (15:34 +1000)]
nouveau: use AVAIL_RING()

14 years agonouveau: switch to nouveau_bo_new_tile()
Ben Skeggs [Fri, 12 Feb 2010 02:50:24 +0000 (12:50 +1000)]
nouveau: switch to nouveau_bo_new_tile()

14 years agosvga: check min_index, max_index before assertions
Brian Paul [Thu, 11 Feb 2010 23:54:48 +0000 (16:54 -0700)]
svga: check min_index, max_index before assertions

It's possible for min_index and max_index to be ~0 if the min/max
values were not actually set or computed in the state tracker.
Skip some assertions in that case.

This only effects the debug build error checking.

(cherry picked from commit 408f32dc165b36eb5ec0e2bbc7dcecd28f3a62d3)

14 years agomain: Fix compiler warning. No need to convert/store depthScale as GLfloat just...
Karl Schultz [Thu, 11 Feb 2010 23:49:41 +0000 (16:49 -0700)]
main: Fix compiler warning.  No need to convert/store depthScale as GLfloat just to convert it back to GLuint to call unpack_depth_span.
Also removes a difference between the 24/8 and 8/24 texstore routines.

14 years agogallium: make max_anisotropy a unsigned bitfield member
Roland Scheidegger [Thu, 11 Feb 2010 23:43:38 +0000 (00:43 +0100)]
gallium: make max_anisotropy a unsigned bitfield member

saves us a dword in sampler state, hw can't do non-integer aniso degree anyway.
To allow aniso 1x (which seems of dubious value but some hardware (radeons)
have such a mode, and even d3d allows specifiying it) redefine anisotropic
filtering as disabled only if max_anistropy is 0.

14 years agoTurn off 64-bit portability problems detection.
Karl Schultz [Thu, 11 Feb 2010 22:52:22 +0000 (15:52 -0700)]
Turn off 64-bit portability problems detection.

14 years agonouveau: fix compile errors...
Roland Scheidegger [Thu, 11 Feb 2010 22:11:03 +0000 (23:11 +0100)]
nouveau: fix compile errors...

14 years agoglapi: Avoid #including gl.h
Kristian Høgsberg [Thu, 11 Feb 2010 22:04:06 +0000 (17:04 -0500)]
glapi: Avoid #including gl.h

It's only used for a couple of integer types and and might conflict
with other client API header files.

14 years agoi915: Remove always-true irq_active struct intel_screen field
Kristian Høgsberg [Thu, 11 Feb 2010 21:50:46 +0000 (16:50 -0500)]
i915: Remove always-true irq_active struct intel_screen field

14 years agoi915: Remove a few DRI1 era struct intel_screen fields
Kristian Høgsberg [Thu, 11 Feb 2010 21:47:46 +0000 (16:47 -0500)]
i915: Remove a few DRI1 era struct intel_screen fields

14 years agoi915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg [Thu, 11 Feb 2010 21:44:21 +0000 (16:44 -0500)]
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen

14 years agoi915: Remove unused intelRegion struct
Kristian Høgsberg [Thu, 11 Feb 2010 21:38:23 +0000 (16:38 -0500)]
i915: Remove unused intelRegion struct

Phew, sure is nice to only have one struct called intel region.

14 years agonv50: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 21:48:39 +0000 (22:48 +0100)]
nv50: adapt to stencil ref changes

14 years agonv40: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 21:48:31 +0000 (22:48 +0100)]
nv40: adapt to stencil ref changes

14 years agoi915: Remove left-over drmUnmap()
Kristian Høgsberg [Thu, 11 Feb 2010 21:34:11 +0000 (16:34 -0500)]
i915: Remove left-over drmUnmap()

14 years agonv30: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 19:55:33 +0000 (20:55 +0100)]
nv30: adapt to stencil ref changes

not sure if this has any hope of working

14 years agomesa: additional constant/limit assertions
Brian Paul [Thu, 11 Feb 2010 18:34:28 +0000 (11:34 -0700)]
mesa: additional constant/limit assertions

14 years agosvga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query
Brian Paul [Thu, 11 Feb 2010 18:33:17 +0000 (11:33 -0700)]
svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query

14 years agogallium: make u_blitter code save/restore stencil ref values
Roland Scheidegger [Thu, 11 Feb 2010 18:01:10 +0000 (19:01 +0100)]
gallium: make u_blitter code save/restore stencil ref values

14 years agoAdd git tips
Karl Schultz [Thu, 11 Feb 2010 17:54:18 +0000 (10:54 -0700)]
Add git tips

14 years agor300g: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 17:48:57 +0000 (18:48 +0100)]
r300g: adapt to stencil ref changes

14 years agocell: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 17:18:11 +0000 (18:18 +0100)]
cell: adapt to stencil ref changes

not betting this compiles, some of the code handling stencil test seems
incomplete and/or never called?

14 years agoi965g: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 17:16:52 +0000 (18:16 +0100)]
i965g: adapt to stencil ref changes

while there also potentially fix logic ops (were never enabled before)

14 years agoi915g: adapt to stencil ref changes
Roland Scheidegger [Thu, 11 Feb 2010 17:16:09 +0000 (18:16 +0100)]
i915g: adapt to stencil ref changes

14 years agogallium: give pipe_stencil_ref its own cso_save/restore functions
Roland Scheidegger [Thu, 11 Feb 2010 17:15:10 +0000 (18:15 +0100)]
gallium: give pipe_stencil_ref its own cso_save/restore functions

seems cleaner, and other dynamic state like viewport is handled that way too

14 years agost/mesa: fix gallium texture level selection for RTT
Brian Paul [Thu, 11 Feb 2010 16:40:49 +0000 (09:40 -0700)]
st/mesa: fix gallium texture level selection for RTT

Fixes invalid texture level when rendering to a texture where
GL_BASE_LEVEL > 0.

This will be cherry-picked to the 7.7 branch after additional
testing.

14 years agomesa: remove darwin-x86ppc and dangling darwin refs in Makefile
Brian Paul [Thu, 11 Feb 2010 16:04:03 +0000 (09:04 -0700)]
mesa: remove darwin-x86ppc and dangling darwin refs in Makefile

14 years agodocs: remove old CVS references
Brian Paul [Thu, 11 Feb 2010 16:02:53 +0000 (09:02 -0700)]
docs: remove old CVS references

14 years agoRevert "llvmpipe: Move tile coordinate assertion into a more useful place."
José Fonseca [Thu, 11 Feb 2010 12:14:01 +0000 (12:14 +0000)]
Revert "llvmpipe: Move tile coordinate assertion into a more useful place."

This reverts commit 8c0391726a89414356c705fcc2d5a38d12d0fe2b.

Too pendantic.

14 years agoscons: Fix drm/intel build.
José Fonseca [Thu, 11 Feb 2010 11:51:32 +0000 (11:51 +0000)]
scons: Fix drm/intel build.

14 years agollvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.
José Fonseca [Thu, 11 Feb 2010 11:08:30 +0000 (11:08 +0000)]
llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.

Avoids assertion failures with certain shaders.

14 years agollvmpipe: Move tile coordinate assertion into a more useful place.
José Fonseca [Thu, 11 Feb 2010 10:59:41 +0000 (10:59 +0000)]
llvmpipe: Move tile coordinate assertion into a more useful place.

14 years agollvmpipe: Clamp both extremes of triangles to framebuffer size.
José Fonseca [Thu, 11 Feb 2010 10:58:46 +0000 (10:58 +0000)]
llvmpipe: Clamp both extremes of triangles to framebuffer size.

Fix segmentation fault when triangles crossed the axis.

14 years agogallivm: TGSI_OPCODE_CONT is not deprecated.
José Fonseca [Thu, 11 Feb 2010 10:08:10 +0000 (10:08 +0000)]
gallivm: TGSI_OPCODE_CONT is not deprecated.

Note that with FIXME instead of an assertion failure.

Addresses fdo 25956.

14 years agonouveau: remove u_simple_screen.h includes
Ben Skeggs [Thu, 11 Feb 2010 05:21:31 +0000 (15:21 +1000)]
nouveau: remove u_simple_screen.h includes

14 years agogallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha
Roland Scheidegger [Thu, 11 Feb 2010 03:06:01 +0000 (04:06 +0100)]
gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha

makes life of state trackers easier

14 years agoi965g: ifdef out unused functions.
Vinson Lee [Thu, 11 Feb 2010 03:01:05 +0000 (19:01 -0800)]
i965g: ifdef out unused functions.

14 years agor300g: Work around "defect" in r300compiler.
Corbin Simpson [Thu, 11 Feb 2010 02:38:53 +0000 (18:38 -0800)]
r300g: Work around "defect" in r300compiler.

r300compiler doesn't handle half swizzles for vert shaders, which don't
have them. So, for now, disable them.

14 years agost/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.
Vinson Lee [Thu, 11 Feb 2010 02:37:46 +0000 (18:37 -0800)]
st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.

14 years agoswrast: Silence uninitialized variable warnings in ss_tritmp.h.
Vinson Lee [Thu, 11 Feb 2010 02:30:46 +0000 (18:30 -0800)]
swrast: Silence uninitialized variable warnings in ss_tritmp.h.

14 years agoos: Do not use Pthreads barrier functions on Mac OS X.
Vinson Lee [Thu, 11 Feb 2010 02:12:10 +0000 (18:12 -0800)]
os: Do not use Pthreads barrier functions on Mac OS X.

Pthreads barrier functions are not available on some POSIX platforms.

14 years agoffb: Fix build.
Vinson Lee [Thu, 11 Feb 2010 00:14:28 +0000 (16:14 -0800)]
ffb: Fix build.