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