mesa.git
16 years agosimplify INIT_SPAN code
Brian [Sat, 30 Jun 2007 03:52:18 +0000 (21:52 -0600)]
simplify INIT_SPAN code

16 years agos/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
Brian [Sat, 30 Jun 2007 03:33:59 +0000 (21:33 -0600)]
s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()

16 years agoUndo some prev glDraw/CopyPixel changes which fixed a bug in which colors were overwr...
Brian [Sat, 30 Jun 2007 03:29:30 +0000 (21:29 -0600)]
Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors were overwritten by interpolating attributes.

Now just set the span->arrayAttribs mask in glDraw/CopyPixels and be sure
we don't overwrite the values in interpolate_active_attribs().

16 years agoObsolete
Brian [Sat, 30 Jun 2007 03:13:20 +0000 (21:13 -0600)]
Obsolete

16 years agooverhaul point rasterization, no longer use s_pointtemp.h
Brian [Sat, 30 Jun 2007 03:12:46 +0000 (21:12 -0600)]
overhaul point rasterization, no longer use s_pointtemp.h

16 years agoregenerated
Brian [Fri, 29 Jun 2007 13:52:43 +0000 (07:52 -0600)]
regenerated

16 years agonouveau: match drm changes (0.0.7)
Ben Skeggs [Sat, 9 Jun 2007 17:05:05 +0000 (03:05 +1000)]
nouveau: match drm changes (0.0.7)

16 years agonouveau: NV30_TCL viewport/scissor fixes
Ben Skeggs [Fri, 8 Jun 2007 03:27:57 +0000 (13:27 +1000)]
nouveau: NV30_TCL viewport/scissor fixes

16 years agobring over 7.0 doc changes
Brian [Thu, 28 Jun 2007 22:44:24 +0000 (16:44 -0600)]
bring over 7.0 doc changes

16 years agoAdd a few missing GL 2.0 entrypoints, regenerate related files.
Brian [Thu, 28 Jun 2007 22:34:40 +0000 (16:34 -0600)]
Add a few missing GL 2.0 entrypoints, regenerate related files.

Specifically:
  glVertexAttrib4bv
  glVertexAttrib4iv
  glVertexAttrib4ubv
  glVertexAttrib4uiv
  glVertexAttrib4usv

16 years agoa variety of fixes for MingW
zhang [Thu, 28 Jun 2007 14:12:52 +0000 (08:12 -0600)]
a variety of fixes for MingW

16 years agoremove t_save_api.c and some other obsolete files, may be more
Brian [Thu, 28 Jun 2007 13:18:43 +0000 (07:18 -0600)]
remove t_save_api.c and some other obsolete files, may be more

16 years agoremove obsolete t_save_api.c
Brian [Thu, 28 Jun 2007 13:15:37 +0000 (07:15 -0600)]
remove obsolete t_save_api.c

16 years agouse larger point/sprite size
Brian [Thu, 28 Jun 2007 13:15:11 +0000 (07:15 -0600)]
use larger point/sprite size

16 years agoincrease MAX_POINT_SIZE to 60
Brian [Thu, 28 Jun 2007 13:13:39 +0000 (07:13 -0600)]
increase MAX_POINT_SIZE to 60

16 years agoXXX comment about point clamping
Brian [Thu, 28 Jun 2007 13:13:20 +0000 (07:13 -0600)]
XXX comment about point clamping

16 years agoadded comment, remove dead code
Brian [Thu, 28 Jun 2007 13:12:55 +0000 (07:12 -0600)]
added comment, remove dead code

16 years agor300: Initial work on merging the real and generated vertex program functions.
Oliver McFadden [Wed, 20 Jun 2007 14:24:04 +0000 (14:24 +0000)]
r300: Initial work on merging the real and generated vertex program functions.

16 years agor300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.
Oliver McFadden [Wed, 20 Jun 2007 12:42:19 +0000 (12:42 +0000)]
r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.

16 years agor300: The vpi, vpp, and vps counts are already initialized; don't do it twice.
Oliver McFadden [Wed, 20 Jun 2007 12:23:47 +0000 (12:23 +0000)]
r300: The vpi, vpp, and vps counts are already initialized; don't do it twice.

16 years agor300: Clean up the vertex program state code slightly; still needs lots of work.
Oliver McFadden [Wed, 20 Jun 2007 12:13:44 +0000 (12:13 +0000)]
r300: Clean up the vertex program state code slightly; still needs lots of work.

16 years agor300: Vertex program position end bits are known.
Oliver McFadden [Wed, 20 Jun 2007 12:03:42 +0000 (12:03 +0000)]
r300: Vertex program position end bits are known.

Possibly performance may improve by setting it to the last instruction that
writes result.position, rather than the last instruction in the vertex program.

16 years agor300: Removed unused vap_param structure.
Oliver McFadden [Wed, 20 Jun 2007 11:45:07 +0000 (11:45 +0000)]
r300: Removed unused vap_param structure.

16 years agor300: Cleaned up long lines in the vertex functions.
Oliver McFadden [Wed, 20 Jun 2007 11:42:53 +0000 (11:42 +0000)]
r300: Cleaned up long lines in the vertex functions.

16 years agor300: Setup the default state for polygon offset point/line.
Oliver McFadden [Wed, 20 Jun 2007 03:02:34 +0000 (03:02 +0000)]
r300: Setup the default state for polygon offset point/line.

I believe there are still bugs with all polygon offset types. The point and line
types may need to be handled specially, too.

This shouldn't break anything because it just enabled the occlusion control bits
for polygon offset.

16 years agor300: Cleaned up the r300SetupVertexShader function.
Oliver McFadden [Wed, 20 Jun 2007 02:37:44 +0000 (02:37 +0000)]
r300: Cleaned up the r300SetupVertexShader function.

16 years agor300: Cleaned up the r300SetupPixelShader function.
Oliver McFadden [Wed, 20 Jun 2007 02:31:35 +0000 (02:31 +0000)]
r300: Cleaned up the r300SetupPixelShader function.

16 years agor300: Trivial clean up in radeon_lock.h.
Oliver McFadden [Sun, 17 Jun 2007 02:04:58 +0000 (02:04 +0000)]
r300: Trivial clean up in radeon_lock.h.

16 years agoUse -pthread instead of -lpthread on FreeBSD.
Eric Anholt [Fri, 22 Jun 2007 17:29:54 +0000 (10:29 -0700)]
Use -pthread instead of -lpthread on FreeBSD.

16 years agofix bug rendering points with fragment program (see #11330)
Brian [Fri, 22 Jun 2007 15:47:30 +0000 (09:47 -0600)]
fix bug rendering points with fragment program (see #11330)

16 years agoFix feedback color bug #11332. In feedback mode, produce float colors.
Brian [Fri, 22 Jun 2007 14:02:46 +0000 (08:02 -0600)]
Fix feedback color bug #11332.  In feedback mode, produce float colors.

16 years agoRandom state-change / primitive rendering. Good for hammering on a driver...
Brian [Fri, 22 Jun 2007 00:11:29 +0000 (18:11 -0600)]
Random state-change / primitive rendering.  Good for hammering on a driver...

16 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Thu, 21 Jun 2007 22:06:06 +0000 (16:06 -0600)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

16 years agofix rgba pointer bug hit on zoomed+fogged glDrawPixels
Brian [Thu, 21 Jun 2007 22:04:02 +0000 (16:04 -0600)]
fix rgba pointer bug hit on zoomed+fogged glDrawPixels

16 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Thu, 21 Jun 2007 22:04:04 +0000 (16:04 -0600)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

16 years agor300: Corrected a bug in r300LineWidth.
Oliver McFadden [Thu, 21 Jun 2007 15:53:26 +0000 (15:53 +0000)]
r300: Corrected a bug in r300LineWidth.

Thanks to Panagiotis Papadakos for reporting it.

16 years agoAnother round of fixing attribute interpolation for glDraw/CopyPixels.
Brian [Thu, 21 Jun 2007 15:15:32 +0000 (09:15 -0600)]
Another round of fixing attribute interpolation for glDraw/CopyPixels.

Need to turn off FRAG_BIT_COL0 in swrast->_ActiveAttribMask when doing
glRead/CopyPixels to prevent the user's colors from getting overwritten
when a fragment program is active.
This was happening in the DRI drivers when MaintainTexEnv program was
used (the texenv fragment program was enabled when _swrast_DrawPixels was
called).
This still isn't an ideal solution, but fixes things for now.

16 years agorename _swrast_update_fragment_attribs()
Brian [Thu, 21 Jun 2007 15:11:43 +0000 (09:11 -0600)]
rename _swrast_update_fragment_attribs()

16 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Wed, 20 Jun 2007 17:01:09 +0000 (11:01 -0600)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

16 years agoEffectively disable _TexEnvProgram before calling _swrast_DrawPixels().
Brian [Wed, 20 Jun 2007 17:01:04 +0000 (11:01 -0600)]
Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().

It's OK to use _TexEnvProgram regardless of the texture state, but if fog
is also enabled, the fragment program is lacking the actual fog computation
so fogging doesn't appear.
Fixing this might involve a new _MaintainFogProgram field and related code.
For now, just disable the _TexEnvProgram and let swrast handle everything.

16 years agofix glDrawPixels + fragment program problem
Brian [Wed, 20 Jun 2007 16:56:13 +0000 (10:56 -0600)]
fix glDrawPixels + fragment program problem

16 years agocopy wpos attrib info into zoomed span (fixes fog perspective correction problem)
Brian [Wed, 20 Jun 2007 16:55:31 +0000 (10:55 -0600)]
copy wpos attrib info into zoomed span (fixes fog perspective correction problem)

16 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Wed, 20 Jun 2007 00:50:26 +0000 (18:50 -0600)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

16 years agoi915tex: Missing piece of SetTexOffset hook implementation for I830 generation.
Michel Dänzer [Fri, 15 Jun 2007 13:24:35 +0000 (15:24 +0200)]
i915tex: Missing piece of SetTexOffset hook implementation for I830 generation.

16 years agonouveau: remove useless viewport xform with id matrix.
Stephane Marchesin [Wed, 13 Jun 2007 22:44:16 +0000 (00:44 +0200)]
nouveau: remove useless viewport xform with id matrix.

16 years agofix an error string, refactor _mesa_GetCompressedTexImageARB() to get rid of a goto
Brian [Tue, 12 Jun 2007 23:17:43 +0000 (17:17 -0600)]
fix an error string, refactor _mesa_GetCompressedTexImageARB() to get rid of a goto

16 years agofix make clean commands so missing subdirs don't cause infinite loops
Brian [Tue, 12 Jun 2007 23:06:27 +0000 (17:06 -0600)]
fix make clean commands so missing subdirs don't cause infinite loops

16 years agoadded memcpy() to-do item
Brian [Tue, 12 Jun 2007 21:16:21 +0000 (15:16 -0600)]
added memcpy() to-do item

16 years agofix comment
Brian [Tue, 12 Jun 2007 21:08:43 +0000 (15:08 -0600)]
fix comment

16 years agoFix TEXREL issues when using GLX_USE_TLS (see bug 7459).
Brian [Tue, 12 Jun 2007 15:47:03 +0000 (09:47 -0600)]
Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).

16 years agofix GLX_USE_TLS breakage, fix a warning
Brian [Tue, 12 Jun 2007 14:57:12 +0000 (08:57 -0600)]
fix GLX_USE_TLS breakage, fix a warning

16 years agoRework _mesa_update_texture_compare_function() to only be called during
Brian [Mon, 11 Jun 2007 23:16:18 +0000 (17:16 -0600)]
Rework _mesa_update_texture_compare_function() to only be called during
state validation/update.

Note that we're still temporarily skipping the test for an active fragment
program.  Need to fix shadow2D() ...

16 years agorename/clean-up _mesa_validate_texture_wrap_mode
Brian [Mon, 11 Jun 2007 22:42:35 +0000 (16:42 -0600)]
rename/clean-up _mesa_validate_texture_wrap_mode

16 years agofix typo, added comment
Brian [Mon, 11 Jun 2007 22:36:06 +0000 (16:36 -0600)]
fix typo, added comment

16 years agoReplace texobj->Complete with texobj->_Complete since it's a derived field.
Brian [Mon, 11 Jun 2007 22:32:57 +0000 (16:32 -0600)]
Replace texobj->Complete with texobj->_Complete since it's a derived field.

16 years agotypo: s/derrived/derived/
Brian [Mon, 11 Jun 2007 22:27:33 +0000 (16:27 -0600)]
typo: s/derrived/derived/

16 years agoTemporarily disable the calls to _mesa_update_texture_compare_function().
Brian [Mon, 11 Jun 2007 22:04:36 +0000 (16:04 -0600)]
Temporarily disable the calls to _mesa_update_texture_compare_function().

This fixes the depth-peel regression reported by Brad King.

16 years agoIn generic_nop() call _mesa_warning() instead of _mesa_problem() since it's an app...
Brian [Mon, 11 Jun 2007 16:57:01 +0000 (10:57 -0600)]
In generic_nop() call _mesa_warning() instead of _mesa_problem() since it's an app issue, not a mesa bug.

16 years agoremove dead code
Brian [Fri, 8 Jun 2007 21:02:05 +0000 (15:02 -0600)]
remove dead code

16 years agor300: i can't see why we fallback for polygon offset line/fill
Dave Airlie [Sun, 10 Jun 2007 02:25:23 +0000 (12:25 +1000)]
r300: i can't see why we fallback for polygon offset line/fill

16 years agoIn supported_buffer_bitmask(), use framebuffer's visual, not context's visual
Brian [Fri, 8 Jun 2007 20:13:13 +0000 (14:13 -0600)]
In supported_buffer_bitmask(), use framebuffer's visual, not context's visual

16 years agodisable depthBits test in check_compatible(), see bug 11161
Brian [Fri, 8 Jun 2007 20:12:27 +0000 (14:12 -0600)]
disable depthBits test in check_compatible(), see bug 11161

16 years agofix glReadPixels parameters to handle odd-width windows correctly
Brian [Fri, 8 Jun 2007 19:10:01 +0000 (13:10 -0600)]
fix glReadPixels parameters to handle odd-width windows correctly

16 years agodisable shader program before glDrawPixels
Brian [Fri, 8 Jun 2007 19:02:14 +0000 (13:02 -0600)]
disable shader program before glDrawPixels

16 years agoremove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITS
Brian [Fri, 8 Jun 2007 18:24:35 +0000 (12:24 -0600)]
remove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITS

16 years agoAdd support for GL_ARB_fragment_program_shadow.
Ian Romanick [Thu, 7 Jun 2007 20:58:50 +0000 (13:58 -0700)]
Add support for GL_ARB_fragment_program_shadow.

16 years agoFix ARB_fp spec conformance bug WRT shadow sampling.
Ian Romanick [Thu, 7 Jun 2007 20:38:06 +0000 (13:38 -0700)]
Fix ARB_fp spec conformance bug WRT shadow sampling.

The ARB_fp (and other assembly-level fragment program specs) say that the
depth comparison function is always GL_NONE in fragment program mode.

16 years agoAdd support for shadow mapping with vertex and fragment programs
Ian Romanick [Thu, 7 Jun 2007 19:12:14 +0000 (12:12 -0700)]
Add support for shadow mapping with vertex and fragment programs

16 years agoRefactor shadow map modelview and projection code
Ian Romanick [Thu, 7 Jun 2007 19:09:44 +0000 (12:09 -0700)]
Refactor shadow map modelview and projection code

Explicitly store the modelview matrix and projection matrix used when the
shadow map is created.  These matrices only need be updated when
RenderShadowMap is called.  Previously, slightly different code was used to
draw and project the shadow map.

16 years agoRemove '#if defined' tests for ARB extensions.
Ian Romanick [Thu, 7 Jun 2007 18:59:42 +0000 (11:59 -0700)]
Remove '#if defined' tests for ARB extensions.

16 years agor300: Added a comment regarding the R300_VAP_CLIP registers.
Oliver McFadden [Thu, 7 Jun 2007 13:21:18 +0000 (13:21 +0000)]
r300: Added a comment regarding the R300_VAP_CLIP registers.

16 years agor300: Removed a "don't think this is needed" comment, it actually is needed.
Oliver McFadden [Thu, 7 Jun 2007 13:20:27 +0000 (13:20 +0000)]
r300: Removed a "don't think this is needed" comment, it actually is needed.

According to the comment you do not need to setup INPUT_CNTL when using vertex
buffers. However, not doing so results in a lockup.

16 years agor300: Explain the R300_VAP_OUTPUT_VTX_FMT_1 register.
Oliver McFadden [Thu, 7 Jun 2007 13:20:08 +0000 (13:20 +0000)]
r300: Explain the R300_VAP_OUTPUT_VTX_FMT_1 register.

16 years agor300: Cleaned up long lines in r300Choose8888TexFormat.
Oliver McFadden [Thu, 7 Jun 2007 13:19:47 +0000 (13:19 +0000)]
r300: Cleaned up long lines in r300Choose8888TexFormat.

16 years agoAdd PCI IDs for the G33, Q33, and Q35 chipsets.
Wang Zhenyu [Tue, 5 Jun 2007 18:42:43 +0000 (11:42 -0700)]
Add PCI IDs for the G33, Q33, and Q35 chipsets.

16 years agoi915tex: Better attempt to release miptree when overriding texture image.
Michel Dänzer [Tue, 5 Jun 2007 17:55:53 +0000 (19:55 +0200)]
i915tex: Better attempt to release miptree when overriding texture image.

The previous approach could lead to crashes in FBO code that dereferences the
miptree struct pointer unconditionally.

16 years agoRemove dubious compile-time test for pre-2.4 Linux kernels.
Michel Dänzer [Tue, 5 Jun 2007 17:52:10 +0000 (19:52 +0200)]
Remove dubious compile-time test for pre-2.4 Linux kernels.

LINUX_VERSION_CODE shouldn't be used by userspace code, it can be defined empty
these days.

If anybody still cares about 2.2 kernels, they should reinstate this as a
proper runtime test.

16 years agoUpdates for array texture shadow targets.
Ian Romanick [Tue, 5 Jun 2007 16:24:27 +0000 (09:24 -0700)]
Updates for array texture shadow targets.

16 years agominiglx: implement GetProcAddressARB in miniglx as an alias for GPA
Dave Airlie [Mon, 4 Jun 2007 23:38:49 +0000 (09:38 +1000)]
miniglx: implement GetProcAddressARB in miniglx as an alias for GPA

16 years agominiglx: update defines in linux-solo config
Dave Airlie [Mon, 4 Jun 2007 23:36:28 +0000 (09:36 +1000)]
miniglx: update defines in linux-solo config

16 years agor300: fix non-tcl rs4xx again.
Dave Airlie [Sat, 2 Jun 2007 06:21:50 +0000 (16:21 +1000)]
r300: fix non-tcl rs4xx again.

16 years agoi915tex: Add support for 945GME
Wang Zhenyu [Wed, 30 May 2007 08:18:26 +0000 (16:18 +0800)]
i915tex: Add support for 945GME

16 years agoi915: Add support for 945GME chip
Wang Zhenyu [Wed, 30 May 2007 08:11:12 +0000 (16:11 +0800)]
i915: Add support for 945GME chip

16 years agoi965: Add pci info for 965GME/GLE chip.
Wang Zhenyu [Wed, 30 May 2007 08:03:50 +0000 (16:03 +0800)]
i965: Add pci info for 965GME/GLE chip.

16 years agoFix r300SetTexOffset for big endian platforms.
Michel Dänzer [Wed, 30 May 2007 13:37:42 +0000 (15:37 +0200)]
Fix r300SetTexOffset for big endian platforms.

This was broken by the unification of the texture format table.

16 years agor300: Corrected r300PointSize based on dumping the blob.
Oliver McFadden [Wed, 30 May 2007 03:15:52 +0000 (03:15 +0000)]
r300: Corrected r300PointSize based on dumping the blob.

The OpenGL specification also verifies the default point size should be 1.0.

16 years agor300: Corrected r300LineWidth based on dumping the blob.
Oliver McFadden [Wed, 30 May 2007 03:11:49 +0000 (03:11 +0000)]
r300: Corrected r300LineWidth based on dumping the blob.

The OpenGL specification also verifies the default line width should be 1.0.

16 years agor300: Removed goto statement in r300SetupRSUnit.
Oliver McFadden [Tue, 29 May 2007 05:07:33 +0000 (05:07 +0000)]
r300: Removed goto statement in r300SetupRSUnit.

16 years agor300: Cleaned up r300SetupRSUnit.
Oliver McFadden [Tue, 29 May 2007 05:02:03 +0000 (05:02 +0000)]
r300: Cleaned up r300SetupRSUnit.

16 years agor300: Cleaned up the state atom checking functions.
Oliver McFadden [Tue, 29 May 2007 02:58:10 +0000 (02:58 +0000)]
r300: Cleaned up the state atom checking functions.

16 years agor300: Cleaned up the state atom debugging code.
Oliver McFadden [Tue, 29 May 2007 01:18:33 +0000 (01:18 +0000)]
r300: Cleaned up the state atom debugging code.

16 years agor300: Use compile-time endian detection in r300_state.c as well as r300_texstate.c.
Oliver McFadden [Mon, 28 May 2007 01:34:26 +0000 (01:34 +0000)]
r300: Use compile-time endian detection in r300_state.c as well as r300_texstate.c.

Probably best to not mix-and-match compile-time and run-time detection...

16 years agor300: Document registers 0x2220 to 0x2230.
Oliver McFadden [Mon, 28 May 2007 01:11:54 +0000 (01:11 +0000)]
r300: Document registers 0x2220 to 0x2230.

These registers are per-pixel and per-vertex X and Y clipping planes.

16 years agor300: Only support size 4 ELTs; this is what Mesa provides.
Oliver McFadden [Mon, 28 May 2007 00:23:47 +0000 (00:23 +0000)]
r300: Only support size 4 ELTs; this is what Mesa provides.

16 years agor300: Use the CP_PACKET3 macro for Type 3 packets.
Oliver McFadden [Mon, 28 May 2007 00:16:50 +0000 (00:16 +0000)]
r300: Use the CP_PACKET3 macro for Type 3 packets.

I haven't converted all of the Type 3 packets to the CP_PACKET3 macro yet
because some of the Type 3 packet defines are missing from the R300 register
definition file.

These defines need to be copied from DRM and Mesa into the R300 register
definition file then copied into both DRM and Mesa.

16 years agor300: Removed the (completely broken since new VBO branch) OPTIMIZE_ELTS path.
Oliver McFadden [Sun, 27 May 2007 23:35:12 +0000 (23:35 +0000)]
r300: Removed the (completely broken since new VBO branch) OPTIMIZE_ELTS path.

The VTXFMT code was broken by the new VBO branch and the OPTIMIZE_ELTS path
relied on the VTXFMT code...

I'm not even sure if the OPTIMIZE_ELTS path ever worked; the testing that I did
after minimizing the code duplication would have taken the same path as the
non-OPTIMIZE_ELTS code.

16 years agor300: Cleaned up the AOS code in r300_render.c.
Oliver McFadden [Sun, 27 May 2007 23:19:30 +0000 (23:19 +0000)]
r300: Cleaned up the AOS code in r300_render.c.

16 years agor300: Added a comment in r300VAPInputCntl0.
Oliver McFadden [Sun, 27 May 2007 21:45:19 +0000 (21:45 +0000)]
r300: Added a comment in r300VAPInputCntl0.

16 years agor300: Cleaned up r300DestroyTexObj.
Oliver McFadden [Sun, 27 May 2007 20:23:52 +0000 (20:23 +0000)]
r300: Cleaned up r300DestroyTexObj.

16 years agor300: R300_SE_VTE_CNTL applies to both non-TCL and TCL hardware.
Oliver McFadden [Sun, 27 May 2007 15:25:50 +0000 (15:25 +0000)]
r300: R300_SE_VTE_CNTL applies to both non-TCL and TCL hardware.

See r300ResetHwState.