summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-24added glut/mini/ sources to glut tarballBrian Paul
2006-08-24Check if mesa_vp->Base.Parameters is null before dereferencing (bug reportBrian Paul
2006-08-24Fix some problems with the generation of the size tables. EnableIan Romanick
2006-08-23silence warningBrian Paul
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2006-08-23New script and API description file to enable generate of GLX protocolIan Romanick
2006-08-23update glut fbdev sources listBrian Paul
2006-08-23VT switching now uses correct keys.Sean D'Epagnier
2006-08-22remove duplicate pieces of code.Aapo Tahkola
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-22fix broken write-only depth setting. use early z where possible.Aapo Tahkola
2006-08-22Correct the name of the GL_NV_texture_expand_normal extension.Ian Romanick
2006-08-22The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2006-08-21move ALL_SOURCES to sources fileBrian Paul
2006-08-21remove FBDEV_DRIVER_OBJECTS assignment (in sources file)Brian Paul
2006-08-21various updatesBrian Paul
2006-08-21More GLSL preprocessor code:Michal Krol
2006-08-21GLSL 1.20 constructors and operators.Michal Krol
2006-08-19remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger
2006-08-19Removed ifeq from makefile, and corrected fbdev driver so it compilesSean D'Epagnier
2006-08-18updates for 6.5.1Brian Paul
2006-08-18Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2006-08-17sort the FEATURE_ definesBrian Paul
2006-08-17added FEATURE_EXT_timer_query and testsBrian Paul
2006-08-17change #ifdef to #ifBrian Paul
2006-08-16change tex memory allocation calls (debian bug 383209)Brian Paul
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick
2006-08-15Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-08-15Add test for GL_EXT_gpu_program_parameters.Ian Romanick
2006-08-15Remove extraneous trailing semicolon.Ian Romanick
2006-08-15s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875)Brian Paul
2006-08-14Bug #7169: Attempt to make libGL symbols visible to drivers.Michel Dänzer
2006-08-12gcc-4.1.1 compile fixAapo Tahkola
2006-08-12Add comments explaining a couple "mystery" bits.Ian Romanick
2006-08-12Fix white-space problem in the prototype for glBlitFramebufferEXT thatIan Romanick
2006-08-11Fix long standing bug that prevented newer drivers from working withIan Romanick
2006-08-11Convert comment header for __GLcontextModesRec to Doxygen style.Ian Romanick
2006-08-11support shorts as vertex dataAapo Tahkola
2006-08-10Add padding to match the current xf86-video-intel DDX->DRI interface.Eric Anholt
2006-08-10mkdir -> mkdir -p, since /usr/include might not exist in the installroot yetAdam Jackson
2006-08-10linux-indirect target fixes.Adam Jackson
2006-08-106.5.1 relnotesBrian Paul
2006-08-10latest updates for 6.5.1Brian Paul
2006-08-10Fixup more PROGRAM_UNDEFINED problems.Alan Hourihane
2006-08-10Fix some breakage after the PROGRAM_UNDEFINED changeAlan Hourihane
2006-08-10Added initial multisampling support to glfbdev driver.Sean D'Epagnier