aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version bumpBrian Paul2006-08-311-1/+1
* When using the old technique to set up the front buffer mapping, thereKeith Whitwell2006-08-311-1/+1
* update linkBrian Paul2006-08-311-1/+1
* remove VERSIONS from tarballsBrian Paul2006-08-311-1/+0
* updated 6.5.1 relnotes linkBrian Paul2006-08-311-1/+1
* Convert VERSIONS and RELNOTES-6.5.1 to html, update links to them.Brian Paul2006-08-314-112/+1917
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-313-2/+18
* check if ext->name is null before strcmp()Brian Paul2006-08-311-1/+1
* do not abort with not supported vertex prog output configuration, fallback in...Roland Scheidegger2006-08-311-3/+19
* remove extension defines/protos that are now in glext.hBrian Paul2006-08-301-101/+0
* latest version from OpenGL ARBBrian Paul2006-08-302-16/+243
* Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz2006-08-302-114/+50
* make prog2 a legal program (texture reference fix)Brian Paul2006-08-301-1/+1
* Check that we don't try to reference more than one target of a texture unit.texmem_0_2_20060912Brian Paul2006-08-301-1/+17
* s/0/VERT_RESULT_HPOS/Brian Paul2006-08-301-1/+1
* Add missing parenthesis so that glXSwapIntervalSGI protocol isIan Romanick2006-08-301-1/+1
* Add missing vec4 instructions to the interpreter.Michal Krol2006-08-303-30/+176
* fix Xlib driver mem leaksBrian Paul2006-08-301-0/+1
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-304-5/+103
* init a local var to silence warningBrian Paul2006-08-301-3/+3
* Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger2006-08-302-62/+24
* fix initialization of native resource usage of vertex/fragment programsRoland Scheidegger2006-08-301-0/+10
* fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger2006-08-301-1/+1
* Move call to _swrast_update_rasterflags() since it depends on theBrian Paul2006-08-291-3/+3
* _mesa_debug() should be a no-op when not compiled with DEBUG defined.Brian Paul2006-08-291-1/+4
* set 6.5.1 release to Aug 31Brian Paul2006-08-291-1/+1
* remove assertion that referenced &glSetFenceNV for debug testBrian Paul2006-08-291-1/+0
* replace abort with _mesa_problem()Brian Paul2006-08-291-1/+2
* Deprecate GL_EXT_vertex_weighting.Ian Romanick2006-08-2910-1910/+1740
* More static dispatch function removal.Ian Romanick2006-08-296-583/+725
* Clean up GLX function exports.Ian Romanick2006-08-295-246/+76
* move initialization code aroudn so glPointParameter isn't called before check...Roland Scheidegger2006-08-281-3/+3
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-282-2/+2
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-286-220/+208
* Add dependencies for all API XML files.Ian Romanick2006-08-281-2/+6
* remove unused varBrian Paul2006-08-281-1/+0
* fix the check for force_s3tc_enable (bug 8042)Brian Paul2006-08-281-1/+1
* omit installmesa script from tarballsBrian Paul2006-08-281-1/+0
* check for GL_ARB_point_parametersBrian Paul2006-08-281-0/+5
* close #6318Aapo Tahkola2006-08-271-7/+4
* The colormap code is now simpler, 15bpp works where it did not before.Sean D'Epagnier2006-08-272-45/+32
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-266-30/+41
* Fix bug 8010 - locking issues.Alan Hourihane2006-08-261-4/+2
* fix #8008Aapo Tahkola2006-08-261-8/+4
* delete buffers, destroy window upon exitBrian Paul2006-08-251-1/+13
* include texobj.h to silence warningBrian Paul2006-08-251-0/+1
* 6.5.1 bug fixesBrian Paul2006-08-251-0/+2
* Error detection/reporting was broken in several places.Brian Paul2006-08-251-45/+70
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-2511-93/+148
* Free vertex program TnlData, if any. Fixes a mem leak.Brian Paul2006-08-251-0/+7