summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-10-02better error checking related to YCbCr imagesBrian Paul1-23/+52
2002-09-30disable GL_NV_texture_rectangle by defaultBrian Paul1-2/+2
2002-09-23fix bug in index_mask() (bug 609837)Brian Paul1-1/+2
2002-09-23gl_texture_image RowStride changes from DRI R200 branchBrian Paul5-16/+26
2002-09-21Spelling mistake meas --> mesaKeith Whitwell1-3/+3
2002-09-21fixed GL_MESA_pack_invert oversightBrian Paul1-1/+3
2002-09-21init pixelstore.Invert to GL_FALSEBrian Paul1-2/+3
2002-09-21added GL_MESA_pack_invertBrian Paul6-11/+60
2002-09-21minor YCBCR fixesBrian Paul2-5/+5
2002-09-20sync with DRI R200 branch (GL_APPLE_client_storage extension)Brian Paul6-22/+34
2002-09-20finish-up AGP loose-endsBrian Paul4-4/+43
2002-09-20removed old MESA_TRACE stuffBrian Paul1-31/+1
2002-09-20stub functions for AGP from 4.1 branchBrian Paul4-9/+78
2002-09-19updated BeOS support (Philippe Houdoin)Brian Paul2-936/+469
2002-09-19push and pop ESI (Daniel Borca)Brian Paul1-1/+3
2002-09-19obsoleteBrian Paul1-52/+0
2002-09-17remove GLint t, pass target to _mesa_init_teximage_fields()Brian Paul1-3/+2
2002-09-17undo last check-inBrian Paul1-5/+6
2002-09-17sync from r200 DRI branch (_swrast_render_start/finish() and tnl_dd changesBrian Paul7-44/+107
2002-09-16fix auto mipmap generation problem (backport from 4.1)Brian Paul3-97/+86
2002-09-15removed unused teximage Width/Height/DepthScaleBrian Paul2-17/+2
2002-09-14new commentsBrian Paul2-4/+22
2002-09-14implemented glGetTexImage for YCRCBBrian Paul1-5/+17
2002-09-14added GL_UNSIGNED_SHORT_8_8_APPLEBrian Paul1-3/+14
2002-09-13fix YCbCr component ordering typosBrian Paul1-15/+15
2002-09-13fix typosBrian Paul2-4/+4
2002-09-13initial prototype of new GL_MESA_ycrcb_texture extensionBrian Paul11-80/+353
2002-09-13removed unfinished GL_MESA_sprite_point extensionBrian Paul7-167/+26
2002-09-12Mark the destroyed context as not current. (Frank Warmerdam)Karl Schultz1-1/+4
2002-09-11Remove linker option to make a map file.Karl Schultz1-1/+1
2002-09-10Added cast to prevent compiler warnings.Karl Schultz1-5/+9
2002-09-06incorrect dimenstion passed to texture_error_check() in compressed teximage f...Brian Paul1-4/+4
2002-09-06removed GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul1-25/+1
2002-09-05added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul1-2/+4
2002-09-05test for ARB_texture_cube_map when getting GL version(Ian Romanick)Brian Paul1-1/+2
2002-09-04updated wglGetProcAddressBrian Paul2-144/+14
2002-09-03updates from Daniel BorcaBrian Paul17-514/+1151
2002-09-03version bumps for 4.0.4Brian Paul1-2/+2
2002-08-28Don't call _mesa_initialize_context because we are usingKarl Schultz1-12/+3
2002-08-28Back-port of NV_texture_rectangle from Mesa 4.1.Brian Paul15-217/+868
2002-08-21bring over VERTEX_COLOR change from DRI trunk (from PPC fixes)Alan Hourihane1-17/+20
2002-08-21update colormaterial state on swtcl wakeupKeith Whitwell1-1/+6
2002-08-21fix problems in FXgetImage()Brian Paul1-15/+14
2002-08-21fixed array index typo in VERT_SAVE_RGBA() macroBrian Paul1-2/+3
2002-08-08initialize SWvertex array to zerosBrian Paul1-2/+2
2002-08-02added fog factor clamping to GL_LINEAR caseBrian Paul1-5/+9
2002-07-29export new symbol for osmesa libKarl Schultz1-0/+1
2002-07-12fix patching offsets (Sven Panne) (patch 544637)Brian Paul1-3/+3
2002-07-11applied Eric Anholt's patch for Athlon SSEBrian Paul2-3/+28
2002-06-30Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation.Brian Paul1-17/+17