revived linux-glide build process
[mesa.git] / src / mesa / main /
2003-09-18 Brian PaulRemove FLT_MIN definition to imports.h
2003-09-18 Karl SchultzAdd casts to prevent signed/unsigned compare compiler...
2003-09-17 Brian Paulremove unused Target field from gl_buffer_object
2003-09-17 Brian PaulFixed/added some error checks.
2003-09-17 Brian Paulunbind vertex arrays from buffer in DeleteBuffersARB()
2003-09-17 Brian PaulImplement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
2003-09-17 Jose FonsecaChange the hyperlinks names in the main page to match...
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-17 Brian Paulmove some functions, add some comments
2003-09-17 Brian Paulset ARB_vertex_buffer_object in _mesa_enable_sw_extensi...
2003-09-17 Brian Paulfix up FEATURE_* defines
2003-09-15 Brian Paulminor simplification
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-09-09 Brian Pauldisplay list support for ARB_vertex/fragment_program
2003-09-09 Brian Paulplug in vertex buffer object functions
2003-09-09 Brian PaulAdded prototypes for internal functions to bufferobj.h.
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-09-05 Brian Paulfix typo
2003-09-05 Brian Paulmove GL_MESA_program_debug code into program.c
2003-09-05 Jouk Jansen Committing in .
2003-09-04 Brian Paulmove SWIZZLE_ZERO/ONE tokens to program.h
2003-09-04 Brian PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-09-03 Brian PaulARB_point_sprite is not part of OpenGL 1.5
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-09-02 Brian Pauladd missing glNormal, glVertex calls (Michal Wozniak)
2003-09-02 Brian Paulfix fog.End error
2003-08-31 Brian Pauladded minor assertion
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-29 Brian Paulfix minor warnings with casts
2003-08-29 Karl Schultzadd arbfragparse.c to project.
2003-08-28 Brian PaulMove clamping of texture LOD bias to texture applicatio...
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-08-19 Brian PaulFix glPixelMap: s/GLint/GLsizei/
2003-08-18 Brian Paulminor code improvement in glGenTextures
2003-08-17 Brian Paulregister file changes
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-08-11 Jouk Jansen Committing in .
2003-08-06 Brian Paulprep for OpenGL 1.5
2003-08-06 Brian Paulfix a bunch of warnings
2003-08-06 Brian Paulremove temporary prototypes
2003-08-06 Brian Paulplaceholder files
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-08-05 Keith WhitwellFix samples/fog.c regression - missing test for NeedEye...
2003-08-05 Brian PaulUpdates from Daniel Borca.
2003-07-30 Brian Paulreplace assertion with conditional
2003-07-26 Karl SchultzVC 6 Project File
2003-07-24 Karl SchultzWindows does not define HUGE_VAL, so use the IEEE hex...
2003-07-23 Brian Paulfix a few more glitches from last big check-in
2003-07-23 Brian Paulfix GL_SGI_texture_colortable bugs
2003-07-22 Brian Paulremove printf
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-18 Brian PaulNumbered productions for ARB_vertex_program grammar...
2003-07-18 Brian PaulKarl Rasche's ARB_vertex_program parser
2003-07-18 Brian PaulFix up FEATURE_* defines in config.h
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-07 Brian Paulfix conformance glitch introduced with NPOT extension
2003-07-07 Brian Paulminor fixes in _mesa_TexGen[id]v() to silence valgrind
2003-07-03 Brian Paulfix int/float conversion for GL_TEXTURE_PRIORITY in...
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-03 Brian Paultweak checks for display list zero
2003-07-03 Brian PaulSimplify extension string handling.
2003-07-02 Jouk Jansen Committing in .
2003-06-27 Brian Pauladd a few more digits to PI to make Evgeny happy
2003-06-17 Jouk Jansen Committing in .
2003-06-16 Brian PaulDOS updates for new tree (Daniel Borca)
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-13 Brian Pauladded new GL_ARB_v_p instructions
2003-06-12 Brian Pauls/ATTRIB_h/ATTRIB_H/
2003-06-11 Brian Paulnew buffer/context visual compatibility test (Phil...
2003-06-11 Brian Pauladded missing types to _mesa_VertexAttribPointerARB()
2003-06-10 Brian Paulmoved from main/ to glapi/
2003-06-10 Brian Paulfix GL_CURRENT_VERTEX_ATTRIB_ARB queries
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-06-04 Brian Paulcomments regarding window sizing
2003-06-04 Brian PaulAdded GL_EXT_texture_rectangle (identical to GL_NV_text...
2003-06-02 Ian RomanickRemoved fields from 'struct gl_extensions' for extensio...
2003-06-02 Brian Pauls/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA...
2003-06-02 Brian Paulupdated rule for make OSMesa lib (Brad King)
2003-06-02 Brian PaulAdded GL_LIB_NAME / GLU_LIB_NAME so the default name...
2003-06-01 Brian Paulremove test file
2003-06-01 Brian PaulRemove a bunch of really old/obsolete configs.
2003-06-01 Brian Paulsetup default programs for GL_ARB_vertex/fragment_program
2003-05-30 Brian Paulminor error check tweaks for NV_light_max_exponent
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-05-28 Brian Pauladded MESA_VERSION() macro, etc (Holger Waechtler)
2003-05-28 Brian PaulglBindProgramARB dispatches to glBindProgramNV (remove...
2003-05-27 Brian PaulVersion defines. include "version.h" in a few files.
2003-05-27 Brian Paulcheck buffer->UseSoftware*Buffer in _mesa_free_framebuf...
2003-05-26 Brian Paula couple casts (Evgeny Kotsuba)
2003-05-15 Brian Pauladded a couple casts
next