aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* OpenGL 1.3 supportBrian Paul2001-08-281-3/+3
* bumped version string to 3.5.1Brian Paul2001-08-201-2/+2
* fixed GLX context sharing bug (reported by Eric Plante)Brian Paul2001-08-071-3/+3
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-14/+5
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+7
* removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul2001-06-041-6/+9
* 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
* New triangle rasterization code. Store per-span initial/step values in theBrian Paul2001-05-141-510/+526
* 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
* Driver interface changesKeith Whitwell2001-05-101-1/+3
* minor clean-ups and warning fixesBrian Paul2001-05-031-2/+2
* minor XFree86 changeBrian Paul2001-05-011-1/+5
* 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
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-5/+6
* More texture image changes.Brian Paul2001-04-041-1/+3
* another fix to clear_32bit_ximage()Brian Paul2001-04-031-2/+1
* clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...Brian Paul2001-04-031-8/+8
* minor tweak to visual setup for accum buffersBrian Paul2001-03-231-6/+6
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-194-186/+209
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-081-23/+1
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-083-8/+9
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-034-16/+16
* fixed mistake in alpha buffer clear testBrian Paul2001-03-011-2/+2
* added s/w alpha buffer clearingBrian Paul2001-03-011-1/+8
* removed some bogus codeBrian Paul2001-02-221-3/+1
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+6
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
* fixed a few CI mode span bugs and a dither bugBrian Paul2001-02-131-13/+36
* Overhaul of texture image handling.Brian Paul2001-02-061-8/+19
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-2/+2
* fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul2001-01-291-7/+8
* Update implementations of Driver.Clear().Keith Whitwell2001-01-291-15/+13
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-7/+31
* Lots of GLchan datatype changes.Brian Paul2001-01-242-26/+22
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-234-107/+154
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-10/+11
* revert XMesaCreateContext changesKeith Whitwell2001-01-082-90/+85
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-088-97/+103
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-052-58/+58
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-2/+4
* Major rework of tnl moduleKeith Whitwell2000-12-263-13/+15