mesa.git
17 years agoFix bug #4681.
Ian Romanick [Wed, 11 Oct 2006 22:37:14 +0000 (22:37 +0000)]
Fix bug #4681.

glDeleteTextures and glDeleteTexturesEXT were erroneously listed as
aliases of each other.  For anything /except/ GLX protocol they are
aliases.  This set of changes allows functions that are functionally
identical but have different GLX protocol to be listed as aliases.

When building with GLX_INDIRECT_RENDERING set, different static
functions are used.  These functions determine whether the current
context is direct rendering or not.  If the context is direct
rendering, the aliased function (e.g., glDeleteTextures in the case of
glDeleteTexturesEXT) is called.  If the context is not direct
rendering, the correct GLX protocol is sent.

For a deeper explanation of what is changed, please see:
http://dri.freedesktop.org/wiki/PartiallyAliasedFunctions

17 years agouse GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functions
Brian Paul [Wed, 11 Oct 2006 22:21:55 +0000 (22:21 +0000)]
use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functions

17 years agorewrite/simplify the fast_draw_pixels() function
Brian Paul [Wed, 11 Oct 2006 22:07:01 +0000 (22:07 +0000)]
rewrite/simplify the fast_draw_pixels() function

17 years agouse _mesa_convert_colors(), update some assertions
Brian Paul [Wed, 11 Oct 2006 22:03:34 +0000 (22:03 +0000)]
use _mesa_convert_colors(), update some assertions

17 years agoAdded _mesa_convert_colors().
Brian Paul [Wed, 11 Oct 2006 22:02:36 +0000 (22:02 +0000)]
Added _mesa_convert_colors().
_mesa_clip_drawpixels() now handles Pixel.ZoomY==-1.

17 years agosupport for runtime renderbuffer depths
Brian Paul [Wed, 11 Oct 2006 20:14:08 +0000 (20:14 +0000)]
support for runtime renderbuffer depths

17 years agoIn xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,
Brian Paul [Wed, 11 Oct 2006 17:45:06 +0000 (17:45 +0000)]
In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,
not a user-created FBO.

17 years agoadded shaderobjects_3dlabs.c
Brian Paul [Wed, 11 Oct 2006 16:34:23 +0000 (16:34 +0000)]
added shaderobjects_3dlabs.c

17 years agoremove 3dlabs.c
Brian Paul [Wed, 11 Oct 2006 16:26:09 +0000 (16:26 +0000)]
remove 3dlabs.c

17 years agosources for X.org xserver build
Brian Paul [Wed, 11 Oct 2006 16:05:59 +0000 (16:05 +0000)]
sources for X.org xserver build

17 years agoList of source (.c) files in each directory.
Brian Paul [Wed, 11 Oct 2006 15:52:00 +0000 (15:52 +0000)]
List of source (.c) files in each directory.
To be included by X.org Makefile.am files so that lists of files don't need
to be hardcoded and frequently updated there.

17 years agoa step toward moving run-time vertex program state out of GLcontext
Brian Paul [Tue, 10 Oct 2006 22:45:50 +0000 (22:45 +0000)]
a step toward moving run-time vertex program state out of GLcontext

17 years agofixed NV_position_invariant
Brian Paul [Tue, 10 Oct 2006 21:44:55 +0000 (21:44 +0000)]
fixed NV_position_invariant

17 years agoMove the fp_machine struct into s_nvfragmprog.c since (except for program
Brian Paul [Tue, 10 Oct 2006 21:43:31 +0000 (21:43 +0000)]
Move the fp_machine struct into s_nvfragmprog.c since (except for program
debug) it's only used there.

17 years agos/GLuint/GLbitfield/
Brian Paul [Tue, 10 Oct 2006 21:25:27 +0000 (21:25 +0000)]
s/GLuint/GLbitfield/

17 years agoIf program is position invariant, set VERT_BIT_POS in InputsRead field.
Brian Paul [Tue, 10 Oct 2006 21:23:23 +0000 (21:23 +0000)]
If program is position invariant, set VERT_BIT_POS in InputsRead field.
Fixes broken "OPTION NV_position_invariant".

17 years agoUse the mesa-provided texenv program rather than rolling our own.
Keith Whitwell [Tue, 10 Oct 2006 08:58:43 +0000 (08:58 +0000)]
Use the mesa-provided texenv program rather than rolling our own.
Turn on texture crossbar support.

17 years agoAdded dispatch.html.
Ian Romanick [Mon, 9 Oct 2006 18:26:03 +0000 (18:26 +0000)]
Added dispatch.html.

This new file documents Mesa's implementation of GL function dispatch.  It's
not quite complete, but I think there's enough there to make it useful.

17 years agoreturn void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()
Brian Paul [Mon, 9 Oct 2006 16:09:30 +0000 (16:09 +0000)]
return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()

17 years agoUpdates for XCB. Bug 8560.
Ian Romanick [Mon, 9 Oct 2006 15:25:03 +0000 (15:25 +0000)]
Updates for XCB.  Bug 8560.

17 years agoadded a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)
Brian Paul [Mon, 9 Oct 2006 14:57:50 +0000 (14:57 +0000)]
added a SyncHandle() call, remove UnlockDisplay() call.  (bug 8521)

17 years agoUpdates for XCB. Bug 8560.
Brian Paul [Mon, 9 Oct 2006 14:55:46 +0000 (14:55 +0000)]
Updates for XCB.  Bug 8560.

17 years agoMajor clean up of MakeContextCurrent
Ian Romanick [Sat, 7 Oct 2006 02:52:18 +0000 (02:52 +0000)]
Major clean up of MakeContextCurrent

Rearrange most of the internals of MakeContextCurrent. Put all of the code to
bind the new context up front. If that is successful, unbind the old context.
This saves a lot of code and removes some locking crazyiness.

This patch has been tested for indirect rendering with glxinfo, glxgears,
manywin, and wincopy.

17 years agodo not import arrays for generic arb attribs if the array is not enabled (same as...
Roland Scheidegger [Sat, 7 Oct 2006 01:04:49 +0000 (01:04 +0000)]
do not import arrays for generic arb attribs if the array is not enabled (same as for generic attribs for nv vp is already done). Since the requested stride is 16, otherwise the code would end up doing lots of unnecessary import work (in doom3, trans_4_GLfloat_4f_raw caused by that was by far the single most time-consuming function in the r200 driver, not importing the disabled arrays caused the cpu time spent in the driver to drop from 45% to 30%, though real-world gain was pretty minimal as it's not really cpu bound here in the first place).

17 years agorewrite clear_rgba_buffer_with_masking()
Brian Paul [Fri, 6 Oct 2006 03:52:01 +0000 (03:52 +0000)]
rewrite clear_rgba_buffer_with_masking()

17 years agodeal with union/aliasing in convert_color_type()
Brian Paul [Fri, 6 Oct 2006 03:49:46 +0000 (03:49 +0000)]
deal with union/aliasing in convert_color_type()

17 years agorewrite of read_fast_rgba_pixels()
Brian Paul [Fri, 6 Oct 2006 03:48:42 +0000 (03:48 +0000)]
rewrite of read_fast_rgba_pixels()

17 years agomissing file
Keith Whitwell [Thu, 5 Oct 2006 19:16:46 +0000 (19:16 +0000)]
missing file

17 years agoAccelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell [Thu, 5 Oct 2006 11:35:57 +0000 (11:35 +0000)]
Accelerate glBitmap with a color expand blit.  Nice speedup for demos
like 'fire' that display a help message or fps number this way.

17 years agoQuieten debug message.
Keith Whitwell [Thu, 5 Oct 2006 11:34:01 +0000 (11:34 +0000)]
Quieten debug message.

17 years agoeliminate rhw divide under some circumstances
Keith Whitwell [Thu, 5 Oct 2006 11:28:45 +0000 (11:28 +0000)]
eliminate rhw divide under some circumstances

17 years agoQuieten debug message.
Keith Whitwell [Thu, 5 Oct 2006 11:27:13 +0000 (11:27 +0000)]
Quieten debug message.

17 years agoChanges to generated code caused by the previous commits.
Ian Romanick [Wed, 4 Oct 2006 22:33:54 +0000 (22:33 +0000)]
Changes to generated code caused by the previous commits.

17 years agoFix the ordering of extensions.
Ian Romanick [Wed, 4 Oct 2006 21:59:51 +0000 (21:59 +0000)]
Fix the ordering of extensions.

17 years agoKeep indentation consistent with indent.
Ian Romanick [Wed, 4 Oct 2006 21:55:55 +0000 (21:55 +0000)]
Keep indentation consistent with indent.

Remove code in the Python scripts that keeps the indentation of the
generated code consistent for all cases.  Instead, pass the generated code
through the indent command.  Unix tools for the win!

17 years agoDivide categories into four groups as they are processed from the XML. Add
Ian Romanick [Wed, 4 Oct 2006 20:45:59 +0000 (20:45 +0000)]
Divide categories into four groups as they are processed from the XML.  Add
an iterator to iterate over the categories in order, starting with "core"
versions, then ARB extensions, then numbered non-ARB extensions, and finally
unnumbered extensions.

Use the new iterator in a couple places to ensure that output that is
grouped by catgory is generated in a consistent order.

More changes to the scripts are coming.  The generated files will be
committed one time after all the changes are in.  Too bad we're not using
GIT, or this would be easy. :(

17 years agoAdd utility method client_supported_for_indirect.
Ian Romanick [Wed, 4 Oct 2006 18:58:10 +0000 (18:58 +0000)]
Add utility method client_supported_for_indirect.

The new method client_supported_for_indirect is used to determine whether or
not the client-side library supports the function for indirect rendering.
The may or may not have associated protocol that needs to be generated
(e.g., glVertexPointer does not, but glVertex3fv does).

17 years agoin MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443
Brian Paul [Wed, 4 Oct 2006 16:22:24 +0000 (16:22 +0000)]
in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443

17 years agouse _swrast_span_default_color() in the disabled code too
Brian Paul [Wed, 4 Oct 2006 15:22:11 +0000 (15:22 +0000)]
use _swrast_span_default_color() in the disabled code too

17 years agocall _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comments
Brian Paul [Wed, 4 Oct 2006 15:21:23 +0000 (15:21 +0000)]
call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comments

17 years agominor formatting fix
Brian Paul [Wed, 4 Oct 2006 15:06:27 +0000 (15:06 +0000)]
minor formatting fix

17 years agoBugzilla 6242: [mach64] Use private DMA buffers (only)
Felix Kuehling [Mon, 2 Oct 2006 20:34:06 +0000 (20:34 +0000)]
Bugzilla 6242: [mach64] Use private DMA buffers (only)
https://bugs.freedesktop.org/show_bug.cgi?id=6242
Patch by George Sapountzis: https://bugs.freedesktop.org/attachment.cgi?id=6271

Update to new mach64 DRM 2.0.0 with private DMA buffers.
Handle EAGAIN in mach64FireBlitLocked: call drmCommandWrite up to
MACH64_TIMEOUT times when EAGAIN is returned.
Also handle EAGAIN in mach64FlushVerticesLocked.

17 years agoreturn null if no context
Brian Paul [Mon, 2 Oct 2006 15:20:23 +0000 (15:20 +0000)]
return null if no context

17 years agoNew SWspan and SWspanarrays typedefs.
Brian Paul [Sun, 1 Oct 2006 16:03:05 +0000 (16:03 +0000)]
New SWspan and SWspanarrays typedefs.

17 years agoi915: Fix wait for scheduled swap on secondary display.
Michel Dänzer [Fri, 29 Sep 2006 10:22:54 +0000 (10:22 +0000)]
i915: Fix wait for scheduled swap on secondary display.

17 years agoupdated protos for blend funcs
Brian Paul [Fri, 29 Sep 2006 02:15:23 +0000 (02:15 +0000)]
updated protos for blend funcs

17 years agomore changes for runtime renderbuffer depths
Brian Paul [Fri, 29 Sep 2006 02:12:07 +0000 (02:12 +0000)]
more changes for runtime renderbuffer depths

17 years agoinclude mipmap.h
Brian Paul [Fri, 29 Sep 2006 01:26:55 +0000 (01:26 +0000)]
include mipmap.h

17 years agoMove mipmap generation functions, texture scaling functions into new
Brian Paul [Fri, 29 Sep 2006 01:24:26 +0000 (01:24 +0000)]
Move mipmap generation functions, texture scaling functions into new
mipmap.c file.

17 years agoupdated info about name mangling
Brian Paul [Fri, 29 Sep 2006 01:22:53 +0000 (01:22 +0000)]
updated info about name mangling

17 years agoSynchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer [Thu, 28 Sep 2006 14:10:47 +0000 (14:10 +0000)]
Synchronize drawable to the pipe where the bigger part can be visible.

This requires the DDX driver to set the corresponding fields in the SAREA,
so check its minor version.

17 years agoAdd new I830 SAREA fields.
Michel Dänzer [Thu, 28 Sep 2006 14:10:07 +0000 (14:10 +0000)]
Add new I830 SAREA fields.

17 years agoAdd helper function that returns the current vblank sequence of a drawable.
Michel Dänzer [Thu, 28 Sep 2006 14:09:20 +0000 (14:09 +0000)]
Add helper function that returns the current vblank sequence of a drawable.

17 years agoAdd helper function to calculate the area of the intersection of two rectangles.
Michel Dänzer [Thu, 28 Sep 2006 14:08:38 +0000 (14:08 +0000)]
Add helper function to calculate the area of the intersection of two rectangles.

17 years agoi915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.
Michel Dänzer [Thu, 28 Sep 2006 14:07:56 +0000 (14:07 +0000)]
i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.

17 years agoi915: Attempt to schedule buffer swap on target vertical blank when possible.
Michel Dänzer [Thu, 28 Sep 2006 14:07:12 +0000 (14:07 +0000)]
i915: Attempt to schedule buffer swap on target vertical blank when possible.

This has some advantages over the traditional way of first waiting for the
target vertical blank and then emitting the buffer swap, e.g.

* glXSwapBuffers returns immediately, only the next time the driver needs the
  hardware lock will it block until the target vertical blank. This should
  allow applications that don't intermix rendering and other processing to
  start processing for the next frame right away.
* It's less likely to produce tearing.

17 years agoAdd driGetVBlankInterval() helper function.
Michel Dänzer [Thu, 28 Sep 2006 14:04:19 +0000 (14:04 +0000)]
Add driGetVBlankInterval() helper function.

This can be used by drivers to determine the current swap interval of a
drawable.

17 years agodriWaitForVBlank: Add support for secondary vertical blank.
Michel Dänzer [Thu, 28 Sep 2006 14:03:41 +0000 (14:03 +0000)]
driWaitForVBlank: Add support for secondary vertical blank.

17 years agoSome restructuring of the driWaitForVBlank() code.
Michel Dänzer [Thu, 28 Sep 2006 14:03:02 +0000 (14:03 +0000)]
Some restructuring of the driWaitForVBlank() code.

Also some minor fixes for detecting when the deadline is met or missed, in
particular wrt wraparounds of the sequence number.

17 years agoMake driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer [Thu, 28 Sep 2006 14:02:05 +0000 (14:02 +0000)]
Make driDrawableInitVBlank() initialize the sequence number.

This prevents the first wait for vertical blank from timing out when the X
server has been running for a long time.

17 years agoremove obsolete comment
Brian Paul [Wed, 27 Sep 2006 14:00:37 +0000 (14:00 +0000)]
remove obsolete comment

17 years agoUpdate to use the new XCB naming convention.
Jeremy Kolb [Tue, 26 Sep 2006 23:56:20 +0000 (23:56 +0000)]
Update to use the new XCB naming convention.

17 years agoAdded function convertStringForXCB. Deals with the recent XCB naming convention...
Jeremy Kolb [Tue, 26 Sep 2006 23:47:04 +0000 (23:47 +0000)]
Added function convertStringForXCB.  Deals with the recent XCB naming convention switch.
Updated the generated code to use the new XCB naming scheme.

17 years agoUpdate linux-dr-xcb config file to use LIBDRM_CFLAGS
Jeremy Kolb [Tue, 26 Sep 2006 23:45:28 +0000 (23:45 +0000)]
Update linux-dr-xcb config file to use LIBDRM_CFLAGS

17 years agoRemove r200 dependency
Jerome Glisse [Tue, 26 Sep 2006 17:35:41 +0000 (17:35 +0000)]
Remove r200 dependency

Remove r200 dependency from the code as r200 merged
driver never worked (right ?) and we want to clean
the code.

17 years agoRemove r200 dependency.
Jerome Glisse [Tue, 26 Sep 2006 17:28:40 +0000 (17:28 +0000)]
Remove r200 dependency.

Remove r200*.h files dependency.

17 years agoPrepend #extension 'MESA_shader_debug: require' to each shader.
Michal Krol [Tue, 26 Sep 2006 16:06:35 +0000 (16:06 +0000)]
Prepend #extension 'MESA_shader_debug: require' to each shader.

17 years agoAdd GLSL preprocessor.
Michal Krol [Tue, 26 Sep 2006 16:01:11 +0000 (16:01 +0000)]
Add GLSL preprocessor.

17 years agoFix Windows newlines.
Michal Krol [Tue, 26 Sep 2006 12:10:33 +0000 (12:10 +0000)]
Fix Windows newlines.

17 years agoAdd syntax files for expression and directive preprocessor.
Michal Krol [Tue, 26 Sep 2006 11:43:30 +0000 (11:43 +0000)]
Add syntax files for expression and directive preprocessor.
Fix syntax errors in builtin library 1.2 sources.
All derivative files (*_gc.h and *_syn.h) are generated by Makefile.

17 years agoInitial work for supporting different renderbuffer color depths at runtime.
Brian Paul [Mon, 25 Sep 2006 23:57:39 +0000 (23:57 +0000)]
Initial work for supporting different renderbuffer color depths at runtime.

17 years agoFix and re-enable swizzling paths for big endian platforms.
Michel Dänzer [Mon, 25 Sep 2006 16:34:40 +0000 (16:34 +0000)]
Fix and re-enable swizzling paths for big endian platforms.

17 years agobring in active_sz mechanism from i965 driver. Fixes bug 8410
Keith Whitwell [Mon, 25 Sep 2006 09:14:26 +0000 (09:14 +0000)]
bring in active_sz mechanism from i965 driver.  Fixes bug 8410

17 years agoFixup one place where attrsz was being used instead of active_sz
Keith Whitwell [Mon, 25 Sep 2006 09:12:25 +0000 (09:12 +0000)]
Fixup one place where attrsz was being used instead of active_sz

17 years agoChange logicop, blend, masking functions to use the colors/indexes in the
Brian Paul [Sun, 24 Sep 2006 19:59:30 +0000 (19:59 +0000)]
Change logicop, blend, masking functions to use the colors/indexes in the
sw_span object, rather than an explicit parameter.

17 years agoRoll the multi_write_rgba_span() code into _swrast_write_rgba_span().
Brian Paul [Sun, 24 Sep 2006 19:46:42 +0000 (19:46 +0000)]
Roll the multi_write_rgba_span() code into _swrast_write_rgba_span().

17 years agouse span.array->rgba instead of local var in accum_return()
Brian Paul [Sun, 24 Sep 2006 16:34:56 +0000 (16:34 +0000)]
use span.array->rgba instead of local var in accum_return()

17 years agouse span.arrays for color/indexes instead of a local var when doing masked clears
Brian Paul [Sun, 24 Sep 2006 16:31:23 +0000 (16:31 +0000)]
use span.arrays for color/indexes instead of a local var when doing masked clears

17 years agocorrected cursor drawing
Sean D'Epagnier [Sun, 24 Sep 2006 10:57:26 +0000 (10:57 +0000)]
corrected cursor drawing
added handling of SIGWINCH
fixed input of recieving SIGIO while handling SIGIO
corrected input code for return
uncommented normal calculation to models

17 years agoallocate larger TempImage, use COMBO var to choose test format/type
Brian Paul [Sat, 23 Sep 2006 16:09:26 +0000 (16:09 +0000)]
allocate larger TempImage, use COMBO var to choose test format/type

17 years agofix the broken fallback string/debug stuff
Brian Paul [Fri, 22 Sep 2006 19:28:36 +0000 (19:28 +0000)]
fix the broken fallback string/debug stuff

17 years agoremove extra indentation
Brian Paul [Fri, 22 Sep 2006 19:09:50 +0000 (19:09 +0000)]
remove extra indentation

17 years agoGet rid of _swrast_mask_rgba_array() and _swrast_mask_index_array().
Brian Paul [Fri, 22 Sep 2006 17:44:39 +0000 (17:44 +0000)]
Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array().

17 years agofix up access to vertex attrib components which don't really exist but are defined...
Roland Scheidegger [Fri, 22 Sep 2006 15:48:50 +0000 (15:48 +0000)]
fix up access to vertex attrib components which don't really exist but are defined to some default value by the spec (fogcoord yzw, normal w, secondary color w), by replacing those components with zero/one respectively using swizzling.

17 years agoExplicit test for +ve pitches in intelEmitCopyBlit()
Keith Whitwell [Fri, 22 Sep 2006 14:43:09 +0000 (14:43 +0000)]
Explicit test for +ve pitches in intelEmitCopyBlit()

17 years agodon't skip user clip plane clipping when the current vertex program is position invar...
Roland Scheidegger [Fri, 22 Sep 2006 13:34:24 +0000 (13:34 +0000)]
don't skip user clip plane clipping when the current vertex program is position invariant.

17 years agoUse _Enabled rather than _Active when checking for fragment shaders
Keith Whitwell [Fri, 22 Sep 2006 11:45:21 +0000 (11:45 +0000)]
Use _Enabled rather than _Active when checking for fragment shaders

17 years agoFlush driver, not just tnl module.
Keith Whitwell [Fri, 22 Sep 2006 11:40:35 +0000 (11:40 +0000)]
Flush driver, not just tnl module.

17 years agoresize buffers in MakeCurrent
Keith Whitwell [Fri, 22 Sep 2006 11:36:30 +0000 (11:36 +0000)]
resize buffers in MakeCurrent

17 years agoRemove unused variable.
Keith Whitwell [Fri, 22 Sep 2006 11:33:46 +0000 (11:33 +0000)]
Remove unused variable.

17 years ago Correcting directory name in OpenVMS-Makefile
Jouk Jansen [Fri, 22 Sep 2006 11:09:07 +0000 (11:09 +0000)]
Correcting directory name in OpenVMS-Makefile

17 years agoremove rgb[] array from span_arrays_struct - was only used in a few places
Brian Paul [Thu, 21 Sep 2006 23:19:40 +0000 (23:19 +0000)]
remove rgb[] array from span_arrays_struct - was only used in a few places

17 years agonew comments, indentation fixes
Brian Paul [Thu, 21 Sep 2006 23:04:29 +0000 (23:04 +0000)]
new comments, indentation fixes

17 years agobump version to 6.5.2
Brian Paul [Thu, 21 Sep 2006 23:02:21 +0000 (23:02 +0000)]
bump version to 6.5.2

17 years agomove a conditional into an assertion
Brian Paul [Thu, 21 Sep 2006 22:59:50 +0000 (22:59 +0000)]
move a conditional into an assertion

17 years agoupdated doxygen info
Brian Paul [Thu, 21 Sep 2006 22:54:53 +0000 (22:54 +0000)]
updated doxygen info

17 years agoupdated extension info
Brian Paul [Thu, 21 Sep 2006 22:53:15 +0000 (22:53 +0000)]
updated extension info

17 years agoRe-org of per-release info.
Brian Paul [Thu, 21 Sep 2006 22:51:16 +0000 (22:51 +0000)]
Re-org of per-release info.
From now on, put all release-specific info into the release-X.Y.Z.html file
rather than scattered between a relnotes file, versions.html and news.html.

17 years agoreplace assert(0) with error report, improved comments, etc
Brian Paul [Thu, 21 Sep 2006 22:43:51 +0000 (22:43 +0000)]
replace assert(0) with error report, improved comments, etc

17 years agoFix incorrect byteswap_mapping(). Disable swizzle path on bigEndian
Keith Whitwell [Thu, 21 Sep 2006 18:31:36 +0000 (18:31 +0000)]
Fix incorrect byteswap_mapping().  Disable swizzle path on bigEndian
until someone can figure out whats wrong there.