mesa.git
19 years agoBig-endian fixes for R200 sw TCL path.
Ian Romanick [Sat, 23 Oct 2004 00:42:17 +0000 (00:42 +0000)]
Big-endian fixes for R200 sw TCL path.

19 years ago- add decimal literal integer support
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

19 years agoforgot about revision increment
Michal Krol [Thu, 21 Oct 2004 14:11:06 +0000 (14:11 +0000)]
forgot about revision increment

19 years ago- use new program option values from arbprogram.syn
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

19 years agoremove redundant check of parsed program target
Michal Krol [Thu, 21 Oct 2004 14:06:18 +0000 (14:06 +0000)]
remove redundant check of parsed program target

19 years agochange program options numbering to accommodate future
Michal Krol [Thu, 21 Oct 2004 13:57:24 +0000 (13:57 +0000)]
change program options numbering to accommodate future
options (up to 256)

19 years agoadd new grammar_check_fast entry for faster parsing
Michal Krol [Wed, 20 Oct 2004 15:19:58 +0000 (15:19 +0000)]
add new grammar_check_fast entry for faster parsing

19 years ago- speed up syntax parsing - the parser is now 4 times faster
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

19 years agofixed compilation errors
Daniel Borca [Wed, 20 Oct 2004 11:59:28 +0000 (11:59 +0000)]
fixed compilation errors

19 years agofix compilation error in `convertPalette' (still have to fix the issue, though)
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)

19 years agoSmall optimization for big-endian (e.g., PowerPC) systems.
Ian Romanick [Mon, 18 Oct 2004 23:24:51 +0000 (23:24 +0000)]
Small optimization for big-endian (e.g., PowerPC) systems.

19 years agoconform to shader spec 1.10.59
Michal Krol [Mon, 18 Oct 2004 12:18:33 +0000 (12:18 +0000)]
conform to shader spec 1.10.59

19 years agoconform to language version 1.10 rev 59
Michal Krol [Mon, 18 Oct 2004 09:49:25 +0000 (09:49 +0000)]
conform to language version 1.10 rev 59
resolve TODOs

19 years agoprint an error message in convertPalette before dying.
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...

19 years agosmall fix to match new _mesa_rescale_teximage2d
Daniel Borca [Mon, 18 Oct 2004 08:07:26 +0000 (08:07 +0000)]
small fix to match new  _mesa_rescale_teximage2d

19 years agochanged _mesa_rescale_teximage2d to allow rescaling of padded images
Daniel Borca [Mon, 18 Oct 2004 08:04:21 +0000 (08:04 +0000)]
changed _mesa_rescale_teximage2d to allow rescaling of padded images

19 years agoadded dstRowStride to dxtCompressTexFuncExt;
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.

19 years agouse RowStride instead of Width in texel fetchers.
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)

19 years agoFix compile errors when DEBUG is defined.
Ian Romanick [Mon, 18 Oct 2004 00:00:41 +0000 (00:00 +0000)]
Fix compile errors when DEBUG is defined.

19 years agoFix t_vertex byte-ordering issues for PowerPC. This was tested with gears
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).

19 years agoAdd ARGB modes to support big-endian systems.
Ian Romanick [Sun, 17 Oct 2004 21:53:43 +0000 (21:53 +0000)]
Add ARGB modes to support big-endian systems.

19 years agoFix hangs on big-endian (e.g., PowerPC) hardware.
Ian Romanick [Sun, 17 Oct 2004 21:29:58 +0000 (21:29 +0000)]
Fix hangs on big-endian (e.g., PowerPC) hardware.

19 years ago- FIX: flickering
Nicolai Haehnle [Sun, 17 Oct 2004 20:26:06 +0000 (20:26 +0000)]
- FIX: flickering
- Scissor support works now

19 years agoadded initial support for -exports option, Linux/OpenBSD only for 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

19 years agoGL_OES_read_format info
Brian Paul [Sat, 16 Oct 2004 15:04:43 +0000 (15:04 +0000)]
GL_OES_read_format info

19 years agoif CXX or CC env vars aren't set, use g++, gcc by default (Linux)
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)

19 years agoRemoved two unnecessary variables.
Ville Syrjala [Sat, 16 Oct 2004 11:26:06 +0000 (11:26 +0000)]
Removed two unnecessary variables.

19 years agoFixed off by one errors in clipping.
Ville Syrjala [Sat, 16 Oct 2004 11:09:26 +0000 (11:09 +0000)]
Fixed off by one errors in clipping.

19 years agoAdd code to support projective texturing and fix mixed enabling of texture
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

19 years agoAlways turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears that
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.

19 years agoAdd support for OES_read_format. As soon as glext.h is updated with the
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.

19 years agofix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)
Brian Paul [Sat, 16 Oct 2004 00:29:03 +0000 (00:29 +0000)]
fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)

19 years agoOnly build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format
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.

19 years agoFixed a few places that should have been using GET_SRC_PTR.
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.

19 years agoConvert MGA driver to use new spantmp2.h interface.
Ian Romanick [Fri, 15 Oct 2004 23:00:52 +0000 (23:00 +0000)]
Convert MGA driver to use new spantmp2.h interface.

19 years agoHuge dumb drop. State:
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)

19 years agoAdd support for optimized versions of the code underlying ReadPixels
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.

19 years agoAdd a license to this file. It was written on VA's watch, so they get
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.

19 years agoAdded some documentation that I managed to figure out through
Ian Romanick [Wed, 13 Oct 2004 22:38:31 +0000 (22:38 +0000)]
Added some documentation that I managed to figure out through
experimentation.

19 years agoMake the GL_RENDERER string include the actual chipset information
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".

19 years agoInitial support for PowerPC specific code in Mesa and DRI drivers. DRI
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. :)

19 years agoRefactor the code in driGetRendererString a bit to make it easier to
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.

19 years agoupdated fsv URL
Brian Paul [Wed, 13 Oct 2004 17:29:46 +0000 (17:29 +0000)]
updated fsv URL

19 years agoEliminate the funky SSE exception test from DRI builds. It's not need
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.

19 years agoinitial 6.3 changes
Brian Paul [Wed, 13 Oct 2004 15:57:55 +0000 (15:57 +0000)]
initial 6.3 changes

19 years agoFix minor fog / fragment program state bug.
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.

19 years agoBug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)
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)

19 years agoLet's build again after the support for GL_ARB_draw_buffers was added.
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.

19 years agoFix a potential memory leak.
Philippe Houdoin [Wed, 13 Oct 2004 01:17:52 +0000 (01:17 +0000)]
Fix a potential memory leak.

19 years agoForgot a contributor.
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).

19 years agoImplement BGLView::CopyPixelsIn/Out().
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.

19 years agosupport for external libraries
Daniel Borca [Tue, 12 Oct 2004 07:33:03 +0000 (07:33 +0000)]
support for external libraries

19 years agoSWTC trick (disabled for now)
Daniel Borca [Tue, 12 Oct 2004 07:32:11 +0000 (07:32 +0000)]
SWTC trick (disabled for now)

19 years agoSWTC trick, enabled new extensions
Daniel Borca [Tue, 12 Oct 2004 07:31:26 +0000 (07:31 +0000)]
SWTC trick, enabled new extensions

19 years agoSWTC trick
Daniel Borca [Tue, 12 Oct 2004 06:44:34 +0000 (06:44 +0000)]
SWTC trick

19 years agobump version numbers to their real values
Daniel Borca [Tue, 12 Oct 2004 06:43:57 +0000 (06:43 +0000)]
bump version numbers to their real values

19 years agodoc update
Daniel Borca [Tue, 12 Oct 2004 06:43:00 +0000 (06:43 +0000)]
doc update

19 years agoavoid the patch if Mesa_DXTn flag is set
Daniel Borca [Tue, 12 Oct 2004 06:42:02 +0000 (06:42 +0000)]
avoid the patch if Mesa_DXTn flag is set

19 years agoadd more mess to the dynamic linking system
Daniel Borca [Tue, 12 Oct 2004 06:41:20 +0000 (06:41 +0000)]
add more mess to the dynamic linking system

19 years agoadd newline to end of file
Daniel Borca [Tue, 12 Oct 2004 06:37:18 +0000 (06:37 +0000)]
add newline to end of file

19 years agoFix strange white space that gcc didn't like.
Felix Kuehling [Mon, 11 Oct 2004 22:26:40 +0000 (22:26 +0000)]
Fix strange white space that gcc didn't like.

19 years agoPrefix operator and constructor keywords with two consequtive underscores
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.

19 years agoEnable draw_buffers only if GL_ARB_draw_buffers string is
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.

19 years agoThis statechange is vtx state, not tcl.
Eric Anholt [Sat, 9 Oct 2004 23:29:07 +0000 (23:29 +0000)]
This statechange is vtx state, not tcl.

19 years agoUse the right FALLBACK macro for projtex so that projective textures actually
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.

19 years agoAdd fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default
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.

19 years agoDon't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't
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.

19 years agoAdd support for NV_blend_square, and print errors if an unsupported blend
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.

19 years agoMassively cleaned up the code that calculates front/back/depth buffer
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.

19 years agoReject unsupported texture formats passed to glCompressedTexImage?D. This
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.

19 years agoAdd simple test program for Mesa bug #1028405.
Ian Romanick [Fri, 8 Oct 2004 00:56:08 +0000 (00:56 +0000)]
Add simple test program for Mesa bug #1028405.

19 years agoApply Eric's stencil wrap patch (Eric Anholt)
Alex Deucher [Fri, 8 Oct 2004 00:31:51 +0000 (00:31 +0000)]
Apply Eric's stencil wrap patch (Eric Anholt)

19 years agoAdd Roland Scheidegger's S3TC patch. This patch does not implement the
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.

19 years agoPrevent Y-offset from exceeding valid range in texture upload code. This
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.

19 years agoFix emitting fog without secondary color and vice-versa.
Felix Kuehling [Thu, 7 Oct 2004 10:07:35 +0000 (10:07 +0000)]
Fix emitting fog without secondary color and vice-versa.

19 years ago*** empty log message ***
Karl Schultz [Wed, 6 Oct 2004 21:45:48 +0000 (21:45 +0000)]
*** empty log message ***

19 years agomore GL_ARB_draw_buffers updates from Michale Krol
Brian Paul [Wed, 6 Oct 2004 15:56:38 +0000 (15:56 +0000)]
more GL_ARB_draw_buffers updates from Michale Krol

19 years agofix GetVertexAttrib problem
Brian Paul [Wed, 6 Oct 2004 15:52:43 +0000 (15:52 +0000)]
fix GetVertexAttrib problem

19 years agoConvert tdfxDDInitExtensions to use driInitExtensions.
Ian Romanick [Wed, 6 Oct 2004 02:02:53 +0000 (02:02 +0000)]
Convert tdfxDDInitExtensions to use driInitExtensions.

19 years agoput Rush in the list of supported HW
Daniel Borca [Tue, 5 Oct 2004 08:43:22 +0000 (08:43 +0000)]
put Rush in the list of supported HW

19 years agostencil wrap works, either HW or SW (Ian Romanick)
Daniel Borca [Tue, 5 Oct 2004 08:42:10 +0000 (08:42 +0000)]
stencil wrap works, either HW or SW (Ian Romanick)

19 years agoenable 2_0 extensions
Daniel Borca [Tue, 5 Oct 2004 08:39:32 +0000 (08:39 +0000)]
enable 2_0 extensions

19 years agoUse the driFillInModes utility function.
Ian Romanick [Mon, 4 Oct 2004 22:58:39 +0000 (22:58 +0000)]
Use the driFillInModes utility function.

19 years agoAlso export fbconfigs with 0/0 depth/stencil modes. This fixes "driver
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.

19 years agoAdd some Savage3D stencil documentation based on discussions during the
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.

19 years agomake clean should remove depend.bak too (Sérgio Moneiro Basto)
Brian Paul [Mon, 4 Oct 2004 14:47:48 +0000 (14:47 +0000)]
make clean should remove depend.bak too (Sérgio Moneiro Basto)

19 years agoARB_fp support for GL_ARB_draw_buffers (Karl Rasche)
Brian Paul [Mon, 4 Oct 2004 14:40:05 +0000 (14:40 +0000)]
ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)

19 years agoSet MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.
Ian Romanick [Mon, 4 Oct 2004 03:19:01 +0000 (03:19 +0000)]
Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.
This fixes bugzilla #1511.

19 years agoThe alpha post-scale and the RGB post-scale were mistakenly reversed.
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.

19 years agoRemove empty r128_vb.h.
Eric Anholt [Sun, 3 Oct 2004 18:09:57 +0000 (18:09 +0000)]
Remove empty r128_vb.h.

19 years agoput glapi_x86.S into the x86/ directory
Brian Paul [Sat, 2 Oct 2004 22:48:59 +0000 (22:48 +0000)]
put glapi_x86.S into the x86/ directory

19 years agoremove unused413 stuff, glDrawBuffersARB uses that slot now
Brian Paul [Sat, 2 Oct 2004 22:47:48 +0000 (22:47 +0000)]
remove unused413 stuff, glDrawBuffersARB uses that slot now

19 years agoGL_ARB_draw_buffers
Brian Paul [Sat, 2 Oct 2004 22:43:44 +0000 (22:43 +0000)]
GL_ARB_draw_buffers

19 years agofix _DrawDestMask[0][0] typos
Brian Paul [Sat, 2 Oct 2004 22:38:43 +0000 (22:38 +0000)]
fix _DrawDestMask[0][0] typos

19 years agoadded support for GL_ARB_draw_buffers
Brian Paul [Sat, 2 Oct 2004 16:39:09 +0000 (16:39 +0000)]
added support for GL_ARB_draw_buffers

19 years agofix indentation
Brian Paul [Sat, 2 Oct 2004 15:56:50 +0000 (15:56 +0000)]
fix indentation

19 years agofix a comment
Brian Paul [Sat, 2 Oct 2004 15:56:33 +0000 (15:56 +0000)]
fix a comment

19 years agobump version to 6.3
Brian Paul [Sat, 2 Oct 2004 15:43:26 +0000 (15:43 +0000)]
bump version to 6.3

19 years agoinitial stuff for 6.3
Brian Paul [Sat, 2 Oct 2004 15:43:14 +0000 (15:43 +0000)]
initial stuff for 6.3

19 years agoa few more updates for the 6.2 release
Brian Paul [Sat, 2 Oct 2004 15:26:25 +0000 (15:26 +0000)]
a few more updates for the 6.2 release