mesa.git
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

19 years agofix LoadProgramNV regression when I had fixed the RefCount bug
Brian Paul [Sat, 2 Oct 2004 15:16:59 +0000 (15:16 +0000)]
fix LoadProgramNV regression when I had fixed the RefCount bug

19 years agoadded PBO known issues
Brian Paul [Sat, 2 Oct 2004 14:59:29 +0000 (14:59 +0000)]
added PBO known issues

19 years agoset 6.2 release date
Brian Paul [Sat, 2 Oct 2004 14:56:17 +0000 (14:56 +0000)]
set 6.2 release date

19 years agoIf an application cleared before any state had been emitted, that clear would
Eric Anholt [Sat, 2 Oct 2004 05:22:19 +0000 (05:22 +0000)]
If an application cleared before any state had been emitted, that clear would
happen before any state had been set, causing a hang later on.  Fix this by
calling r200Flush instead of FIREVERTICES (which checks if any state has been
emitted but not flushed, before calling Flush) in r200Clear.  While here, add
some more debugging info which was useful, and remove an unnecessary
save/restore in BackUpAndEmit.

19 years agoConvert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)
Eric Anholt [Sat, 2 Oct 2004 01:33:46 +0000 (01:33 +0000)]
Convert Rage 128 over to t_vertex.c.  While it's slightly slower (10% in ipers)
it's not that big of a deal in more normal apps, and axes a good bit of code.
And I assume that t_vertex will only get faster.  Removes ~43k from compiled
binary.

Tested with: quake3, ut, ipers, texcyl, chromium, tuxracer, neverball (kinda)

19 years agoAdd an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the
Eric Anholt [Sat, 2 Oct 2004 01:28:38 +0000 (01:28 +0000)]
Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the
r128 code.

19 years agoCut out all of the old texture environment code and rewrote it from
Ian Romanick [Sat, 2 Oct 2004 01:23:46 +0000 (01:23 +0000)]
Cut out all of the old texture environment code and rewrote it from
scratch.  There were just too many cut-and-paste errors in the code,
and it was too hard to follow.

This fixes Mesa bugzilla #1508.  #1509 is probably also fixed, but
I'd like to do some more testing before I close that particular bug.
Additionally, this cuts almost 4,600 lines of code from the driver.

19 years agominor updates and improvements
Karl Schultz [Fri, 1 Oct 2004 21:22:10 +0000 (21:22 +0000)]
minor updates and improvements

19 years agoAdd the glut project to the demos workspace.
Karl Schultz [Fri, 1 Oct 2004 20:55:23 +0000 (20:55 +0000)]
Add the glut project to the demos workspace.

19 years agoRemove glut project from the Mesa workspace. This allows users to build
Karl Schultz [Fri, 1 Oct 2004 20:53:28 +0000 (20:53 +0000)]
Remove glut project from the Mesa workspace.  This allows users to build
this entire workspace by only unzipping MesaLib.zip.  The project will
be moved to the demos workspace, which is contained in the MesaDemos zip
file.

19 years agoAdd HP shared lib configs.
Karl Schultz [Fri, 1 Oct 2004 20:19:16 +0000 (20:19 +0000)]
Add HP shared lib configs.

19 years agoHP shared lib config
Karl Schultz [Fri, 1 Oct 2004 20:18:42 +0000 (20:18 +0000)]
HP shared lib config

19 years agoReplace the numerous switch-statements to derive GL_COMBINE post-scale
Ian Romanick [Fri, 1 Oct 2004 18:32:25 +0000 (18:32 +0000)]
Replace the numerous switch-statements to derive GL_COMBINE post-scale
state with a function.  This function sets the bits correctly.  Did some
trivial refactoring on some of the GL_COMBINE code.

First pass at replacing classic texture environments with GL_COMBINE.
This is controlled by the EXPERIMENTAL_COMBINE_MODE define.

19 years agofix problems in previous version
Karl Schultz [Fri, 1 Oct 2004 16:29:39 +0000 (16:29 +0000)]
fix problems in previous version

19 years agoEnable builds on AIX 64-bit
Karl Schultz [Fri, 1 Oct 2004 13:33:26 +0000 (13:33 +0000)]
Enable builds on AIX 64-bit

19 years agoFix mesa solo with doublebuffered apps, the drawable index/stamp weren't
Dave Airlie [Fri, 1 Oct 2004 04:34:01 +0000 (04:34 +0000)]
Fix mesa solo with doublebuffered apps, the drawable index/stamp weren't
being updated properly..

19 years agoFactored out code for setting texture coordinate wrap bits. Added support
Ian Romanick [Thu, 30 Sep 2004 21:18:23 +0000 (21:18 +0000)]
Factored out code for setting texture coordinate wrap bits.  Added support
for GL_ARB_texture_mirrored_repeat.  Enabled GL_NV_blend_square.  It has
always actually been supported.  Removed redundant EXT versions of ARB
extension strings.

19 years agoset span.y prior to each span write in draw_depth_pixels, like Karl's other fix
Brian Paul [Thu, 30 Sep 2004 15:39:43 +0000 (15:39 +0000)]
set span.y prior to each span write in draw_depth_pixels, like Karl's other fix

19 years agoBugzilla #1058: Fix some potential 64bit pointer issues by storing differences
Eric Anholt [Thu, 30 Sep 2004 00:40:21 +0000 (00:40 +0000)]
Bugzilla #1058:  Fix some potential 64bit pointer issues by storing differences
between pointers in appropriate types.

Submitted by:   Ronny V. Vindenes <s864@ii.uib.no>

19 years agoOK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt [Thu, 30 Sep 2004 00:08:05 +0000 (00:08 +0000)]
OK, one more time.  Simplify the state-backup system by just storing the full
state in a ready-to-emit cmdbuf, which avoids the issue Nicolai Haehnle reported
where the check() could return differently during backup-and-emit than it should
have if it were called at the right time.  Move the lit emission before most of
the TCL state emission on r200, which fixes neverball issues.

Tested with: r100/r200 with neverball, tuxracer, chromium, quake3, ipers

19 years agoFix bug in glDrawPixels when writing color indexed images on color indexed
Karl Schultz [Tue, 28 Sep 2004 18:53:44 +0000 (18:53 +0000)]
Fix bug in glDrawPixels when writing color indexed images on color indexed
devices.  In draw_index_pixels(), use the correct variables for the span Y
and span end values.

19 years agoInitial revision
Nicolai Haehnle [Tue, 28 Sep 2004 10:59:23 +0000 (10:59 +0000)]
Initial revision

19 years agouse GLuint instead of uint
Daniel Borca [Tue, 28 Sep 2004 06:44:46 +0000 (06:44 +0000)]
use GLuint instead of uint

19 years agoversion bump
Brian Paul [Mon, 27 Sep 2004 22:40:31 +0000 (22:40 +0000)]
version bump

19 years agochange include of glx_mangle.h to match other headers
Brian Paul [Mon, 27 Sep 2004 22:40:22 +0000 (22:40 +0000)]
change include of glx_mangle.h to match other headers

19 years agoremove beos/*.h files from tarball list
Brian Paul [Mon, 27 Sep 2004 22:38:47 +0000 (22:38 +0000)]
remove beos/*.h files from tarball list

19 years agobump minor version to 2
Brian Paul [Mon, 27 Sep 2004 22:38:25 +0000 (22:38 +0000)]
bump minor version to 2

19 years agoVBO RefCount fix (David Reveman)
Brian Paul [Mon, 27 Sep 2004 16:19:17 +0000 (16:19 +0000)]
VBO RefCount fix (David Reveman)

19 years agostencil wrap works, either HW or SW (Ian Romanick)
Daniel Borca [Mon, 27 Sep 2004 07:23:20 +0000 (07:23 +0000)]
stencil wrap works, either HW or SW (Ian Romanick)

19 years agoBump driver_date for today's fixes.
Eric Anholt [Sat, 25 Sep 2004 21:08:56 +0000 (21:08 +0000)]
Bump driver_date for today's fixes.

19 years agoCan't bail in sisDDLogicOpCode when logicop is off, because it's called with
Eric Anholt [Sat, 25 Sep 2004 21:08:30 +0000 (21:08 +0000)]
Can't bail in sisDDLogicOpCode when logicop is off, because it's called with
GL_COPY to turn off logicop.  Fixes glean's logicop test.

19 years agoTriangle stipple is a fallback, since we don't have code for the stippling.
Eric Anholt [Sat, 25 Sep 2004 21:06:58 +0000 (21:06 +0000)]
Triangle stipple is a fallback, since we don't have code for the stippling.
Doesn't seem to help with glean's paths test, but I'm pretty sure it's correct.

19 years agoCorrect a couple of comments.
Eric Anholt [Sat, 25 Sep 2004 19:43:30 +0000 (19:43 +0000)]
Correct a couple of comments.

19 years agoFix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang
Eric Anholt [Sat, 25 Sep 2004 19:01:18 +0000 (19:01 +0000)]
Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang
the hardware.  Re-enable AGP by default.

19 years agoAdd sis to the list of DRI drivers, since it had already been converted to the
Eric Anholt [Sat, 25 Sep 2004 16:56:58 +0000 (16:56 +0000)]
Add sis to the list of DRI drivers, since it had already been converted to the
new interface.

19 years agoRefactor the linux-dri config files so that linux-dri-x86 inherits from
Eric Anholt [Sat, 25 Sep 2004 07:11:12 +0000 (07:11 +0000)]
Refactor the linux-dri config files so that linux-dri-x86 inherits from
linux-dri.  Turn on -O by default (-O2 provides a slight improvement in
performance, at a large cost to debuggability).  Turn off -fPIC on x86 by
default.  Turn on -Wall, to catch more stupid mistakes.  This could be both done
cleaner, and done for more config files, but it works for me for now.

19 years agoThe previous code would emit a full set of state during the first EmitState on
Eric Anholt [Sat, 25 Sep 2004 07:00:15 +0000 (07:00 +0000)]
The previous code would emit a full set of state during the first EmitState on
a new cmdbuf, to ensure that state wasn't lost across UNLOCK/LOCK pairs (in the
case of context switching).  This was rather inefficient.  Instead, after
flushing a cmdbuf, mark the state as needing to be saved on unlock.  Then, at
the beginning of flushing a cmdbuf, if we actually have lost the context, go
back and emit a new cmdbuf with the full set of state, before continuing with
the cmdbuf flush.  Provides a 10-15% improvement in ipers performance in my
tests, along with other apps.

Tested with: ipers, glxgears, quake3

19 years agoFix texturing in quake3. Some code was left over from the dirty/clean list
Eric Anholt [Sat, 25 Sep 2004 06:12:40 +0000 (06:12 +0000)]
Fix texturing in quake3.  Some code was left over from the dirty/clean list
setup that now removed atoms from the atomlist on texture deletion.

19 years agoBump DRIVER_DATE for yesterday's changes.
Eric Anholt [Sat, 25 Sep 2004 03:00:27 +0000 (03:00 +0000)]
Bump DRIVER_DATE for yesterday's changes.

19 years agomoved to demos/ directory
Brian Paul [Fri, 24 Sep 2004 23:01:21 +0000 (23:01 +0000)]
moved to demos/ directory

19 years agomoved in from the tests/ directory to include in distro
Brian Paul [Fri, 24 Sep 2004 23:00:52 +0000 (23:00 +0000)]
moved in from the tests/ directory to include in distro

19 years agoupdated osmesa info
Brian Paul [Fri, 24 Sep 2004 20:31:02 +0000 (20:31 +0000)]
updated osmesa info

19 years agopatches for clearing hw depth buffers from software fallback (Nicolai Haehnle)
Brian Paul [Fri, 24 Sep 2004 14:30:13 +0000 (14:30 +0000)]
patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)

19 years agoadded (back!) option to use non-packedcolor
Daniel Borca [Fri, 24 Sep 2004 07:03:53 +0000 (07:03 +0000)]
added (back!) option to use non-packedcolor

19 years ago-O -Wall warnings cleanups in r200.
Eric Anholt [Fri, 24 Sep 2004 04:20:58 +0000 (04:20 +0000)]
-O -Wall warnings cleanups in r200.

19 years agoClean up some warnings in the R100 driver with -O -Wall.
Eric Anholt [Fri, 24 Sep 2004 03:09:49 +0000 (03:09 +0000)]
Clean up some warnings in the R100 driver with -O -Wall.

19 years agoRemove an unnecessary calculation of the dest pointer.
Eric Anholt [Fri, 24 Sep 2004 01:33:15 +0000 (01:33 +0000)]
Remove an unnecessary calculation of the dest pointer.

19 years agodon't test for NULL pixels pointer here, do that in the 'store' routines after valida...
Brian Paul [Thu, 23 Sep 2004 17:34:52 +0000 (17:34 +0000)]
don't test for NULL pixels pointer here, do that in the 'store' routines after validating PBO address

19 years agoremoved hacked GL tokens, fixed a printf
Brian Paul [Thu, 23 Sep 2004 17:32:12 +0000 (17:32 +0000)]
removed hacked GL tokens, fixed a printf

19 years agoadded a comment in BindTexture
Brian Paul [Thu, 23 Sep 2004 17:31:21 +0000 (17:31 +0000)]
added a comment in BindTexture

19 years agojust some comments and formatting changes
Brian Paul [Thu, 23 Sep 2004 17:30:54 +0000 (17:30 +0000)]
just some comments and formatting changes

19 years agofix for Erics new emit state code, rework out the dest pointer
Dave Airlie [Thu, 23 Sep 2004 08:24:03 +0000 (08:24 +0000)]
fix for Erics new emit state code, rework out the dest pointer
after we check the buffer

19 years agoThe previous code would emit a full set of state during the first EmitState on
Eric Anholt [Wed, 22 Sep 2004 06:27:02 +0000 (06:27 +0000)]
The previous code would emit a full set of state during the first EmitState on
a new cmdbuf, to ensure that state wasn't lost across UNLOCK/LOCK pairs (in the
case of context switching).  This was rather inefficient.  Instead, after
flushing a cmdbuf, mark the state as needing to be saved on UNLOCK.  Then, at
the beginning of flushing a cmdbuf, if we actually have lost the context, go
back and emit a new cmdbuf with the full set of state, before continuing with
the cmdbuf flush.  Also, remove the dirty/clean atom lists, since atoms are
emitted in a fixed order these days, and go with a simpler single list.

Provides a 14% improvement in ipers performance in my tests, along with other
apps.

19 years agoAdd xmlconfig to the i810 makefile
Dave Airlie [Tue, 21 Sep 2004 00:39:59 +0000 (00:39 +0000)]
Add xmlconfig to the i810 makefile

19 years agoclamp size of wide points
Daniel Borca [Mon, 20 Sep 2004 08:33:38 +0000 (08:33 +0000)]
clamp size of wide points

19 years agoAdd GL_ARB_texture_cube_map support for i830. Most of the code was
Ian Romanick [Sun, 19 Sep 2004 08:03:46 +0000 (08:03 +0000)]
Add GL_ARB_texture_cube_map support for i830.  Most of the code was
lifted from the i915 side.  i830 will now report version 1.3!  Hurrah!
With the exception of GL_EXT_texture_compression_s3tc, the i830 driver
now supports all the extensions that its Windows counterpart supports.

19 years agoAdded GL_ARB_point_parameters support for i830.
Ian Romanick [Sun, 19 Sep 2004 07:15:38 +0000 (07:15 +0000)]
Added GL_ARB_point_parameters support for i830.

19 years agoMerge in all the i830 functional differences from the old i830 driver.
Ian Romanick [Sun, 19 Sep 2004 07:01:26 +0000 (07:01 +0000)]
Merge in all the i830 functional differences from the old i830 driver.

19 years agorearrange a couple of lines of code to avoid compilation error in VC 6,
Karl Schultz [Fri, 17 Sep 2004 22:02:05 +0000 (22:02 +0000)]
rearrange a couple of lines of code to avoid compilation error in VC 6,
probably due to a compiler bug.

19 years agoSymbol names are prepended with an underscore on CYGWIN as well.
Eric Anholt [Fri, 17 Sep 2004 05:10:33 +0000 (05:10 +0000)]
Symbol names are prepended with an underscore on CYGWIN as well.

X.Org Bugzilla: 1079
Submitted by: Alexander Gottwald <ago@freedesktop.org>

19 years agosilence warnings
Brian Paul [Thu, 16 Sep 2004 19:40:22 +0000 (19:40 +0000)]
silence warnings

19 years agosilence warnings, re-indent code
Brian Paul [Thu, 16 Sep 2004 19:39:04 +0000 (19:39 +0000)]
silence warnings, re-indent code

19 years agoVBO refcount and spriteblast fixes
Brian Paul [Thu, 16 Sep 2004 19:33:44 +0000 (19:33 +0000)]
VBO refcount and spriteblast fixes

19 years agoclean-up the hokey transformation code so that window resizes actually work
Brian Paul [Thu, 16 Sep 2004 19:32:49 +0000 (19:32 +0000)]
clean-up the hokey transformation code so that window resizes actually work

19 years agoreplace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas Stenglein
Brian Paul [Wed, 15 Sep 2004 14:49:33 +0000 (14:49 +0000)]
replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas Stenglein

19 years agoin _mesa_problem() include version number in error message
Brian Paul [Wed, 15 Sep 2004 14:40:14 +0000 (14:40 +0000)]
in _mesa_problem() include version number in error message

19 years agoalso fix possible delete bugs with buffer objects and vertex/fragment programs
Brian Paul [Tue, 14 Sep 2004 22:28:27 +0000 (22:28 +0000)]
also fix possible delete bugs with buffer objects and vertex/fragment programs

19 years agofixed glDeleteTextures bug
Brian Paul [Tue, 14 Sep 2004 20:43:22 +0000 (20:43 +0000)]
fixed glDeleteTextures bug

19 years agoHave the rendering contexts share textures.
Brian Paul [Tue, 14 Sep 2004 20:42:53 +0000 (20:42 +0000)]
Have the rendering contexts share textures.
Put simple checker pattern on the objects.
Press 'd' to delete texture, 'u' to unbind it.

19 years agoRepeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.
Brian Paul [Tue, 14 Sep 2004 20:40:55 +0000 (20:40 +0000)]
Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.
Added a DeletePending flag to texture object struct to fix that.
Other misc clean-ups.

19 years agoReplace -lGL with -l$(GL_LIB), etc.
Brian Paul [Mon, 13 Sep 2004 21:04:48 +0000 (21:04 +0000)]
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.

19 years agoadded GL_MAX_VERTEX_ATTRIBS_ARB bug fix
Brian Paul [Mon, 13 Sep 2004 19:59:06 +0000 (19:59 +0000)]
added GL_MAX_VERTEX_ATTRIBS_ARB bug fix

19 years agoHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
Brian Paul [Mon, 13 Sep 2004 19:58:27 +0000 (19:58 +0000)]
Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
Define 2.0 point-sprite related tokens in glheader.h (temporary).

19 years agoMinor extension string tweaks. Added support for vertex program extensions.
Ian Romanick [Mon, 13 Sep 2004 16:36:44 +0000 (16:36 +0000)]
Minor extension string tweaks.  Added support for vertex program extensions.
Tested with arbvptorus, arbvpwarpmesh, vptorus, and vpwarpmesh.

19 years agoremove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions()
Brian Paul [Mon, 13 Sep 2004 14:55:07 +0000 (14:55 +0000)]
remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions()

19 years agoadjust texcoords for texture rectangle sampling
Brian Paul [Mon, 13 Sep 2004 14:54:19 +0000 (14:54 +0000)]
adjust texcoords for texture rectangle sampling

19 years agotweak texcoord for sampling texture rectangles (Dave Reveman)
Brian Paul [Mon, 13 Sep 2004 14:53:02 +0000 (14:53 +0000)]
tweak texcoord for sampling texture rectangles (Dave Reveman)

19 years agocleanup and bugfixes for fxDDClear()
Daniel Borca [Mon, 13 Sep 2004 09:31:28 +0000 (09:31 +0000)]
cleanup and bugfixes for fxDDClear()

19 years agocleanup and some changes towards GL_ARB_point_sprite (two-zero)
Daniel Borca [Mon, 13 Sep 2004 09:29:30 +0000 (09:29 +0000)]
cleanup and some changes towards GL_ARB_point_sprite (two-zero)

19 years agocleanup
Daniel Borca [Mon, 13 Sep 2004 09:27:03 +0000 (09:27 +0000)]
cleanup

19 years agochanges towards GL_ARB_point_sprite (two-zero)
Daniel Borca [Mon, 13 Sep 2004 08:47:01 +0000 (08:47 +0000)]
changes towards GL_ARB_point_sprite (two-zero)

19 years agoupdated ggi files in tarball list
Brian Paul [Fri, 10 Sep 2004 22:13:18 +0000 (22:13 +0000)]
updated ggi files in tarball list

19 years agoapplied patch #1026109
Brian Paul [Fri, 10 Sep 2004 22:12:36 +0000 (22:12 +0000)]
applied patch #1026109