summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-01fix default compare modeBrian Paul
2003-04-01s/gl_ctx/mesa/ and misc clean-upsBrian Paul
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
allow drivers to implement C++-like inheritance via containment. Lots of assorted clean-ups related to texture objects.
2003-04-01commentsBrian Paul
2003-04-01_mesa_realloc() fixBrian Paul
2003-04-01added gnumake/gmake infoBrian Paul
2003-04-01 Committing in .Jouk Jansen
added bufferobj.obj Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
2003-03-31Remove dead code.Brian Paul
Replace blocks of per-attribute code with for-loops. New comments/docs.
2003-03-31clean-ups, const qualifiersBrian Paul
2003-03-31minor clean-ups, const qualifiersBrian Paul
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2003-03-31use gluSphere instead of glutSphere so we get texcoordsBrian Paul
2003-03-31fixed bad texgen Q problemBrian Paul
2003-03-30minor updatesBrian Paul
2003-03-30added MD5 checksumsBrian Paul
2003-03-30added 5.0.1 infoBrian Paul
2003-03-30minor changeBrian Paul
2003-03-305.0.1 updatesBrian Paul
2003-03-30enable 1.4 extensionsBrian Paul
2003-03-29remove debug printfBrian Paul
2003-03-29remove duplicate lineBrian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul
2003-03-29print GL_MULTISAMPLE_ARBBrian Paul
2003-03-29fix texgen msg stringsBrian Paul
2003-03-29minor updatesBrian Paul
2003-03-29added GL_ARB_vertex_buffer_object functionsBrian Paul
2003-03-29disable normal xform code for nowBrian Paul
2003-03-29added _mesa_print_nv_vertex_instruction()Brian Paul
2003-03-29proper dispatch for NV_fragment_program functionsBrian Paul
2003-03-29GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program ↵Brian Paul
entrypoints
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, ↵Brian Paul
GL_NV_fragment_program
2003-03-29DOS updates from Daniel BorcaBrian Paul
2003-03-29fix EXP instruction and ARL-relative addressingBrian Paul
2003-03-28minor clean-ups, comments, etcBrian Paul
2003-03-27fixed ColorMask problem for front-buffer renderingBrian Paul
2003-03-25remove some unfinished code accidently checked inBrian Paul
2003-03-25histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-25store correct EXP resultBrian Paul
2003-03-24disable prototyped GLX_ARB_render_texture extensionBrian Paul
2003-03-24add 2, not 4, in _mesa_get_compressed_formats()Brian Paul
2003-03-22subset spec (was subset.html in embedded-1-branch)Brian Paul
2003-03-21fix GL_COLOR_MATERIAL bugBrian Paul
2003-03-19remove/obfuscate all remaining email addressesBrian Paul
2003-03-19 Committing in .Jouk Jansen
Added some type casts Modified Files: Mesa/src/swrast/s_nvfragprog.c ----------------------------------------------------------------------
2003-03-19Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul
2003-03-19added commentsBrian Paul
2003-03-17Fix typoKeith Whitwell
2003-03-17move #include glheader.h before extern C namespaceBrian Paul