OSDN Git Service

android-x86/external-mesa.git
15 years agoR6xx, add edge rules for triangles
Cooper Yuan [Thu, 28 May 2009 20:51:49 +0000 (16:51 -0400)]
R6xx, add edge rules for triangles

15 years agoenable surface sync function
Alex Deucher [Tue, 26 May 2009 18:30:26 +0000 (14:30 -0400)]
enable surface sync function

- needs to be more fine-grained

15 years agor6xx: fix more r6xx specific cases
Alex Deucher [Tue, 26 May 2009 16:21:54 +0000 (12:21 -0400)]
r6xx: fix more r6xx specific cases

15 years agoR6xx: select proper shader format
Alex Deucher [Tue, 26 May 2009 15:36:55 +0000 (11:36 -0400)]
R6xx: select proper shader format

15 years agofix segfault when running glxinfo
Alex Deucher [Tue, 26 May 2009 15:13:44 +0000 (11:13 -0400)]
fix segfault when running glxinfo

15 years agoadd missing RS780 pci id
Alex Deucher [Tue, 26 May 2009 14:44:44 +0000 (10:44 -0400)]
add missing RS780 pci id

15 years agofix build when HAVE_LIBDRM_RADEON is defined
Alex Deucher [Tue, 26 May 2009 14:33:23 +0000 (10:33 -0400)]
fix build when HAVE_LIBDRM_RADEON is defined

15 years agor6xx/r7xx: fix segfault in vertex shader setup
Alex Deucher [Thu, 21 May 2009 21:40:27 +0000 (17:40 -0400)]
r6xx/r7xx: fix segfault in vertex shader setup

15 years agor6xx: fix count on START_3D packet
Alex Deucher [Thu, 21 May 2009 21:38:14 +0000 (17:38 -0400)]
r6xx: fix count on START_3D packet

15 years agoAdd missing file from local.
root [Wed, 20 May 2009 13:16:21 +0000 (09:16 -0400)]
Add missing file from local.

15 years agoMakeup checkin for radeon code change paired with r6/7 code.
root [Tue, 19 May 2009 20:47:39 +0000 (16:47 -0400)]
Makeup checkin for radeon code change paired with r6/7 code.

15 years agoFix nop insertion bug. redbook hello can run.
Richard Li [Tue, 19 May 2009 14:28:40 +0000 (10:28 -0400)]
Fix nop insertion bug. redbook hello can run.

15 years agoFix r6 code bugs.
Richard Li [Fri, 15 May 2009 23:37:09 +0000 (19:37 -0400)]
Fix r6 code bugs.

15 years agoR6xx/R7xx: WIP r6xx-rewrite code
Richard Li [Fri, 8 May 2009 23:23:45 +0000 (19:23 -0400)]
R6xx/R7xx: WIP r6xx-rewrite code

15 years agoR6xx/R7xx: remove unused files
Richard Li [Tue, 21 Apr 2009 19:04:54 +0000 (15:04 -0400)]
R6xx/R7xx: remove unused files

15 years agoR6xx/R7xx: add updated reg file
Richard Li [Tue, 21 Apr 2009 18:30:52 +0000 (14:30 -0400)]
R6xx/R7xx: add updated reg file

15 years agoInitial pull of code from r6xx-r7xx-support branch
Richard Li [Tue, 21 Apr 2009 16:54:20 +0000 (12:54 -0400)]
Initial pull of code from r6xx-r7xx-support branch

Not functional yet.

15 years agoFix build errors from merge
Alex Deucher [Fri, 10 Apr 2009 21:36:31 +0000 (17:36 -0400)]
Fix build errors from merge

15 years agoMerge branch 'radeon-rewrite' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa...
Alex Deucher [Fri, 10 Apr 2009 21:16:08 +0000 (17:16 -0400)]
Merge branch 'radeon-rewrite' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa into r6xx-rewrite

15 years agoRemove r500 stuff
Alex Deucher [Fri, 10 Apr 2009 20:36:18 +0000 (16:36 -0400)]
Remove r500 stuff

15 years agoR600/r700: add new cmdbuf macros
Alex Deucher [Thu, 9 Apr 2009 20:05:50 +0000 (16:05 -0400)]
R600/r700: add new cmdbuf macros

15 years agoR6xx/R7xx: r300 -> r600 symbols
Alex Deucher [Thu, 9 Apr 2009 14:55:41 +0000 (10:55 -0400)]
R6xx/R7xx: r300 -> r600 symbols

15 years agor300: fix color tiling
Dave Airlie [Thu, 9 Apr 2009 00:51:10 +0000 (10:51 +1000)]
r300: fix color tiling

15 years agor300: reorder fog coordinate and WPOS fp attributes
Maciej Cencora [Tue, 7 Apr 2009 22:47:16 +0000 (00:47 +0200)]
r300: reorder fog coordinate and WPOS fp attributes

HW TCL path currently assumed fog, WPOS order. The order was inverted for SW TCL path.

This hopefully fixes rest of fog and WPOS related bugs.
Additionally fix some indentation, don't route unnecessary components of fog coordinates for performance reasons and simplify vertex
attribute emitting for SW TCL path.

15 years agor300: fix regression from swtcl rewrite
Maciej Cencora [Tue, 7 Apr 2009 21:51:28 +0000 (23:51 +0200)]
r300: fix regression from swtcl rewrite

Fix wrong attribute emit and revert to previous behaviour of calculating VAP_OUT_VTX_FMT_1 register value.

We can't use r300VAPOutputCntl1 function because it assumes that all texture coords have 4 components and that is the case for HW TCL
path, but not for SW TCL.

15 years agoMerge remote branch 'origin/master' into radeon-rewrite
Dave Airlie [Thu, 9 Apr 2009 00:14:35 +0000 (10:14 +1000)]
Merge remote branch 'origin/master' into radeon-rewrite

Conflicts:
src/mesa/drivers/dri/r200/r200_tex.c
src/mesa/drivers/dri/r300/r300_cmdbuf.c
src/mesa/drivers/dri/r300/r300_context.h
src/mesa/drivers/dri/r300/r300_swtcl.c
src/mesa/drivers/dri/r300/r300_tex.c
src/mesa/drivers/dri/r300/r300_texmem.c
src/mesa/drivers/dri/r300/r300_texstate.c
src/mesa/drivers/dri/radeon/radeon_tex.c

15 years agor300-gallium: Properly emit indexbufs.
Corbin Simpson [Wed, 8 Apr 2009 21:54:17 +0000 (14:54 -0700)]
r300-gallium: Properly emit indexbufs.

This fixes hardlocks with anything using elts.

15 years agor300-gallium: Add vertex shader constant emit.
Corbin Simpson [Tue, 7 Apr 2009 09:04:07 +0000 (02:04 -0700)]
r300-gallium: Add vertex shader constant emit.

15 years agopython/retrace: Try to cope with failures creating textures.
José Fonseca [Wed, 8 Apr 2009 20:13:57 +0000 (21:13 +0100)]
python/retrace: Try to cope with failures creating textures.

15 years agopython: Don't try to finish a null fence.
José Fonseca [Wed, 8 Apr 2009 20:11:51 +0000 (21:11 +0100)]
python: Don't try to finish a null fence.

15 years agopython/retrace: Use colors on windows console.
José Fonseca [Wed, 8 Apr 2009 20:11:24 +0000 (21:11 +0100)]
python/retrace: Use colors on windows console.

15 years agoR600: initial copy of r300 code
Alex Deucher [Wed, 8 Apr 2009 19:16:35 +0000 (15:16 -0400)]
R600: initial copy of r300 code

15 years agoMesa: allow suppression of debug messages in a debug build
Robert Ellison [Wed, 8 Apr 2009 16:58:33 +0000 (10:58 -0600)]
Mesa: allow suppression of debug messages in a debug build

For testing, it's very useful to be able to test on a debug build,
while suppressing the debug messages (messages that are by default
suppressed in a release build), in order to see the same behavior
that users of release builds will see.

For example, the "piglit" test suite will flag an error on
programs that produce unexpected output, which means that a
debug build will always fail due to the extra debug messages.

This change introduces a new value to the MESA_DEBUG
environment variable.  In a debug build, explicitly setting MESA_DEBUG
to "0" will suppress all debug messages (both from _mesa_debug() and
from _mesa_warning()).  (The former behavior was that debug
messages were never suppressed in debug builds.)

Behavior of non-debug builds has not changed.  In such a build,
_mesa_debug() messages are always suppressed, and _mesa_warning()
messages will be suppressed unless MESA_DEBUG is set *to any value*.

15 years agogallium: when using gl_PointCoord ensure we use the correct attribute.
Alan Hourihane [Wed, 8 Apr 2009 15:39:17 +0000 (16:39 +0100)]
gallium: when using gl_PointCoord ensure we use the correct attribute.

15 years agopython/retrace: Allow to specify the range of calls of interest.
José Fonseca [Wed, 8 Apr 2009 15:25:29 +0000 (16:25 +0100)]
python/retrace: Allow to specify the range of calls of interest.

15 years agotrace: Make calls dumping threadsafe.
José Fonseca [Wed, 8 Apr 2009 15:24:31 +0000 (16:24 +0100)]
trace: Make calls dumping threadsafe.

15 years agotrace: Make call no global.
José Fonseca [Wed, 8 Apr 2009 14:41:08 +0000 (15:41 +0100)]
trace: Make call no global.

15 years agopython/retrace: Handle recent traces.
José Fonseca [Wed, 8 Apr 2009 14:36:17 +0000 (15:36 +0100)]
python/retrace: Handle recent traces.

Try to keep backwards compatability with old traces as much as possible.

15 years agopython: Fix method renaming.
José Fonseca [Wed, 8 Apr 2009 14:32:08 +0000 (15:32 +0100)]
python: Fix method renaming.

15 years agopython: Cope with null surfaces.
José Fonseca [Wed, 8 Apr 2009 14:30:53 +0000 (15:30 +0100)]
python: Cope with null surfaces.

15 years agowgl: Integrate the trace driver on debug builds.
José Fonseca [Wed, 8 Apr 2009 14:30:31 +0000 (15:30 +0100)]
wgl: Integrate the trace driver on debug builds.

15 years agotrace: Simplify cast wrappers.
José Fonseca [Wed, 8 Apr 2009 14:29:50 +0000 (15:29 +0100)]
trace: Simplify cast wrappers.

15 years agotrace: Match pipe_context::clear prototype.
José Fonseca [Wed, 8 Apr 2009 14:23:48 +0000 (15:23 +0100)]
trace: Match pipe_context::clear prototype.

15 years agogallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM)
Brian Paul [Wed, 8 Apr 2009 14:23:01 +0000 (08:23 -0600)]
gallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM)

Fixes failed assertion in glean fbo test.

15 years agodocs: bump Gallium version number
Brian Paul [Wed, 8 Apr 2009 00:26:45 +0000 (18:26 -0600)]
docs: bump Gallium version number

15 years agodocs: updated Cell driver info
Brian Paul [Wed, 8 Apr 2009 00:26:08 +0000 (18:26 -0600)]
docs: updated Cell driver info

15 years agodocs: more info for 7.4 release notes
Brian Paul [Wed, 8 Apr 2009 00:23:21 +0000 (18:23 -0600)]
docs: more info for 7.4 release notes

15 years agomesa: Don't attempt to free the dummy program.
José Fonseca [Wed, 8 Apr 2009 10:32:43 +0000 (11:32 +0100)]
mesa: Don't attempt to free the dummy program.

15 years agost: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal format
Brian Paul [Tue, 7 Apr 2009 23:56:40 +0000 (17:56 -0600)]
st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal format

15 years agost: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()
Brian Paul [Tue, 7 Apr 2009 23:32:29 +0000 (17:32 -0600)]
st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()

15 years agosoftpipe: minor debug-help changes in softpipe_transfer_map()
Brian Paul [Tue, 7 Apr 2009 23:31:49 +0000 (17:31 -0600)]
softpipe: minor debug-help changes in softpipe_transfer_map()

15 years agomesa: add another special/optimized case in _mesa_unpack_depth_span()
Brian Paul [Tue, 7 Apr 2009 23:31:14 +0000 (17:31 -0600)]
mesa: add another special/optimized case in _mesa_unpack_depth_span()

15 years agoswrast: fix point rendering function selection
Brian Paul [Tue, 7 Apr 2009 19:28:10 +0000 (13:28 -0600)]
swrast: fix point rendering function selection

Need to clamp default point size to min/max range before checking if it's one.
Fixes glean pointAtten test.

15 years agomesa: fix incorrect component ordering for sRGB8 texture fetch/store
Brian Paul [Tue, 7 Apr 2009 19:17:42 +0000 (13:17 -0600)]
mesa: fix incorrect component ordering for sRGB8 texture fetch/store

This format is layered on MESA_FORMAT_RGB888 so the component order is
actually BGR.
Fixes glean pixelFormat failures.

15 years agoglsl: enable the new linear scan register allocator code
Brian Paul [Tue, 7 Apr 2009 17:10:27 +0000 (11:10 -0600)]
glsl: enable the new linear scan register allocator code

Seems to b working well enough to enable all the time.
Optimizations can be disabled with "export MESA_GLSL=nopt" if needed.

15 years agodocs: document the MESA_GLSL env var, other misc GLSL updates
Brian Paul [Tue, 7 Apr 2009 17:09:53 +0000 (11:09 -0600)]
docs: document the MESA_GLSL env var, other misc GLSL updates

15 years agoglsl: don't optimize program if MESA_GLSL=nopt
Brian Paul [Tue, 7 Apr 2009 17:01:15 +0000 (11:01 -0600)]
glsl: don't optimize program if MESA_GLSL=nopt

15 years agoradeon: fix compiler warning
Alex Deucher [Tue, 7 Apr 2009 16:37:10 +0000 (12:37 -0400)]
radeon: fix compiler warning

15 years agoswrast: restore !shader check around add_specular()
Brian Paul [Tue, 7 Apr 2009 13:04:14 +0000 (07:04 -0600)]
swrast: restore !shader check around add_specular()

Fixes a regression from commit 76ac75af8e5481b498981c133836efa2101be2dc.

15 years agor300: swtcl rewrite and cleanup
Maciej Cencora [Tue, 7 Apr 2009 11:08:40 +0000 (21:08 +1000)]
r300: swtcl rewrite and cleanup

- remove unused variables
- silence compiler warnings
- fix twosided lighting
- fix point attenuation
- unify indentation

15 years agor300-gallium: vs: Add MAD.
Corbin Simpson [Tue, 7 Apr 2009 06:36:34 +0000 (23:36 -0700)]
r300-gallium: vs: Add MAD.

15 years agor300-gallium: vs: Add MUL.
Corbin Simpson [Tue, 7 Apr 2009 06:26:38 +0000 (23:26 -0700)]
r300-gallium: vs: Add MUL.

15 years agor300-gallium: Fix surface_copy too.
Corbin Simpson [Tue, 7 Apr 2009 06:25:27 +0000 (23:25 -0700)]
r300-gallium: Fix surface_copy too.

15 years agor300-gallium: Properly setup HW/SW TCL controls.
Corbin Simpson [Tue, 7 Apr 2009 06:17:33 +0000 (23:17 -0700)]
r300-gallium: Properly setup HW/SW TCL controls.

This keeps non-TCL chipsets from locking up, and also fully unbreaks
RADEON_NO_TCL rendering.

15 years agoradeon/r200/r300: fix missing dma buffer validation
Dave Airlie [Tue, 7 Apr 2009 05:05:53 +0000 (15:05 +1000)]
radeon/r200/r300: fix missing dma buffer validation

this make gnome shell run

15 years agoradeon: fix bocs wrapper
Dave Airlie [Mon, 6 Apr 2009 10:37:11 +0000 (20:37 +1000)]
radeon: fix bocs wrapper

15 years agoswrast: more texcombine clean-ups
Brian Paul [Tue, 7 Apr 2009 03:37:20 +0000 (21:37 -0600)]
swrast: more texcombine clean-ups

15 years agoswrast: asst. clean-ups in texcombine code
Brian Paul [Tue, 7 Apr 2009 02:08:43 +0000 (20:08 -0600)]
swrast: asst. clean-ups in texcombine code

15 years agoswrast: fix secondary color add for glBitmap
Brian Paul [Mon, 6 Apr 2009 23:17:52 +0000 (17:17 -0600)]
swrast: fix secondary color add for glBitmap

Also, clean up the logic involved in choosing per-vertex vs. per-fragment
primary+secondary color addition.

15 years agostw: Choose a color buffer format that matches the visual.
José Fonseca [Mon, 6 Apr 2009 22:09:02 +0000 (23:09 +0100)]
stw: Choose a color buffer format that matches the visual.

The massive ifs are ugly, but it's not worth to automate this for just a
handful of formats.

Fixes conform bcolor.c.

15 years agosoftpipe: clean up the buffer clear and tile cache code a little
Brian Paul [Mon, 6 Apr 2009 21:31:58 +0000 (15:31 -0600)]
softpipe: clean up the buffer clear and tile cache code a little

15 years agoswrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV mode
Brian Paul [Mon, 6 Apr 2009 20:38:09 +0000 (14:38 -0600)]
swrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV mode

15 years agost: as with swrast, interpret texture border color according to texture format
Brian Paul [Mon, 6 Apr 2009 20:06:08 +0000 (14:06 -0600)]
st: as with swrast, interpret texture border color according to texture format

Depending on the hardware driver this might not be needed, but it will
cause no harm.

15 years agost: rename a helper function
Brian Paul [Mon, 6 Apr 2009 20:00:03 +0000 (14:00 -0600)]
st: rename a helper function

15 years agoswrast: fix texture border color interpretation
Brian Paul [Mon, 6 Apr 2009 19:51:14 +0000 (13:51 -0600)]
swrast: fix texture border color interpretation

The texture border color must be interpreted according to the texture's
base format.  For example, for a GL_ALPHA texture, sampling the border
color should return (0,0,0,borderAlpha).  This wasn't an issue here until
I removed the legacy texenv code (we always use the combiner path now).

15 years agomesa: Fix orientation adjustment for reading stencil pixels.
José Fonseca [Mon, 6 Apr 2009 19:36:54 +0000 (20:36 +0100)]
mesa: Fix orientation adjustment for reading stencil pixels.

Fixes conform spcorner.c & spclear.c failure.

15 years agointel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.
Eric Anholt [Mon, 6 Apr 2009 16:54:29 +0000 (09:54 -0700)]
intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.

This gets us the savings for driver-internal viewport calls that
dd1c68f15123a889a3ce9d2afe724e272d163e32 was attempting, without relying
on Xlib internals or clients handling X events.

15 years agoi965: Use GTT maps when available to upload vertex arrays and system VBOs.
Eric Anholt [Mon, 6 Apr 2009 16:38:16 +0000 (09:38 -0700)]
i965: Use GTT maps when available to upload vertex arrays and system VBOs.

This speeds up OA on my GM45 by 21% (more than the original CPU cost of
the upload path).  We might still be able to squeeze a few more percent out
by avoiding repeatedly mapping/unmapping buffers as we upload elements into
them.

15 years agointel: Clean up some a leftover from sedding of bufmgr context->screen move.
Eric Anholt [Mon, 6 Apr 2009 16:29:14 +0000 (09:29 -0700)]
intel: Clean up some a leftover from sedding of bufmgr context->screen move.

15 years agor300-gallium: Skeleton for integrating into the python statetracker.
José Fonseca [Mon, 6 Apr 2009 14:51:27 +0000 (15:51 +0100)]
r300-gallium: Skeleton for integrating into the python statetracker.

15 years agoradeon: add support for new ttm
Jerome Glisse [Fri, 3 Apr 2009 13:15:22 +0000 (15:15 +0200)]
radeon: add support for new ttm

15 years agoradeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.
Michel Dänzer [Mon, 6 Apr 2009 06:59:57 +0000 (08:59 +0200)]
radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.

Otherwise current xserver / libGL no longer expose a 32 bit RGBA GLX visual,
and compiz fails.

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=20479 .

15 years agor300-gallium: vp: Moar.
Corbin Simpson [Sun, 5 Apr 2009 09:05:08 +0000 (02:05 -0700)]
r300-gallium: vp: Moar.

15 years agor300-gallium: vs: Use a tab to properly set up OVM.
Corbin Simpson [Sun, 5 Apr 2009 08:32:55 +0000 (01:32 -0700)]
r300-gallium: vs: Use a tab to properly set up OVM.

15 years agor300-gallium: Re-translate shaders if constants change.
Corbin Simpson [Sun, 5 Apr 2009 08:32:00 +0000 (01:32 -0700)]
r300-gallium: Re-translate shaders if constants change.

15 years agor300-gallium: Properly interface with Draw for vert shaders.
Corbin Simpson [Sun, 5 Apr 2009 08:00:25 +0000 (01:00 -0700)]
r300-gallium: Properly interface with Draw for vert shaders.

15 years agor300-gallium: Update state handlers/setters for vertex shaders.
Corbin Simpson [Sun, 5 Apr 2009 07:15:19 +0000 (00:15 -0700)]
r300-gallium: Update state handlers/setters for vertex shaders.

15 years agor300-gallium: vs: Moar vert shaders.
Corbin Simpson [Sun, 5 Apr 2009 06:44:37 +0000 (23:44 -0700)]
r300-gallium: vs: Moar vert shaders.

15 years agor300-gallium: vs: Expand instruction emission.
Corbin Simpson [Sun, 5 Apr 2009 05:57:45 +0000 (22:57 -0700)]
r300-gallium: vs: Expand instruction emission.

15 years agor300-gallium: Update clear() code.
Corbin Simpson [Sun, 5 Apr 2009 05:30:14 +0000 (22:30 -0700)]
r300-gallium: Update clear() code.

We have a huge optimization opportunity, but for now we'll just use the util.

15 years agocell: update clear() code to catch up to gallium changes
Brian Paul [Sat, 4 Apr 2009 19:45:14 +0000 (13:45 -0600)]
cell: update clear() code to catch up to gallium changes

15 years agopython/regress: Clean up driver clear() interface.
Michal Krol [Sat, 4 Apr 2009 19:16:37 +0000 (21:16 +0200)]
python/regress: Clean up driver clear() interface.

15 years agogallium: Clean up driver clear() interface.
Michel Dänzer [Sat, 4 Apr 2009 17:01:51 +0000 (19:01 +0200)]
gallium: Clean up driver clear() interface.

Only allows clearing currently bound buffers, but colour and depth/stencil in
a single call.

15 years agogallium: Add utility helper for packing combined depth/stencil values.
Michel Dänzer [Sat, 4 Apr 2009 14:04:59 +0000 (16:04 +0200)]
gallium: Add utility helper for packing combined depth/stencil values.

15 years agopython/regress: Remove trailing whitespace.
Michal Krol [Sat, 4 Apr 2009 11:42:31 +0000 (13:42 +0200)]
python/regress: Remove trailing whitespace.

15 years agopython/regress: Initial fragment shader test suite.
Michal Krol [Sat, 4 Apr 2009 11:34:27 +0000 (13:34 +0200)]
python/regress: Initial fragment shader test suite.

15 years agopython/regress: Use X8R8G8B8 rendertarget in vertex shader test.
Michal Krol [Sat, 4 Apr 2009 09:52:19 +0000 (11:52 +0200)]
python/regress: Use X8R8G8B8 rendertarget in vertex shader test.

15 years agoradeon: A bit of indent and line break cleanup.
Corbin Simpson [Sat, 4 Apr 2009 09:43:09 +0000 (02:43 -0700)]
radeon: A bit of indent and line break cleanup.

15 years agor300-gallium: Calculate vert shader inputs for HW TCL.
Corbin Simpson [Sat, 4 Apr 2009 09:38:13 +0000 (02:38 -0700)]
r300-gallium: Calculate vert shader inputs for HW TCL.

This is definitely not perfect.

15 years agoradeon: If the CS emit fails, dump it to stderr.
Corbin Simpson [Sat, 4 Apr 2009 09:20:29 +0000 (02:20 -0700)]
radeon: If the CS emit fails, dump it to stderr.