summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2000-11-03fixed glXChooseVisual to return NULL if using Glide and user requests too dee...Brian Paul1-6/+30
2000-11-02bumped version to 3.4Brian Paul1-3/+3
2000-10-31sync with DRI texgen and texture matrix bug fixesBrian Paul1-7/+9
2000-10-26added GL_BGR case to bytes_per_pixel()Brian Paul1-2/+3
2000-10-24added incomplete() debug function/macroBrian Paul1-1/+31
2000-10-24signal NEW_TEXTURING if there's a Driver.BindTexture() functionBrian Paul1-1/+3
2000-10-22Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes14-295/+949
2000-10-21fixed a texture enable bugBrian Paul2-28/+11
2000-10-20- General cleanups, fix version numbers.Gareth Hughes2-13/+12
2000-10-19Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul1-7/+9
2000-10-19glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctlyBrian Paul1-1/+17
2000-10-19call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...Brian Paul1-2/+7
2000-10-19improved blending accuracy to fix Glean test failuresBrian Paul1-19/+39
2000-10-17sync with DRI tdfx3 branchBrian Paul6-9/+24
2000-10-16added _mesa_get_teximages_from_driver()Brian Paul2-4/+60
2000-10-09if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problemsBrian Paul1-3/+4
2000-10-05update TriangleCaps in GL_POINT/POLYGON_SMOOTH casesBrian Paul1-1/+3
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul1-6/+7
2000-10-05fixed fast-path for GL_COLOR_INDEX, GL_UNSIGNED_BYTE drawpixelsBrian Paul1-6/+9
2000-10-05drawing color-index image to RGB window was brokenBrian Paul1-4/+4
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul7-135/+170
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul2-23/+38
2000-09-18Added SSE streaming store instructions, external symbol directives.Gareth Hughes1-1/+15
2000-09-18Added SSE prefetching instructions. General cleanups.Gareth Hughes1-1342/+1349
2000-09-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes1-111/+111
2000-09-15use cpml.h on Alpha (AlanH)Brian Paul1-1/+6
2000-09-13replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul1-3/+6
2000-09-12packing of GLushort packed types was brokenBrian Paul1-5/+77
2000-09-12added format/type error check to draw_rgba_pixels()Brian Paul1-1/+6
2000-09-12init mutexBrian Paul2-4/+6
2000-09-12Win32 updates (Chris Morley)Brian Paul1-68/+30
2000-09-12Win32 update (Chris Morley)Brian Paul1-3/+3
2000-09-07added device driver function for texture proxy testingBrian Paul2-18/+62
2000-09-06silence compiler warning (zoomY0)Brian Paul1-4/+2
2000-09-06test for __bsdi__ for XFree86Brian Paul1-1/+1
2000-09-06replaced ## with CONCAT macroBrian Paul2-6/+6
2000-09-05use clear_proxy_teximage() instead of MEMSET()Brian Paul1-13/+41
2000-08-31added more resolutions (Andy Sloane)Brian Paul1-4/+6
2000-08-30removed bogus gl_problem() callBrian Paul1-2/+3
2000-08-29removed some debugging codeBrian Paul1-13/+1
2000-08-29finished compressed texture support (Bill White)Brian Paul4-124/+362
2000-08-29added MESA_FF_R8_G8_B8 (alpha filled to 0xff) formatBrian Paul2-4/+76
2000-08-29don't free ctx inside _mesa_initialize_context() if error, caller does that.Brian Paul1-7/+3
2000-08-16optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)Brian Paul1-8/+102
2000-08-16fixed typo which disabled simple_DrawPixelsBrian Paul1-3/+3
2000-08-16fixed some warnings (Alan H.)Brian Paul1-8/+8
2000-08-13removed all dependencies on XMesaBrian Paul1-21/+5
2000-08-13fixed segfault problem when using MESA_GLX_FXBrian Paul1-11/+8
2000-08-09fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul1-0/+2
2000-08-08changed version to 3.4Brian Paul1-2/+2