mesa.git
14 years agoprogs/tests: re-indent mipmap_limits.c
Brian Paul [Fri, 25 Sep 2009 22:37:15 +0000 (16:37 -0600)]
progs/tests: re-indent mipmap_limits.c

14 years agollvmpipe: Grab a ref when the fb is set.
Younes Manton [Sun, 27 Sep 2009 14:56:42 +0000 (10:56 -0400)]
llvmpipe: Grab a ref when the fb is set.

Based on softpipe commit a77226071f6814a53358a5d6caff685889d0e4ec.

14 years agosoftpipe: Fix MSVC build.
José Fonseca [Mon, 28 Sep 2009 12:03:03 +0000 (13:03 +0100)]
softpipe: Fix MSVC build.

14 years agog3dvl: Fix MSVC build.
José Fonseca [Mon, 28 Sep 2009 12:02:42 +0000 (13:02 +0100)]
g3dvl: Fix MSVC build.

pipe/p_compiler for integer types. No declarations out of scope.

14 years agor300g: fix r300g cause GPU hang issue.
Cooper Yuan [Mon, 28 Sep 2009 09:55:38 +0000 (17:55 +0800)]
r300g: fix r300g cause GPU hang issue.

why there are two input position semantic tags is that ureg doesn't
set vs input semantic due to commit: 6d8dbd3d1ec888

so use vs input index instead of semantic name.

14 years agoxvmc: Fail on unsupported formats, operations.
Younes Manton [Mon, 28 Sep 2009 04:17:33 +0000 (00:17 -0400)]
xvmc: Fail on unsupported formats, operations.

14 years agog3dvl: Missing semicolon.
Younes Manton [Mon, 28 Sep 2009 03:54:36 +0000 (23:54 -0400)]
g3dvl: Missing semicolon.

14 years agog3dvl: Formatting and cleanups.
Younes Manton [Mon, 28 Sep 2009 03:14:52 +0000 (23:14 -0400)]
g3dvl: Formatting and cleanups.

14 years agog3dvl: Move XvMC under the Xorg state tracker.
Younes Manton [Mon, 28 Sep 2009 01:54:20 +0000 (21:54 -0400)]
g3dvl: Move XvMC under the Xorg state tracker.

14 years agog3dvl: Implement XvMC using pipe_video_context.
Younes Manton [Mon, 28 Sep 2009 00:18:02 +0000 (20:18 -0400)]
g3dvl: Implement XvMC using pipe_video_context.

14 years agog3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
Younes Manton [Sun, 27 Sep 2009 23:49:06 +0000 (19:49 -0400)]
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs

14 years agoutil: Add util_next_power_of_two() for rounding a uint up to a POT.
Younes Manton [Sun, 27 Sep 2009 18:40:14 +0000 (14:40 -0400)]
util: Add util_next_power_of_two() for rounding a uint up to a POT.

14 years agor300g: fix erroneous condition
Maciej Cencora [Sun, 27 Sep 2009 20:30:45 +0000 (22:30 +0200)]
r300g: fix erroneous condition

14 years agor300g: don't force vertex position for HW TCL path
Maciej Cencora [Sun, 27 Sep 2009 20:28:46 +0000 (22:28 +0200)]
r300g: don't force vertex position for HW TCL path

It could be generated by vertex shader.

14 years agor300g: add some assertions
Maciej Cencora [Sun, 27 Sep 2009 20:20:41 +0000 (22:20 +0200)]
r300g: add some assertions

Not sure why we are getting a shader with two inputs with position semantic, but we don't know how to handle it correctly so it's better to stop the app than lock the machine.

14 years agor300g: plug memory leak
Maciej Cencora [Sun, 27 Sep 2009 20:18:49 +0000 (22:18 +0200)]
r300g: plug memory leak

14 years agor300g: add some debugging info
Maciej Cencora [Sun, 27 Sep 2009 20:15:15 +0000 (22:15 +0200)]
r300g: add some debugging info

14 years agor300g: fix r300 rs path
Dave Airlie [Sun, 27 Sep 2009 20:42:25 +0000 (06:42 +1000)]
r300g: fix r300 rs path

14 years agor300g: rewrite RS state setup.
Dave Airlie [Sun, 27 Sep 2009 10:34:13 +0000 (20:34 +1000)]
r300g: rewrite RS state setup.

Not 100% sure this is correct, but its more correct than what was here previous
however it may require changes in the input routing for the frag shader.

14 years agor300g: silence compiler warning
Dave Airlie [Sun, 27 Sep 2009 10:31:55 +0000 (20:31 +1000)]
r300g: silence compiler warning

14 years agoi915g: Submit direct vertex buffers
Jakob Bornecrantz [Sun, 27 Sep 2009 20:12:11 +0000 (13:12 -0700)]
i915g: Submit direct vertex buffers

14 years agoi915g: Fix warning
Jakob Bornecrantz [Sun, 27 Sep 2009 20:11:49 +0000 (13:11 -0700)]
i915g: Fix warning

14 years agoi915g: Tile shared buffers as well
Jakob Bornecrantz [Wed, 23 Sep 2009 18:57:18 +0000 (11:57 -0700)]
i915g: Tile shared buffers as well

14 years agoi915g: Make sure to map tiled buffers via the gtt
Jakob Bornecrantz [Wed, 23 Sep 2009 18:54:22 +0000 (11:54 -0700)]
i915g: Make sure to map tiled buffers via the gtt

14 years agoi915g: Use boolean
Jakob Bornecrantz [Wed, 23 Sep 2009 18:53:50 +0000 (11:53 -0700)]
i915g: Use boolean

14 years agoi915g: Enable reuse of buffers
Jakob Bornecrantz [Wed, 23 Sep 2009 00:00:46 +0000 (17:00 -0700)]
i915g: Enable reuse of buffers

14 years agost/egl: Remove buffer from screen
Jakob Bornecrantz [Wed, 23 Sep 2009 03:22:13 +0000 (20:22 -0700)]
st/egl: Remove buffer from screen

It is no longer needed since the new drm api code,
and it incorrectly checked if the buffer where there
for testing completeness when it should have checked
the texture instead.

14 years agor600 : Enable draw_prim.
Richard Li [Sun, 27 Sep 2009 18:47:12 +0000 (14:47 -0400)]
r600 : Enable draw_prim.

14 years agosoftpipe: Grab a ref when the fb is set.
Younes Manton [Sun, 27 Sep 2009 14:56:42 +0000 (10:56 -0400)]
softpipe: Grab a ref when the fb is set.

Nasty bug when the surface is freed and another is allocated right on
top of it. The next time we set the fb state SP thinks it's the same
surface and doesn't flush, and when the flush eventually happens the
surface belongs to a completely different texture.

14 years agoprogs/rbug: Link to math
Jakob Bornecrantz [Sat, 26 Sep 2009 19:35:19 +0000 (12:35 -0700)]
progs/rbug: Link to math

14 years agor300g: add tx depth support in register.
Dave Airlie [Sat, 26 Sep 2009 09:32:46 +0000 (19:32 +1000)]
r300g: add tx depth support in register.

also enable cube/3d bits in txformat reg

14 years agor300g: only pass complete texture state to hw setup function
Dave Airlie [Sat, 26 Sep 2009 08:38:39 +0000 (18:38 +1000)]
r300g: only pass complete texture state to hw setup function

No point passing things twice here, also allows more state
to be setup properly.

14 years agor300g: add missing break in OQ emit
Dave Airlie [Sat, 26 Sep 2009 08:38:07 +0000 (18:38 +1000)]
r300g: add missing break in OQ emit

14 years agollvmpipe: Allow building with LLVM 2.6 too.
José Fonseca [Sat, 26 Sep 2009 08:33:32 +0000 (09:33 +0100)]
llvmpipe: Allow building with LLVM 2.6 too.

14 years agor300g: report GL1.5, enable cap bits for OQ and shadow.
Dave Airlie [Sat, 26 Sep 2009 08:25:00 +0000 (18:25 +1000)]
r300g: report GL1.5, enable cap bits for OQ and shadow.

Its not like it works well on 1.3 so may as well reach for greater
heights.

Signed-off-by: Dave Airlie <airlied@redhat.com>
14 years agor300g: add z16 unorm texture format
Dave Airlie [Sat, 26 Sep 2009 08:24:34 +0000 (18:24 +1000)]
r300g: add z16 unorm texture format

14 years agor300g: fix texture pitch to correct value.
Dave Airlie [Sat, 26 Sep 2009 06:39:13 +0000 (16:39 +1000)]
r300g: fix texture pitch to correct value.

pitch is pixels - 1, not bytes.

14 years agoMerge branch 'asm-shader-rework-2'
Ian Romanick [Fri, 25 Sep 2009 23:57:38 +0000 (16:57 -0700)]
Merge branch 'asm-shader-rework-2'

Conflicts:
src/mesa/shader/program_parse.tab.c

14 years agost/xorg: Re-enable accelerated fills and copies.
Michel Dänzer [Fri, 25 Sep 2009 18:49:53 +0000 (20:49 +0200)]
st/xorg: Re-enable accelerated fills and copies.

These seem to work well enough now with the new code. Composite acceleration
isn't quite there yet and thus remains disabled in xorg_composite_bind_state()
for now.

14 years agost/xorg: Flush render cache if but only if a source has pending write operations.
Michel Dänzer [Fri, 25 Sep 2009 18:49:53 +0000 (20:49 +0200)]
st/xorg: Flush render cache if but only if a source has pending write operations.

14 years agost/xorg: Reject Composite acceleration for some cases not working yet.
Michel Dänzer [Fri, 25 Sep 2009 18:49:53 +0000 (20:49 +0200)]
st/xorg: Reject Composite acceleration for some cases not working yet.

14 years agost/xorg: Make sure struct is fully initialized.
Michel Dänzer [Fri, 25 Sep 2009 18:49:00 +0000 (20:49 +0200)]
st/xorg: Make sure struct is fully initialized.

gcc complained about a missing initializer.

14 years agost/xorg: Use generic semantic for Composite mask coordinates.
Michel Dänzer [Fri, 25 Sep 2009 18:38:49 +0000 (20:38 +0200)]
st/xorg: Use generic semantic for Composite mask coordinates.

14 years agost/xorg: Flesh out EXA PrepareComposite hook a little.
Michel Dänzer [Fri, 25 Sep 2009 18:38:49 +0000 (20:38 +0200)]
st/xorg: Flesh out EXA PrepareComposite hook a little.

Check that the formats are supported, and don't crash with source-only
pictures.

14 years agost/xorg: Use I8 format instead of A8 for depth 8 pixmaps.
Michel Dänzer [Fri, 25 Sep 2009 18:38:49 +0000 (20:38 +0200)]
st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.

Seems to work better for Composite acceleration.

14 years agost/xorg: Bind rasterizer state for copies.
Michel Dänzer [Fri, 25 Sep 2009 18:38:49 +0000 (20:38 +0200)]
st/xorg: Bind rasterizer state for copies.

14 years agost/xorg: Source-only pictures always have format PICT_a8r8g8b8.
Michel Dänzer [Fri, 25 Sep 2009 18:38:49 +0000 (20:38 +0200)]
st/xorg: Source-only pictures always have format PICT_a8r8g8b8.

See xserver/render/picture.c:createSourcePicture(). This both simplifies the
code and avoids a crash because pFormat is NULL.

14 years agost/xorg: Better checks for unsupported component alpha pictures.
Michel Dänzer [Fri, 25 Sep 2009 18:38:49 +0000 (20:38 +0200)]
st/xorg: Better checks for unsupported component alpha pictures.

14 years agosoftpipe: Grab fs output z from the correct file.
Michal Krol [Fri, 25 Sep 2009 08:57:33 +0000 (10:57 +0200)]
softpipe: Grab fs output z from the correct file.

14 years agosoftpipe: Do not advertise support for L16 and YCBCR formats.
Michal Krol [Fri, 25 Sep 2009 08:48:19 +0000 (10:48 +0200)]
softpipe: Do not advertise support for L16 and YCBCR formats.

14 years agoradeon: Fix newlines.
Michal Krol [Fri, 25 Sep 2009 16:51:55 +0000 (18:51 +0200)]
radeon: Fix newlines.

14 years agoMerge branch 'mesa_7_6_branch'
Brian Paul [Fri, 25 Sep 2009 15:00:19 +0000 (09:00 -0600)]
Merge branch 'mesa_7_6_branch'

Conflicts:

src/mesa/drivers/dri/intel/intel_clear.c

14 years agomesa: move declaration before code
Vinson Lee [Fri, 25 Sep 2009 14:51:57 +0000 (08:51 -0600)]
mesa: move declaration before code

14 years agonv50: fix TEX for WriteMask not equal 0xf
Christoph Bumiller [Fri, 25 Sep 2009 08:53:01 +0000 (10:53 +0200)]
nv50: fix TEX for WriteMask not equal 0xf

If you e.g. only need alpha, it ends up in the first reg,
not the last, as it would when reading rgb too.

14 years agonv50: actually enable view volume clipping
Christoph Bumiller [Thu, 24 Sep 2009 15:37:08 +0000 (17:37 +0200)]
nv50: actually enable view volume clipping

Until now, only primitives wholly outside the view volume
were not drawn.
This was only visibile when using a viewport smaller than
the window size, naturally.

14 years agonv50: RCP and RSQ cannot load from VP inputs
Christoph Bumiller [Thu, 24 Sep 2009 15:24:48 +0000 (17:24 +0200)]
nv50: RCP and RSQ cannot load from VP inputs

14 years agonv50: fix CEIL and TRUNC
Christoph Bumiller [Fri, 25 Sep 2009 08:33:02 +0000 (10:33 +0200)]
nv50: fix CEIL and TRUNC

Separated the integer rounding mode flag for cvt.

14 years agonv50: implement BGNLOOP, BRK, ENDLOOP
Christoph Bumiller [Fri, 25 Sep 2009 08:24:40 +0000 (10:24 +0200)]
nv50: implement BGNLOOP, BRK, ENDLOOP

There's a good chance a loop won't execute correctly
though since our TEMP allocation assumes programs to
be executed linearly. Will fix later.

14 years agonv50: implement IF, ELSE, ENDIF opcodes
Christoph Bumiller [Thu, 24 Sep 2009 14:39:56 +0000 (16:39 +0200)]
nv50: implement IF, ELSE, ENDIF opcodes

14 years agor300g: add texture format for xvmc
Cooper Yuan [Fri, 25 Sep 2009 07:15:20 +0000 (15:15 +0800)]
r300g: add texture format for xvmc

14 years agomesa/main: Make FEATURE_convolve follow feature conventions.
Chia-I Wu [Wed, 23 Sep 2009 08:56:20 +0000 (16:56 +0800)]
mesa/main: Make FEATURE_convolve follow feature conventions.

As shown in mfeatures.h, this allows users of convolve.h to work without
knowing if the feature is available.

14 years agomesa/main: Make FEATURE_colortable follow feature conventions.
Chia-I Wu [Mon, 7 Sep 2009 09:17:11 +0000 (17:17 +0800)]
mesa/main: Make FEATURE_colortable follow feature conventions.

As shown in mfeatures.h, this allows users of colortab.h to work
without knowing if the feature is available.

14 years agomesa/main: Make FEATURE_pixel_transfer follow feature conventions.
Chia-I Wu [Mon, 7 Sep 2009 08:59:27 +0000 (16:59 +0800)]
mesa/main: Make FEATURE_pixel_transfer follow feature conventions.

As shown in mfeatures.h, this allows users of pixel.h to work without
knowing if the feature is available.

14 years agomesa/main: Add comments to mfeatures.h.
Chia-I Wu [Mon, 7 Sep 2009 09:51:33 +0000 (17:51 +0800)]
mesa/main: Add comments to mfeatures.h.

The comments document the conventions that a feature may follow.

14 years agoprogs/perf: glGenerateMipmap() test
Brian Paul [Fri, 25 Sep 2009 01:36:37 +0000 (19:36 -0600)]
progs/perf: glGenerateMipmap() test

14 years agomesa: _mesa_meta_GenerateMipmap() now working
Brian Paul [Fri, 25 Sep 2009 01:33:22 +0000 (19:33 -0600)]
mesa: _mesa_meta_GenerateMipmap() now working

Handles GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP.
But GL_TEXTURE_3D and texture borders not supported yet.

14 years agomesa: remove: unused gl_vertex_program::TnlData field
Brian Paul [Thu, 24 Sep 2009 19:38:27 +0000 (13:38 -0600)]
mesa: remove: unused gl_vertex_program::TnlData field

14 years agoNV fp lexer: Add UP4B and UP4UB instructions that were previously missing
Ian Romanick [Fri, 25 Sep 2009 01:27:20 +0000 (18:27 -0700)]
NV fp lexer: Add UP4B and UP4UB instructions that were previously missing

14 years agointel: Flush the batch when we're about to subdata into a VBO.
Eric Anholt [Thu, 24 Sep 2009 23:15:52 +0000 (16:15 -0700)]
intel: Flush the batch when we're about to subdata into a VBO.

This fixes the clears in openarena with the new metaops clear code, and
the new piglit vbo-subdata-sync test.

Bug #23857.

14 years agoi965: Clean up some mess with the batch cache.
Eric Anholt [Thu, 24 Sep 2009 21:53:49 +0000 (14:53 -0700)]
i965: Clean up some mess with the batch cache.

Its flagging of extra state that's already flagged by the vtbl new_batch
when appropriate was confusing my tracking down of the OA clear bug.

14 years agost/xorg: start working on the Xv acceleration code
Zack Rusin [Thu, 24 Sep 2009 23:20:08 +0000 (19:20 -0400)]
st/xorg: start working on the Xv acceleration code

14 years agost/xorg: fills are supported plussome minor clenups
Zack Rusin [Wed, 23 Sep 2009 16:06:13 +0000 (12:06 -0400)]
st/xorg: fills are supported plussome minor clenups

14 years agost/xorg: add easier way of disabling/enabling acceleration
Zack Rusin [Wed, 23 Sep 2009 13:00:58 +0000 (09:00 -0400)]
st/xorg: add easier way of disabling/enabling acceleration

14 years agollvmpipe: add missing __FUNCTION__ parameter to debug_printf() calls
Brian Paul [Thu, 24 Sep 2009 22:08:47 +0000 (16:08 -0600)]
llvmpipe: add missing __FUNCTION__ parameter to debug_printf() calls

14 years agollvmpipe: increase max 3D texture size to 256
Brian Paul [Thu, 24 Sep 2009 22:07:45 +0000 (16:07 -0600)]
llvmpipe: increase max 3D texture size to 256

14 years agoMerge branch 'mesa_7_6_branch'
Brian Paul [Thu, 24 Sep 2009 22:06:21 +0000 (16:06 -0600)]
Merge branch 'mesa_7_6_branch'

Conflicts:

src/mesa/vbo/vbo_exec_array.c

14 years agoMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul [Thu, 24 Sep 2009 22:01:26 +0000 (16:01 -0600)]
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch

14 years agosoftpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
Vinson Lee [Thu, 24 Sep 2009 21:59:57 +0000 (15:59 -0600)]
softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.

14 years agoi965: Emit zero initialization for NV VP temporaries as required.
Eric Anholt [Thu, 24 Sep 2009 18:58:33 +0000 (11:58 -0700)]
i965: Emit zero initialization for NV VP temporaries as required.

This is similar to what r300 does inside the driver, but I've added it as
a generic option since it seems most hardware will want it.

Fixes piglit nv-init-zero-reg.vpfp and nv-init-zero-addr.vpfp.

14 years agoi965: Remove assert about NV_vp now that it somewhat works.
Eric Anholt [Wed, 23 Sep 2009 23:50:59 +0000 (16:50 -0700)]
i965: Remove assert about NV_vp now that it somewhat works.

14 years agoi965: Load NV program matrices when required.
Eric Anholt [Thu, 24 Sep 2009 17:40:32 +0000 (10:40 -0700)]
i965: Load NV program matrices when required.

14 years agomesa: Initialize NV_vertex_program fields for the parameter lists and such.
Eric Anholt [Wed, 23 Sep 2009 23:49:52 +0000 (16:49 -0700)]
mesa: Initialize NV_vertex_program fields for the parameter lists and such.

This helps let drivers treat NV_vp like ARB_vp.

14 years agomesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
Brian Paul [Thu, 24 Sep 2009 20:24:14 +0000 (14:24 -0600)]
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning

At the time of the enable there may not be a Z buffer, but one
may be attached to the FBO later.

14 years agomesa: remove rgbMode check in enable_texture()
Brian Paul [Thu, 24 Sep 2009 20:19:06 +0000 (14:19 -0600)]
mesa: remove rgbMode check in enable_texture()

If the currently bound FBO isn't yet validated it's possible for
rgbMode to be zero so we'll lose the texture enable.
This could fix some FBO rendering glitches, but I don't know of
any specific instances.

14 years agointel: use default array/element buffers in intel_generate_mipmap()
Brian Paul [Thu, 24 Sep 2009 18:41:14 +0000 (12:41 -0600)]
intel: use default array/element buffers in intel_generate_mipmap()

If there happened to be a bound VBO when intel_generate_mipmap() was
called we blew up because of a bad vertex array pointer.

Fixes regnumonline, bug 23859.

14 years agomesa: replace assertion with no-op function assignment
Brian Paul [Thu, 24 Sep 2009 18:37:34 +0000 (12:37 -0600)]
mesa: replace assertion with no-op function assignment

14 years agomesa: added comment
Brian Paul [Thu, 24 Sep 2009 18:37:06 +0000 (12:37 -0600)]
mesa: added comment

14 years agovbo: limit number of warnings to 10
Brian Paul [Thu, 24 Sep 2009 18:35:51 +0000 (12:35 -0600)]
vbo: limit number of warnings to 10

Otherwise some apps will emit tons of warnings.

14 years agoMerge branch 'mesa_7_6_branch'
Pauli Nieminen [Thu, 24 Sep 2009 17:39:01 +0000 (20:39 +0300)]
Merge branch 'mesa_7_6_branch'

14 years agoradeon: Fix scissors for r600 KMS.
Pauli Nieminen [Thu, 24 Sep 2009 16:58:09 +0000 (19:58 +0300)]
radeon: Fix scissors for r600 KMS.

Radeon generic scissors code had problem that some of code was using exclusive
and some inclusive bottom right corner. Only r600 driver is using exclusive
coordinate so changed generic code to pass inclusive coordinate and r600 driver
changes BR coordinate to be exclusive.

14 years agoMerge branch 'mesa_7_6_branch'
Brian Paul [Thu, 24 Sep 2009 17:03:16 +0000 (11:03 -0600)]
Merge branch 'mesa_7_6_branch'

Conflicts:

src/mesa/drivers/dri/r600/r700_assembler.c
src/mesa/drivers/dri/r600/r700_chip.c
src/mesa/drivers/dri/r600/r700_render.c
src/mesa/drivers/dri/r600/r700_vertprog.c
src/mesa/drivers/dri/r600/r700_vertprog.h
src/mesa/drivers/dri/radeon/radeon_span.c

14 years agoMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul [Thu, 24 Sep 2009 16:52:15 +0000 (10:52 -0600)]
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch

14 years agogallium/trace: casts to silence warnings
Brian Paul [Thu, 24 Sep 2009 16:47:42 +0000 (10:47 -0600)]
gallium/trace: casts to silence warnings

14 years agotgsi/sse: remove old comments
Brian Paul [Thu, 24 Sep 2009 15:54:36 +0000 (09:54 -0600)]
tgsi/sse: remove old comments

14 years agotgsi/sse: implement SEQ, SGT, SLE, SNE
Brian Paul [Thu, 24 Sep 2009 15:51:05 +0000 (09:51 -0600)]
tgsi/sse: implement SEQ, SGT, SLE, SNE

14 years agotgsi/sse: Pass the lodbias, not zero. More comments.
Brian Paul [Thu, 24 Sep 2009 16:26:56 +0000 (10:26 -0600)]
tgsi/sse: Pass the lodbias, not zero.  More comments.

This fixes the glean/glsl1 "texture2D(), with bias" test when using SSE.

14 years agomesa: added default case return to silence warning
Brian Paul [Wed, 23 Sep 2009 21:44:37 +0000 (15:44 -0600)]
mesa: added default case return to silence warning

14 years agoglsl: init var to silence warning
Brian Paul [Wed, 23 Sep 2009 21:44:18 +0000 (15:44 -0600)]
glsl: init var to silence warning

14 years agoglsl: fix missing initializers warning
Brian Paul [Wed, 23 Sep 2009 21:44:02 +0000 (15:44 -0600)]
glsl: fix missing initializers warning

14 years agoprogs/perf: fix warnings in readpixels test
Keith Whitwell [Thu, 24 Sep 2009 15:52:14 +0000 (16:52 +0100)]
progs/perf: fix warnings in readpixels test