summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-05Some Doxygenization of the commentscxx-1-branchJose Fonseca8-269/+447
2003-04-02Adapt to use the new texture object containment scheme.Jose Fonseca2-325/+337
2003-04-02Seperate code in _mesa_delete_texture_object into _mesa_free_texture_object_d...Jose Fonseca2-10/+35
2003-04-02nitial import of the existing C++ framework files.Jose Fonseca10-0/+2216
2003-04-01Initial import of the existing C++ framework files.Jose Fonseca1-0/+993
2003-04-01added GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()Brian Paul1-3/+2
2003-04-01clean-up current state initializationBrian Paul1-9/+8
2003-04-01added GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)Brian Paul1-1/+17
2003-04-01minor initialization fixesBrian Paul1-2/+4
2003-04-01improve some error messagesBrian Paul1-6/+6
2003-04-01GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning strideBrian Paul1-5/+5
2003-04-01GL_FOG_COORDINATE_SOURCE_EXT query was missingBrian Paul1-1/+17
2003-04-01fix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV q...Brian Paul1-17/+37
2003-04-01fix default compare modeBrian Paul1-2/+2
2003-04-01s/gl_ctx/mesa/ and misc clean-upsBrian Paul1-27/+33
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul7-264/+279
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul9-391/+487
2003-04-01commentsBrian Paul1-2/+1
2003-04-01_mesa_realloc() fixBrian Paul1-7/+7
2003-04-01added gnumake/gmake infoBrian Paul1-0/+3
2003-04-01 Committing in .Jouk Jansen1-1/+1
2003-03-31Remove dead code.Brian Paul2-204/+92
2003-03-31clean-ups, const qualifiersBrian Paul1-56/+60
2003-03-31minor clean-ups, const qualifiersBrian Paul1-10/+6
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul8-204/+327
2003-03-31use gluSphere instead of glutSphere so we get texcoordsBrian Paul1-9/+18
2003-03-31fixed bad texgen Q problemBrian Paul1-2/+3
2003-03-30minor updatesBrian Paul1-23/+29
2003-03-30added MD5 checksumsBrian Paul1-1/+12
2003-03-30added 5.0.1 infoBrian Paul1-2/+39
2003-03-30minor changeBrian Paul1-1/+1
2003-03-305.0.1 updatesBrian Paul5-4/+98
2003-03-30enable 1.4 extensionsBrian Paul1-2/+2
2003-03-29remove debug printfBrian Paul1-3/+1
2003-03-29remove duplicate lineBrian Paul2-4/+2
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul14-13/+209
2003-03-29print GL_MULTISAMPLE_ARBBrian Paul1-1/+4
2003-03-29fix texgen msg stringsBrian Paul1-3/+3
2003-03-29minor updatesBrian Paul3-4/+5
2003-03-29added GL_ARB_vertex_buffer_object functionsBrian Paul1-0/+22
2003-03-29disable normal xform code for nowBrian Paul1-3/+6
2003-03-29added _mesa_print_nv_vertex_instruction()Brian Paul2-12/+26
2003-03-29proper dispatch for NV_fragment_program functionsBrian Paul3-54/+70
2003-03-29GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul6-0/+2844
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_f...Brian Paul1-53/+690
2003-03-29DOS updates from Daniel BorcaBrian Paul9-174/+160
2003-03-29fix EXP instruction and ARL-relative addressingBrian Paul1-17/+9
2003-03-28minor clean-ups, comments, etcBrian Paul4-90/+96
2003-03-27fixed ColorMask problem for front-buffer renderingBrian Paul1-4/+5
2003-03-25remove some unfinished code accidently checked inBrian Paul1-4/+1