summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-21fix .c / .h typoBrian Paul
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul
2003-04-18more GL_ARB_fragment_program tokensBrian Paul
2003-04-18more GL_ARB_vertex/fragment_program bitsBrian Paul
2003-04-17fix some glBindProgramNV/ARB detailsBrian Paul
2003-04-17clean up usage of extension function pointersBrian Paul
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul
2003-04-17added LoadProgramNV and RequestResidentProgramsNVBrian Paul
2003-04-17Added arbprogram.c to Makefiles.Brian Paul
Added display list support for GL_NV_fragment_program. Assorted clean-ups.
2003-04-17temporary GL_ARB_fragment_program tokensBrian Paul
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-14fix depth texture tex env bug (#719903)Brian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-10remove a constBrian Paul
2003-04-10drawarrayrange fixKeith Whitwell
2003-04-09fix typoBrian Paul
2003-04-09fix typoBrian Paul
2003-04-09add support for swap and sync extensions (Ian Romanick)Brian Paul
2003-04-09Added function pointer typedefs for GL_NV_fragment_programBrian Paul
2003-04-09Added GL_ARB_vertex_buffer_object tokensBrian Paul
2003-04-09basic work on GL_ARB_vertex_buffer_objectBrian Paul
2003-04-08fix string compare bugBrian Paul
2003-04-08add missing return in raster_pos4f()Brian Paul
2003-04-08fix some problems parsing scalar source argumentsBrian Paul
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
Fixed some vertex array / vertex program glitches with glDrawElements. Fixed some fragment program runtime bugs. Non-trivial Cg programs are running now.
2003-04-08added _mesa_realloc()Brian Paul
2003-04-07scalar source reg can be a scalar or vector literalBrian Paul
2003-04-07initialize attribute vectors to 4 componentsBrian Paul
2003-04-07Demo of per-pixel lighting with a fragment program.Brian Paul
2003-04-07minor parser fixes, program print-out fixesBrian Paul
2003-04-07fix typoBrian Paul
2003-04-07fix color array mixupBrian Paul
2003-04-07Don't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this mayKeith Whitwell
break driver callbacks.
2003-04-07Added gcc-sl target and shared lib shell script (Philip Brown)Brian Paul
2003-04-05Pass 4th element correctly in loopback_VertexAttrib4svNVKeith Whitwell
2003-04-05test glProgramNamedParameter4fNV()Brian Paul
2003-04-05fragment program named constants and named program parameters basically work nowBrian Paul
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
and depth checks are done via ctx->Driver.TestProxyTexImage(). This allows more flexiblity, like supporting larger, non-cubic 3D textures.
2003-04-03more memory-related fixesBrian Paul
2003-04-03some texture compression odds & endsBrian Paul
2003-04-03simplify CEILF, FLOORF, FABSF stuffBrian Paul
2003-04-02fix double-memory free in XMesaDestroyContextBrian Paul
2003-04-01added GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()Brian Paul
2003-04-01clean-up current state initializationBrian Paul
2003-04-01added GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)Brian Paul
2003-04-01minor initialization fixesBrian Paul
2003-04-01improve some error messagesBrian Paul
2003-04-01GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning strideBrian Paul
2003-04-01GL_FOG_COORDINATE_SOURCE_EXT query was missingBrian Paul
2003-04-01fix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV ↵Brian Paul
queries