added program.c plus minor fixes
[mesa.git] / src / mesa / main /
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
2003-05-10 Brian Pauladded GL_ARB_vertex_program functions
2003-05-10 Brian Paulfix scalar literal parsing glitches
2003-05-10 Brian Paulfix MapBufferARB() return type
2003-05-10 Brian Paulclamp fog color
2003-05-08 Brian Pauladded comment about MAX_WIDTH and textures
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-29 Brian Pauldon't try to clear non-existant buffers
2003-04-29 Jouk Jansen Committing in .
2003-04-28 Brian PaulLOG2() clean-up (Klaus Niederkrueger)
2003-04-21 Brian Paulremove unneeded unsigned int / zero comparisons
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-04-21 Brian Paulsilence warning
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-18 Brian Paulmore GL_ARB_vertex/fragment_program bits
2003-04-17 Brian Paulfix some glBindProgramNV/ARB details
2003-04-17 Brian Pauladded LoadProgramNV and RequestResidentProgramsNV
2003-04-17 Brian PaulAdded arbprogram.c to Makefiles.
2003-04-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-09 Brian Paulbasic work on GL_ARB_vertex_buffer_object
2003-04-08 Brian Paulfix string compare bug
2003-04-08 Brian Pauladd missing return in raster_pos4f()
2003-04-08 Brian Paulfix some problems parsing scalar source arguments
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-04-08 Brian Pauladded _mesa_realloc()
2003-04-07 Brian Paulscalar source reg can be a scalar or vector literal
2003-04-07 Brian Paulminor parser fixes, program print-out fixes
2003-04-07 Brian Paulfix typo
next