summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2002-03-15fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Mich...Brian Paul
2002-03-13added _mesa_image_image_stride()Brian Paul
2002-03-13added a commentBrian Paul
2002-03-13initial work for NV_vertex_program1_1 extensionBrian Paul
2002-03-08DOS driver updates from Daniel BorcaBrian Paul
2002-02-23DOS updates from Daniel BorcaBrian Paul
2002-02-21Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul
2002-02-15Finished up GL_ARB_depth_texture and GL_ARB_shadowBrian Paul
2002-02-15Finished up GL_ARB_depth_texture and GL_ARB_shadow.Brian Paul
2002-02-15finished up GL_ARB_window_posBrian Paul
2002-02-15added a glClear() error checkBrian Paul
2002-02-15fixed a multitexture MatrixMode() bugBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2002-02-12Daniel Borca's new DOS/DJGPP driver.Brian Paul
2002-02-05fix evaluator data and matrix stack mem leaks (Robert Bergkvist)Brian Paul
2002-02-02removed references to removed source filesBrian Paul
2002-01-22added missing IsEnabled() cases for fog coord and secondary color arraysBrian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-15added some missing error checksBrian Paul
2002-01-15Correct typo (vpstate.c) so that makefile works.Karl Schultz
2002-01-15Remove phantom tab on a blank line to allow compile on IRIX.Karl Schultz
2002-01-14remove api_compat.cBrian Paul
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul
2002-01-14oops, missed vpstate.cBrian Paul
2002-01-14added vertex program sourcesBrian Paul
2002-01-12added some commentsBrian Paul
2002-01-12set _NeedEyeCoords to zero if vertex program is enabledBrian Paul
2002-01-11Changed gl_client_array's Enabled field to GLuint so it can actuallyBrian Paul
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul
2002-01-09fixed int->float conversion bug in _mesa_TexEnviv()Brian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05minor clean-upsBrian Paul
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-28Remove warnings about the difference between function pointers andGareth Hughes
2001-12-21add _compat_VertexAttrib4fNVKeith Whitwell
2001-12-20Define finite as _finite for Windows.Karl Schultz
2001-12-20Further help with dri libGL version skewKeith Whitwell
2001-12-19some display list support for vertex program extensionBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-17disable prototype matrix stack codeBrian Paul
2001-12-17 Committing in .Jouk Jansen
2001-12-15better api trace/log messagesBrian Paul
2001-12-15vertex program fixesBrian Paul
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz
2001-12-14minor dispatach table changesBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul