summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* minor XFree86 changeBrian Paul2001-05-011-1/+5
|
* float color changesKeith Whitwell2001-05-012-18/+18
|
* Lots more eval fixesKeith Whitwell2001-04-301-1/+5
|
* typoKeith Whitwell2001-04-291-2/+1
|
* More HW_DIVIDE checks.Keith Whitwell2001-04-291-6/+6
|
* Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide offKeith Whitwell2001-04-292-16/+18
| | | | according to a runtime test.
* fix color copying in twosided quadsKeith Whitwell2001-04-281-2/+10
|
* add specialized interp for backcolor, edgeflagsKeith Whitwell2001-04-283-5/+129
|
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-282-61/+60
|
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵Brian Paul2001-04-275-102/+88
| | | | and GLframebuffer structs instead of pointers
* fixed mem leak in XFreeFontInfo() callBrian Paul2001-04-261-3/+3
|
* flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul2001-04-261-1/+9
|
* texture image code updates (not finished)Brian Paul2001-04-243-195/+143
|
* compilation fixes - texturing isn't working at this timeBrian Paul2001-04-202-2/+7
|
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-1/+3
| | | | | texture image in the base internal format between user->Mesa format conversion. See comments in texstore.c
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus ↵Brian Paul2001-04-101-5/+6
| | | | Niederkrueger)
* remove a HAVE_ELTS that I'd stuck before.Alan Hourihane2001-04-091-2/+2
|
* fix use of projected vertices with notex vertices when DO_PTEX isn't set.Alan Hourihane2001-04-091-7/+3
|
* Add quad and quad_stripAlan Hourihane2001-04-071-6/+56
|
* add FINISH function at end of each render_* functionAlan Hourihane2001-04-062-4/+31
| | | | fix typo.
* More texture image changes.Brian Paul2001-04-042-2/+6
| | | | | | | | | | | | 1. Added ctx->Driver.ChooseTextureFormat() function. Examines user's internalFormat, format, type params and returns a gl_texture_format. 2. _mesa_store_teximage[123]d() calls ctx->Driver.ChooseTextureFormat(), allocates storage and transfers the image into the desired format. 3. _mesa_transfer_teximage() now takes a gl_texture_format to describe the destination format. Any combination of input format/type and output gl_texture_format is accepted. Uses optimized _mesa_convert_- texsubimage[123]d() functions when possible. 3. DRI driver's TexImage[123]D functions should be a lot simpler now.
* another fix to clear_32bit_ximage()Brian Paul2001-04-031-2/+1
|
* include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul2001-04-031-1/+1
|
* fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul2001-04-031-12/+10
|
* clear pixel value wasn't byteswapped for scissored clears in ↵Brian Paul2001-04-031-8/+8
| | | | clear_32bit_ximage()
* fixed compilation problems related to ctx->_Enabled removalBrian Paul2001-03-301-4/+5
|
* Fix calculation of fog coordinate in translate_vertex().Keith Whitwell2001-03-301-2/+2
|
* silence a compiler warningBrian Paul2001-03-291-2/+2
|
* Removed DD_Z_NEVER.Brian Paul2001-03-291-1/+1
| | | | | | Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE.
* compilation updatesBrian Paul2001-03-282-3/+2
|
* - Restore texImage->IntFormat.Gareth Hughes2001-03-281-12/+12
| | | | - Fix FX driver texture image conversions.
* silence compiler warningsBrian Paul2001-03-272-3/+3
|
* minor tweak to visual setup for accum buffersBrian Paul2001-03-231-6/+6
|
* added teximage rescaling code. untested at this pointBrian Paul2001-03-211-8/+100
|
* minor updates for 3.5Brian Paul2001-03-211-5/+1
|
* use new texture conversion code, still have to do image rescalingBrian Paul2001-03-211-71/+43
|
* More updates. Radeon tnl module still disabled by default.Gareth Hughes2001-03-201-9/+9
|
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-1910-363/+395
|
* Fix lineloops.Keith Whitwell2001-03-181-2/+2
|
* Revert earlier changes protecting against null VB->TexCoordPtr[x]. DoKeith Whitwell2001-03-172-208/+153
| | | | this a better way via check_tex_sizes().
* Fix typo.Gareth Hughes2001-03-141-2/+2
|
* Initial templates for immediate mode fastpaths, or custom tnl modules.Gareth Hughes2001-03-132-11/+33
| | | | Completely untested and incomplete. More to follow.
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-128-294/+357
|
* Support for swappable tnl modules.Gareth Hughes2001-03-111-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core Mesa provides a neutral tnl module that verifies the currently module before installing the tnl function pointers in a lazy fashion. It also records which tnl functions have been swapped out, and only restores these when tnl modules themselves are swapped. Fallback strategies: Drivers set a bitmask of dangerous stage changes. When such a state change occurs, the driver should restore the neutral tnl module via _mesa_restore_exec_vtxfmt(). The neutral tnl module will call _mesa_update_state(), followed by ctx->Driver.ValidateTnlModule() if the validation bitmask matches the new state bitmask. The driver should call _tnl_wakeup_exec() if it can no longer handle the current state, which will revert to the default tnl module. In this case, previous vertices should be replayed as required (depending on the current primitive) after the new tnl module is installed. If the driver uses chooser functions for any part of the tnl module, these should generally be reinstalled as part of the fallback to the neutral tnl module. For example, if the lighting state changes, a driver might fall back to the neutral tnl module, verify that the current lighting state can be handled, and use the chooser function to pick the most efficient implementation of the current lighting state. It is up to the drivers to detect and handle fallback cases caused by tnl function calls themselves (such as glTexCoord4f* if the current tnl module can't handle projected textures, for example).
* fixed RBGA ifdef typoBrian Paul2001-03-081-1/+1
|
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-082-26/+2
|
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-084-32/+33
|
* added an assertion in the init code, just to be safeBrian Paul2001-03-071-0/+3
|
* Misc build fixesJon Taylor2001-03-071-9/+13
|
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵Brian Paul2001-03-071-1/+1
| | | | of potential problems