summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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 an...Brian Paul2001-04-275-102/+88
* 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
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-5/+6
* 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
* More texture image changes.Brian Paul2001-04-042-2/+6