summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-02set planned release date (Oct 3)mesa_4_0_4Brian Paul1-2/+2
2002-10-02finished the specBrian Paul2-10/+115
2002-10-02also test glTexSubImage2D() with YCbCr dataBrian Paul1-2/+8
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-21update from Daniel BorcaBrian Paul1-3/+4
2002-09-21Spelling mistake meas --> mesaKeith Whitwell1-3/+3
2002-09-21documentation for GL_MESA_pack_invert extensionBrian Paul1-0/+138
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_APPLE_client_storage GL_MESA_pack_invertBrian Paul1-1/+3
2002-09-21added GL_MESA_pack_invertBrian Paul7-12/+70
2002-09-21minor YCBCR fixesBrian Paul2-5/+5
2002-09-20sync with DRI R200 branch (GL_APPLE_client_storage extension)Brian Paul7-23/+47
2002-09-20updated status to OBSOLETEBrian Paul2-4/+4
2002-09-20first draft at spec'ing these new extensionsBrian Paul2-0/+186
2002-09-20Add missing entries and clean up a bit.Karl Schultz1-4/+120
2002-09-20finish-up AGP loose-endsBrian Paul4-4/+43
2002-09-20GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensionsBrian Paul1-13/+33
2002-09-20removed old MESA_TRACE stuffBrian Paul1-31/+1
2002-09-20stub functions for AGP from 4.1 branchBrian Paul5-10/+90
2002-09-19updated BeOS driverBrian Paul1-1/+2
2002-09-19added src/BeOS/*.h to file listBrian Paul1-1/+2
2002-09-19updated BeOS support (Philippe Houdoin)Brian Paul4-1040/+540
2002-09-19push and pop ESI (Daniel Borca)Brian Paul1-1/+3
2002-09-19obsoleteBrian Paul1-52/+0
2002-09-17Doesn't find readpix.c without this -I../utilKeith Whitwell1-4/+3
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 Paul4-98/+88
2002-09-15removed unused teximage Width/Height/DepthScaleBrian Paul2-17/+2
2002-09-14fixed typoBrian Paul1-2/+2
2002-09-14latest 4.0.4 updatesBrian Paul1-1/+4
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 i/j typo and icr/icb transpositionBrian Paul1-4/+4
2002-09-13fix typosBrian Paul2-4/+4
2002-09-13added GL_MESA_ycbcr_texture and GL_APPLE_ycbcr_422 tokensBrian Paul1-1/+20
2002-09-13test GL_MESA_ycbcr_texture and GL_NV_texture_rectangleBrian Paul1-0/+231
2002-09-13initial prototype of new GL_MESA_ycrcb_texture extensionBrian Paul11-80/+353
2002-09-13removed cvs log commentsBrian Paul2-129/+2
2002-09-13removed unfinished GL_MESA_sprite_point extensionBrian Paul8-179/+27
2002-09-13added AIX compile fixesBrian Paul1-1/+2
2002-09-12Add #define GL_GLEXT_PROTOTYPES since this demo uses ARB extensions.Karl Schultz1-1/+6
Windows needs them for correct linkage.
2002-09-12Mark the destroyed context as not current. (Frank Warmerdam)Karl Schultz1-1/+4