profile/ivi/mesa.git
19 years agofix a few warnings
Brian Paul [Mon, 17 Jan 2005 00:40:29 +0000 (00:40 +0000)]
fix a few warnings

19 years agoadded getstring.c
Brian Paul [Sun, 16 Jan 2005 19:42:46 +0000 (19:42 +0000)]
added getstring.c

19 years agoadded a few OpenGL 2.0 tokens (temporary)
Brian Paul [Sun, 16 Jan 2005 19:40:15 +0000 (19:40 +0000)]
added a few OpenGL 2.0 tokens (temporary)

19 years ago_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the new
Brian Paul [Sun, 16 Jan 2005 19:39:10 +0000 (19:39 +0000)]
_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the new
get_gen.py Python script.
Moved GetString(), GetPointer(), GetError() into new getstring.c file.

19 years agomake tnl_clipspace_attr->insert field const, to silence warning
Brian Paul [Sun, 16 Jan 2005 17:59:50 +0000 (17:59 +0000)]
make tnl_clipspace_attr->insert field const, to silence warning

19 years agoThis fixes it but why mipmaps still work?
Aapo Tahkola [Sun, 16 Jan 2005 17:07:24 +0000 (17:07 +0000)]
This fixes it but why mipmaps still work?
It doesnt look like filter constants in r300_reg.h would define number of
levels.

19 years agoI was wrong...
Aapo Tahkola [Sun, 16 Jan 2005 16:12:05 +0000 (16:12 +0000)]
I was wrong...

19 years agoLooks like masking masking t->filter isnt needed anymore.
Aapo Tahkola [Sun, 16 Jan 2005 13:28:49 +0000 (13:28 +0000)]
Looks like masking masking t->filter isnt needed anymore.
texwrap still shows some problems with clamp mode with nearest filtering.

19 years agoAdded a fast path for emitting unclipped primitives directly to a
Felix Kuehling [Sun, 16 Jan 2005 01:28:26 +0000 (01:28 +0000)]
Added a fast path for emitting unclipped primitives directly to a
vertex buffer. ELTS are not supported yet (missing functionality in
the DRM). You need at least Savage DRM version 2.1.3, which fixes a
bug that screwed up triangle fans and strips.

Moved the texture normalization stage to savagerender.c.

19 years agoOn the way to getting stencil working.
Vladimir Dergachev [Sat, 15 Jan 2005 20:44:23 +0000 (20:44 +0000)]
On the way to getting stencil working.

19 years agoOn the way to getting stencil and texture formats working.
Vladimir Dergachev [Sat, 15 Jan 2005 19:33:19 +0000 (19:33 +0000)]
On the way to getting stencil and texture formats working.
Looks like the matter of texture formats is a lot simpler, with the wrong
display in quake explained by the fact that we are not handling texture combine modes.

19 years agoConverted to use spantmp2.h.
Felix Kuehling [Sat, 15 Jan 2005 14:37:33 +0000 (14:37 +0000)]
Converted to use spantmp2.h.

19 years agoUse HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span read
Felix Kuehling [Sat, 15 Jan 2005 14:35:35 +0000 (14:35 +0000)]
Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span read
functions.

19 years agoUse symbolic constants to describe pixel shader ALU instructions.
Vladimir Dergachev [Sat, 15 Jan 2005 04:17:27 +0000 (04:17 +0000)]
Use symbolic constants to describe pixel shader ALU instructions.

19 years agoAdded fixes for filter modes and support for anisotropy filters.
Aapo Tahkola [Fri, 14 Jan 2005 21:53:00 +0000 (21:53 +0000)]
Added fixes for filter modes and support for anisotropy filters.
Wrap modes would work perfectly but i messed up something when cleaning up
the code :/ Border color code is incomplete because i forgot to check how to
set border size :)

19 years agoEnable line stippling.
Alan Hourihane [Fri, 14 Jan 2005 16:56:52 +0000 (16:56 +0000)]
Enable line stippling.

19 years agoFix previously un-noticed issue with flat-shaded points.
Keith Whitwell [Fri, 14 Jan 2005 15:03:00 +0000 (15:03 +0000)]
Fix previously un-noticed issue with flat-shaded points.

19 years agosilence a warning
Alan Hourihane [Fri, 14 Jan 2005 13:11:34 +0000 (13:11 +0000)]
silence a warning

19 years agoGet PolygonStipple working.. (or seemingly too). It seems to do the right
Alan Hourihane [Fri, 14 Jan 2005 13:10:50 +0000 (13:10 +0000)]
Get PolygonStipple working.. (or seemingly too). It seems to do the right
things now given the demos I've used and passes glean's paths test.

19 years ago16bpp doesn't support masked clears, so fallback when they're enabled.
Alan Hourihane [Fri, 14 Jan 2005 13:02:53 +0000 (13:02 +0000)]
16bpp doesn't support masked clears, so fallback when they're enabled.

19 years agoPopulate WriteMonoDepthSpan in 24/8 modes.
Keith Whitwell [Fri, 14 Jan 2005 13:01:21 +0000 (13:01 +0000)]
Populate WriteMonoDepthSpan in 24/8 modes.

19 years agochanged coding style. made `glutTimerFunc' less accurate, but far more reliable.
Daniel Borca [Fri, 14 Jan 2005 08:50:08 +0000 (08:50 +0000)]
changed coding style.  made `glutTimerFunc' less accurate, but far more reliable.

19 years agochanged coding style. added possibility to use default timer instead of PC/HW timer.
Daniel Borca [Fri, 14 Jan 2005 08:44:29 +0000 (08:44 +0000)]
changed coding style.  added possibility to use default timer instead of PC/HW timer.

19 years agochanged coding style. added a NULL pointer check.
Daniel Borca [Fri, 14 Jan 2005 08:40:43 +0000 (08:40 +0000)]
changed coding style.  added a NULL pointer check.

19 years agochanged coding style
Daniel Borca [Fri, 14 Jan 2005 08:37:20 +0000 (08:37 +0000)]
changed coding style

19 years agodoc update
Daniel Borca [Fri, 14 Jan 2005 08:31:50 +0000 (08:31 +0000)]
doc update

19 years agoRemove redundant register.
Vladimir Dergachev [Fri, 14 Jan 2005 06:39:14 +0000 (06:39 +0000)]
Remove redundant register.
Hook up some functions in r300Enable().

19 years agoReduce amount of stderr output.
Vladimir Dergachev [Fri, 14 Jan 2005 05:26:17 +0000 (05:26 +0000)]
Reduce amount of stderr output.
Switch to using R300_EASY_TX_FORMAT() macro everywhere.

19 years agoIncorporate latest data from Wladimir van der Laan.
Vladimir Dergachev [Fri, 14 Jan 2005 04:21:55 +0000 (04:21 +0000)]
Incorporate latest data from Wladimir van der Laan.

19 years agoSync with master copy.
Vladimir Dergachev [Thu, 13 Jan 2005 23:13:52 +0000 (23:13 +0000)]
Sync with master copy.

19 years agoadd -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo
Dave Airlie [Thu, 13 Jan 2005 22:38:21 +0000 (22:38 +0000)]
add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo

19 years agoremove some dead texture code
Alan Hourihane [Thu, 13 Jan 2005 17:53:01 +0000 (17:53 +0000)]
remove some dead texture code

19 years agoMake sure DMA buffers are released in savageDestroyContext. Usually
Felix Kuehling [Thu, 13 Jan 2005 16:02:05 +0000 (16:02 +0000)]
Make sure DMA buffers are released in savageDestroyContext. Usually
the DRM would reclaim DMA buffers, but if one process creates and
destroys many contexts it can still run out of DMA buffers.

19 years agoFix loop for quads-as-triangles.
Keith Whitwell [Thu, 13 Jan 2005 15:58:05 +0000 (15:58 +0000)]
Fix loop for quads-as-triangles.

19 years agoRename via_fastrender_* to avoid confusion with similar functions in
Keith Whitwell [Thu, 13 Jan 2005 15:49:39 +0000 (15:49 +0000)]
Rename via_fastrender_* to avoid confusion with similar functions in
via_render.c.

19 years agoSimplify viaChooseVertexState slightly.
Keith Whitwell [Thu, 13 Jan 2005 14:57:34 +0000 (14:57 +0000)]
Simplify viaChooseVertexState slightly.

19 years agoRemove misleading comment.
Keith Whitwell [Thu, 13 Jan 2005 14:54:44 +0000 (14:54 +0000)]
Remove misleading comment.

19 years agoTypo
Keith Whitwell [Thu, 13 Jan 2005 14:52:24 +0000 (14:52 +0000)]
Typo

19 years agoEmit constant colors for texunit 1 blending.
Keith Whitwell [Thu, 13 Jan 2005 14:38:17 +0000 (14:38 +0000)]
Emit constant colors for texunit 1 blending.
Change comments and some code to match naming used in the docs.

19 years agoadd s_atifragshader.c, s_atifragshader.h
Michal Krol [Thu, 13 Jan 2005 14:15:36 +0000 (14:15 +0000)]
add s_atifragshader.c, s_atifragshader.h

19 years ago3dlabs glslang frontend
Michal Krol [Thu, 13 Jan 2005 14:14:55 +0000 (14:14 +0000)]
3dlabs glslang frontend

19 years ago3dlabs glslang frontend, not complete
Michal Krol [Thu, 13 Jan 2005 14:14:11 +0000 (14:14 +0000)]
3dlabs glslang frontend, not complete

19 years agocosmetic changes
Michal Krol [Thu, 13 Jan 2005 14:13:19 +0000 (14:13 +0000)]
cosmetic changes

19 years agoimplement ARB_shader_objects, not complete
Michal Krol [Thu, 13 Jan 2005 14:12:50 +0000 (14:12 +0000)]
implement ARB_shader_objects, not complete

19 years agoadd atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h,
Michal Krol [Thu, 13 Jan 2005 14:12:01 +0000 (14:12 +0000)]
add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h,
shaderobjects.h, shaderobjects_3dlabs.h

19 years agoadd shaderobjects_3dlabs.c
Michal Krol [Thu, 13 Jan 2005 14:10:37 +0000 (14:10 +0000)]
add shaderobjects_3dlabs.c

19 years agoadd ARB_shader_objects interfaces, shared and context state
Michal Krol [Thu, 13 Jan 2005 14:09:58 +0000 (14:09 +0000)]
add ARB_shader_objects interfaces, shared and context state

19 years agoenable ARB_fragment/vertex_shader
Michal Krol [Thu, 13 Jan 2005 14:09:18 +0000 (14:09 +0000)]
enable ARB_fragment/vertex_shader

19 years agoinit ARB_shader_objects subsystem
Michal Krol [Thu, 13 Jan 2005 14:08:47 +0000 (14:08 +0000)]
init ARB_shader_objects subsystem

19 years agoadd shader/shaderobjects_3dlabs.c
Michal Krol [Thu, 13 Jan 2005 14:08:00 +0000 (14:08 +0000)]
add shader/shaderobjects_3dlabs.c

19 years agocut out dead texture state code
Keith Whitwell [Thu, 13 Jan 2005 13:00:23 +0000 (13:00 +0000)]
cut out dead texture state code

19 years agorevert some makecurrent code
Alan Hourihane [Thu, 13 Jan 2005 12:03:00 +0000 (12:03 +0000)]
revert some makecurrent code

19 years agoFix glean scissor test
Alan Hourihane [Thu, 13 Jan 2005 10:20:16 +0000 (10:20 +0000)]
Fix glean scissor test

19 years agoPrevent "disabling 3D acceleration" message from printing - we do not define raster...
Vladimir Dergachev [Thu, 13 Jan 2005 09:08:58 +0000 (09:08 +0000)]
Prevent "disabling 3D acceleration" message from printing - we do not define raster functions anyway.

19 years agoIncorporate TX_FORMAT information contributed by Wladimir van der Laan.
Vladimir Dergachev [Thu, 13 Jan 2005 09:05:31 +0000 (09:05 +0000)]
Incorporate TX_FORMAT information contributed by Wladimir van der Laan.
Attempt to use it in r300_state.c
We are still missing something and the formats do not quite work.
Perhaps something in texture management code ?

19 years agoAs we fallback for polygon stipple on the CLE266 for now, ensure we
Alan Hourihane [Thu, 13 Jan 2005 00:15:28 +0000 (00:15 +0000)]
As we fallback for polygon stipple on the CLE266 for now, ensure we
don't turn on the polygon stipple hardware bit.

19 years agoUse the faster span read/write template for 16bpp
Alan Hourihane [Wed, 12 Jan 2005 23:16:28 +0000 (23:16 +0000)]
Use the faster span read/write template for 16bpp

19 years agoDon't special-case 16bpp for colormask register - not needed.
Keith Whitwell [Wed, 12 Jan 2005 21:55:47 +0000 (21:55 +0000)]
Don't special-case 16bpp for colormask register - not needed.

19 years agoSimplify usage of drmHash functions and fix bug in
Keith Whitwell [Wed, 12 Jan 2005 21:04:03 +0000 (21:04 +0000)]
Simplify usage of drmHash functions and fix bug in
__driGarbageCollectDrawables which would get confused while walking
the hash values.

19 years agofree buffer in t_vertex_c.c on context delete
Keith Whitwell [Wed, 12 Jan 2005 19:38:41 +0000 (19:38 +0000)]
free buffer in t_vertex_c.c on context delete

19 years agoRemove bogus write to freed memory (valgrind).
Keith Whitwell [Wed, 12 Jan 2005 19:27:49 +0000 (19:27 +0000)]
Remove bogus write to freed memory (valgrind).

19 years agoCheck for deletion of currently bound context
Alan Hourihane [Wed, 12 Jan 2005 19:24:39 +0000 (19:24 +0000)]
Check for deletion of currently bound context
Other minor cleanups

19 years agonew test to exercise context and window create/delete
Keith Whitwell [Wed, 12 Jan 2005 19:11:47 +0000 (19:11 +0000)]
new test to exercise context and window create/delete

19 years agoFixes lockups initializing AGP DMA.
Alan Hourihane [Wed, 12 Jan 2005 18:32:51 +0000 (18:32 +0000)]
Fixes lockups initializing AGP DMA.

19 years agoExpand out the N(x) macro so that tags can find functions like
Keith Whitwell [Wed, 12 Jan 2005 18:14:42 +0000 (18:14 +0000)]
Expand out the N(x) macro so that tags can find functions like
drmHashFirst(), etc.

19 years agobuild fixes and enable agp dma
Alan Hourihane [Wed, 12 Jan 2005 17:33:09 +0000 (17:33 +0000)]
build fixes and enable agp dma

19 years agoAdd flag to clear texture caches after texture upload.
Keith Whitwell [Wed, 12 Jan 2005 17:20:29 +0000 (17:20 +0000)]
Add flag to clear texture caches after texture upload.

19 years agoDon't emit HC_SubA_HSPXYOS on CLE266.
Keith Whitwell [Wed, 12 Jan 2005 17:20:08 +0000 (17:20 +0000)]
Don't emit HC_SubA_HSPXYOS on CLE266.

19 years agoAllow two GL primitives to be combined to one HW primitive
Keith Whitwell [Wed, 12 Jan 2005 13:33:27 +0000 (13:33 +0000)]
Allow two GL primitives to be combined to one HW primitive
if possible.

19 years agoFix multitexturing.
Alan Hourihane [Wed, 12 Jan 2005 12:45:42 +0000 (12:45 +0000)]
Fix multitexturing.
The multiarb test works now when disabling texunit0/1.

19 years agosome "safer" type-punning (gcc optimizes float moves with integer moves, anyway).
Daniel Borca [Wed, 12 Jan 2005 09:25:37 +0000 (09:25 +0000)]
some "safer" type-punning (gcc optimizes float moves with integer moves, anyway).

19 years agotemporary prototypes for OpenGL 2.0
Brian Paul [Wed, 12 Jan 2005 04:06:55 +0000 (04:06 +0000)]
temporary prototypes for OpenGL 2.0

19 years agoOpenGL 2.0 StencilFunc/Op/MaskSeparate functions
Brian Paul [Wed, 12 Jan 2005 04:01:54 +0000 (04:01 +0000)]
OpenGL 2.0 StencilFunc/Op/MaskSeparate functions

19 years agoSome initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.
Brian Paul [Wed, 12 Jan 2005 04:01:08 +0000 (04:01 +0000)]
Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.

19 years agoAdded a couple missing proxy types.
Ian Romanick [Tue, 11 Jan 2005 23:50:01 +0000 (23:50 +0000)]
Added a couple missing proxy types.

19 years agoMipmapping and other texture filters now work.
Aapo Tahkola [Tue, 11 Jan 2005 23:34:55 +0000 (23:34 +0000)]
Mipmapping and other texture filters now work.
Beaware that R300_TX_MIN_FILTER_MASK might be incorrect because i havent
been able to confirm that all filters operate correctly. Because of this its
also pretty pointless trying to get other features that use filter field to
work.

Lod bias should also work but have been unable to test it because lodbias
test doesnt work.

19 years agoPut quotes around the CC and CXX variables passed to mklib. This make
Ian Romanick [Tue, 11 Jan 2005 22:43:45 +0000 (22:43 +0000)]
Put quotes around the CC and CXX variables passed to mklib.  This make
them work with multi-work compiler names (e.g., "ccache gcc").

19 years agofix a typo
Alan Hourihane [Tue, 11 Jan 2005 18:43:21 +0000 (18:43 +0000)]
fix a typo

19 years agoDisable bogus pbuffer code (though this could be revived with a little
Keith Whitwell [Tue, 11 Jan 2005 17:12:48 +0000 (17:12 +0000)]
Disable bogus pbuffer code (though this could be revived with a little
attention).
Correctly advertise FBConfigs with GL_BGRA rather than GL_BGR.

19 years agoFix the calculation of the alpha reference value which negates the
Alan Hourihane [Tue, 11 Jan 2005 17:09:47 +0000 (17:09 +0000)]
Fix the calculation of the alpha reference value which negates the
need for the big nasty fallback - so I've commented out that code.

19 years agoTemporarily disable pageflipping assert.
Keith Whitwell [Tue, 11 Jan 2005 17:06:09 +0000 (17:06 +0000)]
Temporarily disable pageflipping assert.

19 years agouncomment
Alan Hourihane [Tue, 11 Jan 2005 16:44:18 +0000 (16:44 +0000)]
uncomment

19 years agoFix ColorMask
Alan Hourihane [Tue, 11 Jan 2005 16:42:56 +0000 (16:42 +0000)]
Fix ColorMask

19 years agoprototype _mesa_init_ati_fragment_shader()
Brian Paul [Tue, 11 Jan 2005 15:56:47 +0000 (15:56 +0000)]
prototype _mesa_init_ati_fragment_shader()

19 years agoaliasing was broken
Michal Krol [Tue, 11 Jan 2005 15:47:16 +0000 (15:47 +0000)]
aliasing was broken

19 years agoAdd a big nasty fallback for AlphaTest -- seems to always be wrong
Keith Whitwell [Tue, 11 Jan 2005 15:40:06 +0000 (15:40 +0000)]
Add a big nasty fallback for AlphaTest -- seems to always be wrong
on CLE266 because Z values are written even for fragments which
fail the test.

19 years agofallback on polygon.stippleflag (thanks Keith)
Alan Hourihane [Tue, 11 Jan 2005 15:24:24 +0000 (15:24 +0000)]
fallback on polygon.stippleflag (thanks Keith)

19 years agoVMS updates from Jouk Jansen
Brian Paul [Tue, 11 Jan 2005 15:23:08 +0000 (15:23 +0000)]
VMS updates from Jouk Jansen

19 years agoapplied Keith's patch for "safe" type-punning.
Daniel Borca [Tue, 11 Jan 2005 10:56:39 +0000 (10:56 +0000)]
applied Keith's patch for "safe" type-punning.
made IS_NEGATIVE produce a boolean (useful when xoring with other booleans).

19 years agoFix usage of texture units, when TEX1 is enabled, but not TEX0.
Alan Hourihane [Tue, 11 Jan 2005 09:52:10 +0000 (09:52 +0000)]
Fix usage of texture units, when TEX1 is enabled, but not TEX0.

19 years agoGet NeHe lesson08 to work. Note: it appears the filtering does not work properly...
Vladimir Dergachev [Tue, 11 Jan 2005 06:22:55 +0000 (06:22 +0000)]
Get NeHe lesson08 to work. Note: it appears the filtering does not work properly. Need to find place where it is broken and put an fprintf() complaining about it.

19 years agoSwitch back to using immediate mode code - use of AGP space is interfering with textu...
Vladimir Dergachev [Tue, 11 Jan 2005 05:59:07 +0000 (05:59 +0000)]
Switch back to using immediate mode code - use of AGP space is interfering with texture management.
Ideally, r300_render is ready to be rewritten to use standard Mesa include files, but I don't think I'll get around to it.

19 years agoMove the few definitions from r300_lib.h still in use to r300_emit.h.
Vladimir Dergachev [Tue, 11 Jan 2005 04:11:05 +0000 (04:11 +0000)]
Move the few definitions from r300_lib.h still in use to r300_emit.h.
Rework *vb* function to not use AOS_ARRAY structure, but rather work directly with r300->state.aos.
Remove references to r300_lib.h and r300_lib.c
Remove r300_lib.[c,h].

19 years agoSwitch r300_state.c to use r300_fixed_pipelines.h instead of r300_lib.h.
Vladimir Dergachev [Tue, 11 Jan 2005 03:55:04 +0000 (03:55 +0000)]
Switch r300_state.c to use r300_fixed_pipelines.h instead of r300_lib.h.
This fixes potentially buggy memcpy()'s between potentially different structures.

19 years agoCopy sample pixel and vertex shaders to r300_fixed_pipelines.h
Vladimir Dergachev [Tue, 11 Jan 2005 03:50:04 +0000 (03:50 +0000)]
Copy sample pixel and vertex shaders to r300_fixed_pipelines.h

19 years agoremove a debug line
Brian Paul [Mon, 10 Jan 2005 23:16:49 +0000 (23:16 +0000)]
remove a debug line

19 years agotweak output formattting, fixed uninitialized var error
Brian Paul [Mon, 10 Jan 2005 23:15:59 +0000 (23:15 +0000)]
tweak output formattting, fixed uninitialized var error

19 years agoFixes to cope with the lack of AGP textures. This is all that's needed
Felix Kuehling [Mon, 10 Jan 2005 22:49:00 +0000 (22:49 +0000)]
Fixes to cope with the lack of AGP textures. This is all that's needed
to support PCI Savages on the Mesa side. Bumped driver date.

19 years agoFallback on PolygonStipple for CLE266 hardware.
Alan Hourihane [Mon, 10 Jan 2005 19:44:59 +0000 (19:44 +0000)]
Fallback on PolygonStipple for CLE266 hardware.
Only upload stencil configuration when a stencil buffer exists.

19 years agoWindows/ReactOS patch (Gregor Anich)
Brian Paul [Mon, 10 Jan 2005 16:23:21 +0000 (16:23 +0000)]
Windows/ReactOS patch (Gregor Anich)