summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Fix Alan Barnett's 'try10' display list bug.Keith Whitwell2001-07-171-4/+4
|
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-7/+7
| | | | minor adjustments in the dri drivers for twosided lighting to work again.
* more work on float colors (still not finished)Brian Paul2001-07-141-4/+4
|
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-7/+7
|
* Committing in .Jouk Jansen2001-07-132-0/+35
| | | | | | | | | Modified Files: Mesa/src/descrip.mms Mesa/src/FX/fxtris.c Mesa/src/FX/fxvb.c -updated OpenVMS makefile -fixed compilation if FX is NOT defined. ----------------------------------------------------------------------
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-128-1271/+1211
| | | | | | | | | | | | | | clear that these are owned by t_vb_render.c. Make swrast_setup opaque - it now hooks itself directly into tnl->Driver.Render.*. Add a _swsetup_Wakeup() call that does this. Update X11 (tested), osmesa and FX drivers for this change. FX compiles but is probably broken as the changes there are large. It was the only remaining driver that used the internal _swsetup_ functions for interp and copy_pv. This usage has been replaced with code from the DRI tdfx driver.
* fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)Brian Paul2001-07-051-3/+4
|
* More .cvsignore updates.pesco2001-07-022-0/+2
|
* support for RGB_565 pixels (Lars Andersson), untestedBrian Paul2001-06-271-3/+212
|
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+7
| | | | | compression isn't really implmented. Just updated glTexImageXD() to accept compressed internal format tokens.
* replace 255 with CHAN_MAXBrian Paul2001-06-151-7/+7
|
* fixed a commentBrian Paul2001-06-141-2/+2
|
* Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul2001-06-131-1/+0
|
* removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul2001-06-041-6/+9
|
* apply David Miller's quad/backcolor patchKeith Whitwell2001-06-011-23/+49
|
* fixed s/w alpha channel bugBrian Paul2001-05-311-2/+2
|
* forgot to check-in yesterdayBrian Paul2001-05-302-0/+489
|
* more DRI libGL-related changesBrian Paul2001-05-293-20/+24
|
* removed some old DRI-ismsBrian Paul2001-05-294-54/+13
|
* added new functions to GLX_functions[]Brian Paul2001-05-291-4/+65
|
* more work on XMesa / libGL integrationBrian Paul2001-05-253-230/+158
|
* added some casts so that older glx.h can be usedBrian Paul2001-05-242-9/+9
|
* Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul2001-05-243-64/+138
|
* prototyping some new stuffBrian Paul2001-05-241-82/+314
|
* s/Height/height/ (Jeff Potter)Brian Paul2001-05-211-2/+2
|
* New triangle rasterization code. Store per-span initial/step values in theBrian Paul2001-05-142-532/+551
| | | | | new triangle_span struct. Much cleaner code and possibilities for future optimizations.
* Fix for glean texgen test.Keith Whitwell2001-05-141-8/+8
|
* Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell2001-05-101-55/+40
| | | | Apply Jeff Epler's optimization to ci spans as well, remove old code.
* applied Jeff & Keith's optimization to write_span_mono_pixmap()Brian Paul2001-05-101-1/+22
|
* fixed bad texture border test (sometimes caused a segfault)Brian Paul2001-05-101-1/+1
|
* minor clean-upBrian Paul2001-05-101-18/+1
|
* Driver interface changesKeith Whitwell2001-05-103-2/+7
|
* check hardware type and use SETUP_SNAP if neededBrian Paul2001-05-103-13/+21
|
* minor clean-upsBrian Paul2001-05-091-8/+13
|
* fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul2001-05-091-2/+2
|
* fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul2001-05-091-2/+3
|
* remove debug codeKeith Whitwell2001-05-091-2/+2
|
* fix for moebius infinite loopKeith Whitwell2001-05-031-1/+2
|
* minor clean-ups and warning fixesBrian Paul2001-05-032-3/+3
|
* add disabled test to turn on vertex snapping.Keith Whitwell2001-05-031-0/+5
|
* fixed vertex color problemsBrian Paul2001-05-022-13/+13
|
* teximage updates. seems to work fine.Brian Paul2001-05-022-116/+121
|
* 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
|