summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 en...Brian Paul
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_f...Brian Paul
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
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
2003-03-16Store partial derivative values in sw_span structure.Brian Paul
2003-03-16use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul
2003-03-16clean-ups, re-org in preparation for fragment program workBrian Paul
2003-03-16added -lstc++ info, convert more plain text to htmlBrian Paul
2003-03-15Fix up some fragment program texture enable issues.Brian Paul
2003-03-14added fptest1, fptexture, texrect, etcBrian Paul
2003-03-14simple NV_fragment_program texture testBrian Paul
2003-03-14Clean-up of parser error handling/reporting.Brian Paul
2003-03-14include macros.hBrian Paul
2003-03-11DJGPP tweaksBrian Paul
2003-03-11DJGPP tweaksBrian Paul
2003-03-10added Klaus Niederkruger, html clean-upBrian Paul
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul
2003-03-08test GLfloat OSMesa renderingBrian Paul
2003-03-08DOS update (Daniel Borca)Brian Paul
2003-03-08minor tweaksBrian Paul
2003-03-08Documentation/website overhaul. The website content and doc/ directoryBrian Paul
2003-03-07minor updatesBrian Paul
2003-03-07added OS/2 version of IROUND (Evgeny Kotsuba)Brian Paul
2003-03-05 Committing in .Jouk Jansen
2003-03-04fix GLchan=GLfloat problemsBrian Paul
2003-03-04silence a GLchan=GLfloat warning with a castBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-03disable using optimized _mesa_sqrtf() for nowBrian Paul
2003-03-03better error messages (Leif Delgass)Brian Paul
2003-03-03added glFinish with commentBrian Paul