Ian Romanick [Sat, 23 Oct 2004 00:42:17 +0000 (00:42 +0000)]
Big-endian fixes for R200 sw TCL path.
Michal Krol [Fri, 22 Oct 2004 12:42:37 +0000 (12:42 +0000)]
- add decimal literal integer support
- fix bug with c-style comment closing - sequences
like /***/ were not correctly parsed
Michal Krol [Thu, 21 Oct 2004 14:11:06 +0000 (14:11 +0000)]
forgot about revision increment
Michal Krol [Thu, 21 Oct 2004 14:09:54 +0000 (14:09 +0000)]
- use new program option values from arbprogram.syn
- remove redundant check of parsed program target
- remove redundant check of relative addressing range
- use faster grammar interface
Michal Krol [Thu, 21 Oct 2004 14:06:18 +0000 (14:06 +0000)]
remove redundant check of parsed program target
Michal Krol [Thu, 21 Oct 2004 13:57:24 +0000 (13:57 +0000)]
change program options numbering to accommodate future
options (up to 256)
Michal Krol [Wed, 20 Oct 2004 15:19:58 +0000 (15:19 +0000)]
add new grammar_check_fast entry for faster parsing
Michal Krol [Wed, 20 Oct 2004 14:54:17 +0000 (14:54 +0000)]
- speed up syntax parsing - the parser is now 4 times faster
note: to use it you must use grammar_check_fast entry
- allow decimal format for literal integers in .syn files
- raise am error if syntax has duplicate or unreferenced
symbols
- do some little clean-up with linked-list stuff
- make macro APPEND_CHARACTER a function
- fix minor typos and bugs
Daniel Borca [Wed, 20 Oct 2004 11:59:28 +0000 (11:59 +0000)]
fixed compilation errors
Daniel Borca [Tue, 19 Oct 2004 06:35:01 +0000 (06:35 +0000)]
fix compilation error in `convertPalette' (still have to fix the issue, though)
Ian Romanick [Mon, 18 Oct 2004 23:24:51 +0000 (23:24 +0000)]
Small optimization for big-endian (e.g., PowerPC) systems.
Michal Krol [Mon, 18 Oct 2004 12:18:33 +0000 (12:18 +0000)]
conform to shader spec 1.10.59
Michal Krol [Mon, 18 Oct 2004 09:49:25 +0000 (09:49 +0000)]
conform to language version 1.10 rev 59
resolve TODOs
Daniel Borca [Mon, 18 Oct 2004 08:17:17 +0000 (08:17 +0000)]
print an error message in convertPalette before dying.
this is NOT a fix, but it'll have to wait a little...
Daniel Borca [Mon, 18 Oct 2004 08:07:26 +0000 (08:07 +0000)]
small fix to match new _mesa_rescale_teximage2d
Daniel Borca [Mon, 18 Oct 2004 08:04:21 +0000 (08:04 +0000)]
changed _mesa_rescale_teximage2d to allow rescaling of padded images
Daniel Borca [Mon, 18 Oct 2004 07:54:09 +0000 (07:54 +0000)]
added dstRowStride to dxtCompressTexFuncExt;
good for subimages, padded images and such.
NB: intentionally, this is the last parameter, to avoid
breaking the current API! adding a new parameter
is not harmful, at worst it will be ignored, since all
platforms use a CDECL calling convention.
Daniel Borca [Mon, 18 Oct 2004 07:49:26 +0000 (07:49 +0000)]
use RowStride instead of Width in texel fetchers.
changed some pointers to be (char *) instead of (long)
Ian Romanick [Mon, 18 Oct 2004 00:00:41 +0000 (00:00 +0000)]
Fix compile errors when DEBUG is defined.
Ian Romanick [Sun, 17 Oct 2004 21:54:41 +0000 (21:54 +0000)]
Fix t_vertex byte-ordering issues for PowerPC. This was tested with gears
and tunnel (for fog).
Ian Romanick [Sun, 17 Oct 2004 21:53:43 +0000 (21:53 +0000)]
Add ARGB modes to support big-endian systems.
Ian Romanick [Sun, 17 Oct 2004 21:29:58 +0000 (21:29 +0000)]
Fix hangs on big-endian (e.g., PowerPC) hardware.
Nicolai Haehnle [Sun, 17 Oct 2004 20:26:06 +0000 (20:26 +0000)]
- FIX: flickering
- Scissor support works now
Brian Paul [Sat, 16 Oct 2004 15:10:45 +0000 (15:10 +0000)]
added initial support for -exports option, Linux/OpenBSD only for now
Brian Paul [Sat, 16 Oct 2004 15:04:43 +0000 (15:04 +0000)]
GL_OES_read_format info
Brian Paul [Sat, 16 Oct 2004 15:02:16 +0000 (15:02 +0000)]
if CXX or CC env vars aren't set, use g++, gcc by default (Linux)
Ville Syrjala [Sat, 16 Oct 2004 11:26:06 +0000 (11:26 +0000)]
Removed two unnecessary variables.
Ville Syrjala [Sat, 16 Oct 2004 11:09:26 +0000 (11:09 +0000)]
Fixed off by one errors in clipping.
Eric Anholt [Sat, 16 Oct 2004 03:36:14 +0000 (03:36 +0000)]
Add code to support projective texturing and fix mixed enabling of texture
coordinate generation. Original code by Roland Schiedegger, with changes by
myself. While here, ensure that the swtcl path does tnl_install_attrs enough
when fog/specular are being (en/dis)abled.
Notable effects:
- projtex test works with TCL and is closer with swtcl (Bugzilla #1461)
- 8/9 squares work in texgenmix instead of 3.
- texcyl "reflect" mode works (GL_SPHERE_MAP is now a fallback -- unclear if the
hardware can actually support it).
- flickering in doom3 replaced by just plain darkness.
- blocktube fixed (Bugzilla #984)
- fixes stex3d
Eric Anholt [Sat, 16 Oct 2004 01:58:02 +0000 (01:58 +0000)]
Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears that
the current cases for turning it on were insufficient (Bugzilla #1519, 729, 814)
and it has no significant performance impact. Performance tested with quake3
in GL_LINEAR mode both with and without anisotropy, with the workaround always
on or always off.
Ian Romanick [Sat, 16 Oct 2004 01:16:54 +0000 (01:16 +0000)]
Add support for OES_read_format. As soon as glext.h is updated with the
enums for this extension, the changes to gl.h can be removed.
Brian Paul [Sat, 16 Oct 2004 00:29:03 +0000 (00:29 +0000)]
fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)
Ian Romanick [Sat, 16 Oct 2004 00:03:27 +0000 (00:03 +0000)]
Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format
matches what they optimized versions actually expect.
Ian Romanick [Fri, 15 Oct 2004 23:46:53 +0000 (23:46 +0000)]
Fixed a few places that should have been using GET_SRC_PTR.
Ian Romanick [Fri, 15 Oct 2004 23:00:52 +0000 (23:00 +0000)]
Convert MGA driver to use new spantmp2.h interface.
Nicolai Haehnle [Fri, 15 Oct 2004 20:52:47 +0000 (20:52 +0000)]
Huge dumb drop. State:
- Color buffer clear is accelerated, but flickers (possibly caused by a
recent DDX or Mesa change or bad merge)
- Everything else uses software fallback rendering
- There should be no clipping-related artifacts with the
sw-clipspan-fixes.patch against Mesa (posted on dri-devel)
- Multiple clients should be rock solid with a DDX patch that is soon to
come (soon = within the next hour or so)
Ian Romanick [Thu, 14 Oct 2004 00:59:12 +0000 (00:59 +0000)]
Add support for optimized versions of the code underlying ReadPixels
(and DrawPixels). The R200, R128, and Unichrome drivers get support
in this commit. Other drivers would be easy enough to add for people
that have the cards.
The DRI (CVS) build will need to be updated to account for the new
source files.
Keith Whitwell [Wed, 13 Oct 2004 23:16:02 +0000 (23:16 +0000)]
Add a license to this file. It was written on VA's watch, so they get
the honours.
Ian Romanick [Wed, 13 Oct 2004 22:38:31 +0000 (22:38 +0000)]
Added some documentation that I managed to figure out through
experimentation.
Ian Romanick [Wed, 13 Oct 2004 22:36:26 +0000 (22:36 +0000)]
Make the GL_RENDERER string include the actual chipset information
instead of always saying "CLE266".
Ian Romanick [Wed, 13 Oct 2004 19:56:15 +0000 (19:56 +0000)]
Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
drivers built on PowerPC systems should now show things like "PowerPC" or
"PowerPC/Altivec" in the GL_RENDERER string.
The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I
chose this not because I work for IBM but because it's a LOT shorter to
type. :)
Ian Romanick [Wed, 13 Oct 2004 19:23:26 +0000 (19:23 +0000)]
Refactor the code in driGetRendererString a bit to make it easier to
add support for features of non-x86 CPU types.
Brian Paul [Wed, 13 Oct 2004 17:29:46 +0000 (17:29 +0000)]
updated fsv URL
Ian Romanick [Wed, 13 Oct 2004 17:29:33 +0000 (17:29 +0000)]
Eliminate the funky SSE exception test from DRI builds. It's not need
(see the comment in the code), and it's just annoying.
Brian Paul [Wed, 13 Oct 2004 15:57:55 +0000 (15:57 +0000)]
initial 6.3 changes
Brian Paul [Wed, 13 Oct 2004 15:54:48 +0000 (15:54 +0000)]
Fix minor fog / fragment program state bug.
Don't add diffuse and specular colors when using fragment program.
Adam Jackson [Wed, 13 Oct 2004 14:33:49 +0000 (14:33 +0000)]
Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)
Philippe Houdoin [Wed, 13 Oct 2004 01:23:32 +0000 (01:23 +0000)]
Let's build again after the support for GL_ARB_draw_buffers was added.
Philippe Houdoin [Wed, 13 Oct 2004 01:17:52 +0000 (01:17 +0000)]
Fix a potential memory leak.
Philippe Houdoin [Wed, 13 Oct 2004 00:35:55 +0000 (00:35 +0000)]
Forgot a contributor.
Update build requirements since we can build with BeOS vanilla gcc *and*
more recent gcc 2.95.3 versions (recommended for best performance).
Philippe Houdoin [Wed, 13 Oct 2004 00:29:21 +0000 (00:29 +0000)]
Implement BGLView::CopyPixelsIn/Out().
BGLView::ErrorCallback() is now actually called on error!
Plus usual minor changes.
Daniel Borca [Tue, 12 Oct 2004 07:33:03 +0000 (07:33 +0000)]
support for external libraries
Daniel Borca [Tue, 12 Oct 2004 07:32:11 +0000 (07:32 +0000)]
SWTC trick (disabled for now)
Daniel Borca [Tue, 12 Oct 2004 07:31:26 +0000 (07:31 +0000)]
SWTC trick, enabled new extensions
Daniel Borca [Tue, 12 Oct 2004 06:44:34 +0000 (06:44 +0000)]
SWTC trick
Daniel Borca [Tue, 12 Oct 2004 06:43:57 +0000 (06:43 +0000)]
bump version numbers to their real values
Daniel Borca [Tue, 12 Oct 2004 06:43:00 +0000 (06:43 +0000)]
doc update
Daniel Borca [Tue, 12 Oct 2004 06:42:02 +0000 (06:42 +0000)]
avoid the patch if Mesa_DXTn flag is set
Daniel Borca [Tue, 12 Oct 2004 06:41:20 +0000 (06:41 +0000)]
add more mess to the dynamic linking system
Daniel Borca [Tue, 12 Oct 2004 06:37:18 +0000 (06:37 +0000)]
add newline to end of file
Felix Kuehling [Mon, 11 Oct 2004 22:26:40 +0000 (22:26 +0000)]
Fix strange white space that gcc didn't like.
Michal Krol [Mon, 11 Oct 2004 15:06:02 +0000 (15:06 +0000)]
Prefix operator and constructor keywords with two consequtive underscores
( __ ). This will be more compatible with glslang spec.
Michal Krol [Mon, 11 Oct 2004 08:13:25 +0000 (08:13 +0000)]
Enable draw_buffers only if GL_ARB_draw_buffers string is
present in GL_EXTENSIONS string.
Parse OPTION ARB_draw_buffers.
Eric Anholt [Sat, 9 Oct 2004 23:29:07 +0000 (23:29 +0000)]
This statechange is vtx state, not tcl.
Eric Anholt [Fri, 8 Oct 2004 23:24:04 +0000 (23:24 +0000)]
Use the right FALLBACK macro for projtex so that projective textures actually
cause a fallback, and simplify the tmu handling a little.
Eric Anholt [Fri, 8 Oct 2004 23:03:38 +0000 (23:03 +0000)]
Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default
so that we can use the env var to get output. Add a no_rast driconf option to
force software fallbacks.
Eric Anholt [Fri, 8 Oct 2004 22:21:09 +0000 (22:21 +0000)]
Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't
be used in that case, and it wanting WRITE_DEPTH was making r128 die on
the undefined symbol.
Eric Anholt [Fri, 8 Oct 2004 21:37:08 +0000 (21:37 +0000)]
Add support for NV_blend_square, and print errors if an unsupported blend
function is used.
Ian Romanick [Fri, 8 Oct 2004 01:15:52 +0000 (01:15 +0000)]
Massively cleaned up the code that calculates front/back/depth buffer
pitch and size. Cut out a bunch of dead code.
This fixes bugzilla #1555.
Ian Romanick [Fri, 8 Oct 2004 01:03:10 +0000 (01:03 +0000)]
Reject unsupported texture formats passed to glCompressedTexImage?D. This
fixes Mesa bug #1028405.
Ian Romanick [Fri, 8 Oct 2004 00:56:08 +0000 (00:56 +0000)]
Add simple test program for Mesa bug #1028405.
Alex Deucher [Fri, 8 Oct 2004 00:31:51 +0000 (00:31 +0000)]
Apply Eric's stencil wrap patch (Eric Anholt)
Eric Anholt [Thu, 7 Oct 2004 23:30:29 +0000 (23:30 +0000)]
Add Roland Scheidegger's S3TC patch. This patch does not implement the
(patented) S3TC/DXTC algorithms, but adds an option to dlopen a library module
providing functions to do so. Because it uses dlopen, it is only enabled if
USE_EXTERNAL_DXTN_LIB=1 is defined (which is only in linux-dri config, so far).
It adds support for S3TC to several DRI drivers, and adds a DRI config option to
force enabling S3TC even if the software compression/decompression is
unavailable. This may allow people to use apps that require S3TC even though
they don't have a license to implement the patented material themselves, if
those apps use precompressed textures.
Ideally we would get permission from the current holder of the patents to
implement the algorithm in Mesa, at which point the dlopen mess could go away.
Until then, this allows some to run applications they couldn't otherwise, and
hopefully will provide us with more push to get the final step of getting that
permission done.
Ian Romanick [Thu, 7 Oct 2004 16:39:20 +0000 (16:39 +0000)]
Prevent Y-offset from exceeding valid range in texture upload code. This
fixes bugzilla #960.
Felix Kuehling [Thu, 7 Oct 2004 10:07:35 +0000 (10:07 +0000)]
Fix emitting fog without secondary color and vice-versa.
Karl Schultz [Wed, 6 Oct 2004 21:45:48 +0000 (21:45 +0000)]
*** empty log message ***
Brian Paul [Wed, 6 Oct 2004 15:56:38 +0000 (15:56 +0000)]
more GL_ARB_draw_buffers updates from Michale Krol
Brian Paul [Wed, 6 Oct 2004 15:52:43 +0000 (15:52 +0000)]
fix GetVertexAttrib problem
Ian Romanick [Wed, 6 Oct 2004 02:02:53 +0000 (02:02 +0000)]
Convert tdfxDDInitExtensions to use driInitExtensions.
Daniel Borca [Tue, 5 Oct 2004 08:43:22 +0000 (08:43 +0000)]
put Rush in the list of supported HW
Daniel Borca [Tue, 5 Oct 2004 08:42:10 +0000 (08:42 +0000)]
stencil wrap works, either HW or SW (Ian Romanick)
Daniel Borca [Tue, 5 Oct 2004 08:39:32 +0000 (08:39 +0000)]
enable 2_0 extensions
Ian Romanick [Mon, 4 Oct 2004 22:58:39 +0000 (22:58 +0000)]
Use the driFillInModes utility function.
Ian Romanick [Mon, 4 Oct 2004 22:23:29 +0000 (22:23 +0000)]
Also export fbconfigs with 0/0 depth/stencil modes. This fixes "driver
claims not to support visual 0xXX" warnings in X.org 6.8.1.
Ian Romanick [Mon, 4 Oct 2004 17:17:49 +0000 (17:17 +0000)]
Add some Savage3D stencil documentation based on discussions during the
20-Sep-2004 #dri-devel meeting.
Brian Paul [Mon, 4 Oct 2004 14:47:48 +0000 (14:47 +0000)]
make clean should remove depend.bak too (Sérgio Moneiro Basto)
Brian Paul [Mon, 4 Oct 2004 14:40:05 +0000 (14:40 +0000)]
ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)
Ian Romanick [Mon, 4 Oct 2004 03:19:01 +0000 (03:19 +0000)]
Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.
This fixes bugzilla #1511.
Ian Romanick [Mon, 4 Oct 2004 02:54:49 +0000 (02:54 +0000)]
The alpha post-scale and the RGB post-scale were mistakenly reversed.
Eric Anholt [Sun, 3 Oct 2004 18:09:57 +0000 (18:09 +0000)]
Remove empty r128_vb.h.
Brian Paul [Sat, 2 Oct 2004 22:48:59 +0000 (22:48 +0000)]
put glapi_x86.S into the x86/ directory
Brian Paul [Sat, 2 Oct 2004 22:47:48 +0000 (22:47 +0000)]
remove unused413 stuff, glDrawBuffersARB uses that slot now
Brian Paul [Sat, 2 Oct 2004 22:43:44 +0000 (22:43 +0000)]
GL_ARB_draw_buffers
Brian Paul [Sat, 2 Oct 2004 22:38:43 +0000 (22:38 +0000)]
fix _DrawDestMask[0][0] typos
Brian Paul [Sat, 2 Oct 2004 16:39:09 +0000 (16:39 +0000)]
added support for GL_ARB_draw_buffers
Brian Paul [Sat, 2 Oct 2004 15:56:50 +0000 (15:56 +0000)]
fix indentation
Brian Paul [Sat, 2 Oct 2004 15:56:33 +0000 (15:56 +0000)]
fix a comment
Brian Paul [Sat, 2 Oct 2004 15:43:26 +0000 (15:43 +0000)]
bump version to 6.3
Brian Paul [Sat, 2 Oct 2004 15:43:14 +0000 (15:43 +0000)]
initial stuff for 6.3
Brian Paul [Sat, 2 Oct 2004 15:26:25 +0000 (15:26 +0000)]
a few more updates for the 6.2 release