summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-31version bumpBrian Paul
2006-08-31When using the old technique to set up the front buffer mapping, thereKeith Whitwell
is no need to add front.offset to sPriv->pFB, it seems. Fixes several glean issues and frontbuffer rendering generally.
2006-08-31update linkBrian Paul
2006-08-31remove VERSIONS from tarballsBrian Paul
2006-08-31updated 6.5.1 relnotes linkBrian Paul
2006-08-31Convert VERSIONS and RELNOTES-6.5.1 to html, update links to them.Brian Paul
2006-08-31Give the user posibility to choose speed over correctness.Rune Petersen
It does 2 things: 1) Allows you to disable S3TC, wine-games sometimes need S3TC enabled. 2) Disable fallbacks that usually have low impact.
2006-08-31check if ext->name is null before strcmp()Brian Paul
2006-08-31do not abort with not supported vertex prog output configuration, fallback ↵Roland Scheidegger
instead
2006-08-30remove extension defines/protos that are now in glext.hBrian Paul
2006-08-30latest version from OpenGL ARBBrian Paul
2006-08-30Handle API and dispatch table changes that removed a bunch of extension ↵Karl Schultz
entry points.
2006-08-30make prog2 a legal program (texture reference fix)Brian Paul
2006-08-30Check that we don't try to reference more than one target of a texture unit.Brian Paul
For example, referencing both "texture[0], 2D" and "texture[0], CUBE" in one program is an error.
2006-08-30s/0/VERT_RESULT_HPOS/Brian Paul
2006-08-30Add missing parenthesis so that glXSwapIntervalSGI protocol isIan Romanick
correctly generated.
2006-08-30Add missing vec4 instructions to the interpreter.Michal Krol
Other cosmetic changes.
2006-08-30fix Xlib driver mem leaksBrian Paul
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul
When the callback is called, free all Mesa's private visual and buffer data structures which are tied to the display. Fixes problems reported by Kitware.
2006-08-30init a local var to silence warningBrian Paul
2006-08-30Minor r200 vertex program cleanups. Remove disabled leftovers from r300 ↵Roland Scheidegger
vertex program code. Fix authors. Correct slightly wrong check to determine if ran out of temps. Simplify check to determine if ran out of max instructions. Correctly report used native temps. Always kick off program translation when ProgramStringNotify is called (otherwise the reported native resources used queried might be wrong).
2006-08-30fix initialization of native resource usage of vertex/fragment programsRoland Scheidegger
2006-08-30fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger
2006-08-29Move call to _swrast_update_rasterflags() since it depends on theBrian Paul
results of _swrast_update_fog_state(). Fixes bug where first frame of progs/samples/fog.c does not show fog.
2006-08-29_mesa_debug() should be a no-op when not compiled with DEBUG defined.Brian Paul
2006-08-29set 6.5.1 release to Aug 31Brian Paul
2006-08-29remove assertion that referenced &glSetFenceNV for debug testBrian Paul
2006-08-29replace abort with _mesa_problem()Brian Paul
2006-08-29Deprecate GL_EXT_vertex_weighting.Ian Romanick
Nvidia no longer supports this extension, and they no longer export its entry points from their libGL. There's no reason for us to keep dragging it around either.
2006-08-29More static dispatch function removal.Ian Romanick
Make functions for the following extensions available only via glXGetProcAddress. In cases where there are other aliases to the same functions (e.g., between GL_EXT_histogram and GL_ARB_imaging), the alias functions may still be statically exported. - GL_ATI_blend_equation_separate - GL_EXT_blend_equation_separate - GL_EXT_convolution - GL_EXT_color_sub_table - GL_EXT_cull_vertex - GL_EXT_depth_bounds_test - GL_EXT_framebuffer_blit - GL_EXT_histogram - GL_EXT_multisample - GL_EXT_stencil_two_side - GL_EXT_timer_query - GL_IBM_multimode_draw_arrays - GL_INGR_blend_func_separate - GL_NV_fence - GL_SGI_color_table - GL_SGIS_multisample - GL_SGIS_pixel_texture - GL_SGIS_point_parameters - GL_SGIX_pixel_texture
2006-08-29Clean up GLX function exports.Ian Romanick
Make functions for the following extensions only accessable via glXGetProcAddress: - GLX_EXT_texture_from_pixmap - GLX_MESA_copy_sub_buffer - GLX_MESA_release_buffers - GLX_MESA_swap_control - GLX_MESA_swap_frame_usage - GLX_OML_sync_control - GLX_SGI_make_current_read - GLX_SGI_swap_control - GLX_SGI_video_sync - GLX_SGIX_swap_barrier - GLX_SGIX_swap_group Removed all remnants of the following extensions: - GLX_MESA_set_3dfx_mode - GLX_SGI_cushion - GLX_SGIX_dmbuffer - GLX_SGIX_video_resize - GLX_SGIX_video_source - GLX_SUN_get_transparent_index -
2006-08-28move initialization code aroudn so glPointParameter isn't called before ↵Roland Scheidegger
checking the extension is present
2006-08-28Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul
determine if we actually have a program. See "[r300] TCL fallback with Quake3".
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick
the true static dispatch name (either the glFooBar name or the gl_dispatch_stub_XXX name). static_name returns the name of the static function for a specific alias of a GL function. Adding (and using) these two functions corrects some problems in the generated code related to functions with multiple aliases where some of the aliases have true static dispatch functions and some don't. I have verified that everything under progs, except xdemos/xdemo, correctly link. I did this by doing 'make linux-dri-x86-64 PROGRAM_DIRS="demos redbook samples xdemos tests"'.
2006-08-28Add dependencies for all API XML files.Ian Romanick
2006-08-28remove unused varBrian Paul
2006-08-28fix the check for force_s3tc_enable (bug 8042)Brian Paul
2006-08-28omit installmesa script from tarballsBrian Paul
2006-08-28check for GL_ARB_point_parametersBrian Paul
2006-08-27close #6318Aapo Tahkola
2006-08-27The colormap code is now simpler, 15bpp works where it did not before.Sean D'Epagnier
The input is fixed so that delete reports '\b' and backspace 127 The vt switching works both right and left.
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick
entry point generated. This allows us to do things like generate a static entry point for glPointParameterfvARB but not for glPointParameterfvSGIS.
2006-08-26Fix bug 8010 - locking issues.Alan Hourihane
2006-08-26fix #8008Aapo Tahkola
2006-08-25delete buffers, destroy window upon exitBrian Paul
2006-08-25include texobj.h to silence warningBrian Paul
2006-08-256.5.1 bug fixesBrian Paul
2006-08-25Error detection/reporting was broken in several places.Brian Paul
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick
glBlendEquationSeparateEXT. Add missing enum "get" information for GL_EXT_texture_filter_anisotropic.
2006-08-25Free vertex program TnlData, if any. Fixes a mem leak.Brian Paul