summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|