summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2003-08-05Updates from Daniel Borca.Brian Paul1-2/+2
2003-07-30replace assertion with conditionalBrian Paul1-2/+1
2003-07-26VC 6 Project FileKarl Schultz1-0/+588
2003-07-24Windows does not define HUGE_VAL, so use the IEEE hex constants.Karl Schultz1-1/+1
2003-07-23fix a few more glitches from last big check-inBrian Paul3-15/+13
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul1-0/+3
2003-07-22remove printfBrian Paul1-2/+0
2003-07-22Restore more code lost during last big merge.Brian Paul9-32/+103
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul7-145/+97
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul15-13/+442
2003-07-18Numbered productions for ARB_vertex_program grammar (Karl Rasche)Brian Paul1-0/+1279
2003-07-18Karl Rasche's ARB_vertex_program parserBrian Paul2-0/+6665
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul2-85/+183
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul5-12/+6
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell97-3601/+7105
2003-07-07fix conformance glitch introduced with NPOT extensionBrian Paul1-0/+8
2003-07-07minor fixes in _mesa_TexGen[id]v() to silence valgrindBrian Paul1-6/+16
2003-07-03fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v]Brian Paul1-3/+9
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul4-21/+54
2003-07-03tweak checks for display list zeroBrian Paul1-1/+6
2003-07-03Simplify extension string handling.Brian Paul5-282/+209
2003-07-02 Committing in .Jouk Jansen1-0/+55
2003-06-27add a few more digits to PI to make Evgeny happyBrian Paul1-1/+1
2003-06-17 Committing in .Jouk Jansen1-419/+19
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul1-348/+0
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul7-0/+407
2003-06-13added new GL_ARB_v_p instructionsBrian Paul2-9/+115
2003-06-12s/ATTRIB_h/ATTRIB_H/Brian Paul1-4/+3
2003-06-11new buffer/context visual compatibility test (Phil Brown)Brian Paul1-10/+48
2003-06-11added missing types to _mesa_VertexAttribPointerARB()Brian Paul1-0/+13
2003-06-10moved from main/ to glapi/Brian Paul1-894/+0
2003-06-10fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul2-0/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick84-83/+2
2003-06-04comments regarding window sizingBrian Paul2-8/+18
2003-06-04Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)Brian Paul1-0/+2
2003-06-02Removed fields from 'struct gl_extensions' for extensions that don'tIan Romanick3-36/+26
2003-06-02s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)Brian Paul1-2/+2
2003-06-02updated rule for make OSMesa lib (Brad King)Brian Paul1-3/+6
2003-06-02Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the librariesBrian Paul1-2/+5
2003-06-01remove test fileBrian Paul1-1/+0
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul1-18/+13
2003-06-01setup default programs for GL_ARB_vertex/fragment_programBrian Paul1-3/+8
2003-05-30minor error check tweaks for NV_light_max_exponentBrian Paul1-6/+6
2003-05-30Added support for NV_light_max_exponent.Ian Romanick6-5/+52
2003-05-28added MESA_VERSION() macro, etc (Holger Waechtler)Brian Paul1-0/+9
2003-05-28glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul4-410/+31
2003-05-27Version defines. include "version.h" in a few files.Brian Paul2-4/+46
2003-05-27check buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()Brian Paul1-18/+20
2003-05-26a couple casts (Evgeny Kotsuba)Brian Paul1-2/+2
2003-05-15added a couple castsBrian Paul1-2/+2