summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Collapse)AuthorFilesLines
2000-10-31sync with DRI texgen and texture matrix bug fixesBrian Paul1-7/+9
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 Hughes1-9/+9
general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking.
2000-10-21fixed a texture enable bugBrian Paul2-28/+11
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 ↵Brian Paul1-2/+7
clear bug
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-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 Paul3-121/+156
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul2-23/+38
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 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-05use clear_proxy_teximage() instead of MEMSET()Brian Paul1-13/+41
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-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul2-5/+50
2000-08-03added NULL parameter checking to API functionsBrian Paul1-4/+15
2000-08-02fixed return val bug in glAreTexturesResident()Brian Paul1-14/+18
2000-08-02define GL_GLEXT_PROTOTYPES before including mesa_wgl.hBrian Paul1-4/+7
2000-08-02initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()Brian Paul1-7/+6
2000-08-01glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driverBrian Paul1-4/+18
2000-07-31test against an epsilon magnitude in gl_rotation_matrix()Brian Paul1-3/+3
2000-07-21removed beta from version stringBrian Paul1-4/+4
2000-07-20fix for eval regressionKeith Whitwell1-5/+6
2000-07-19initialize GenBit[STRQ] in init_texture_unit()Brian Paul1-1/+6
2000-07-19restore driver depth test enable/disable state in PopAttrib()Brian Paul1-1/+4
2000-07-19removed two bugsBrian Paul1-12/+1
2000-07-18Fixed off-by-one error in compute_shine_table(). Minor code clean-upBrian Paul1-47/+51
2000-07-17Fix for gloss and sgl eval bugs.Keith Whitwell1-12/+34
2000-07-15another tweak to optimized GL_RETURN codeBrian Paul1-5/+3
2000-07-15fixed AA sampling problem, misc clean-upBrian Paul1-36/+57
2000-07-14removed references to fx_regoff.h and fx_gen_regoff.cBrian Paul1-6/+2