- Aug 30, 2006
-
-
Brian Paul authored
For example, referencing both "texture[0], 2D" and "texture[0], CUBE" in one program is an error.
-
Brian Paul authored
-
Ian Romanick authored
correctly generated.
-
Michał Król authored
Other cosmetic changes.
-
Brian Paul authored
-
Brian Paul authored
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.
-
Brian Paul authored
-
Roland Scheidegger authored
Minor r200 vertex program cleanups. Remove disabled leftovers from r300 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).
-
Roland Scheidegger authored
-
Roland Scheidegger authored
-
- Aug 29, 2006
-
-
Brian Paul authored
results of _swrast_update_fog_state(). Fixes bug where first frame of progs/samples/fog.c does not show fog.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Ian Romanick authored
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.
-
Ian Romanick authored
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
-
Ian Romanick authored
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 -
-
- Aug 28, 2006
-
-
Roland Scheidegger authored
move initialization code aroudn so glPointParameter isn't called before checking the extension is present
-
Brian Paul authored
determine if we actually have a program. See "[r300] TCL fallback with Quake3".
-
Ian Romanick authored
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"'.
-
Ian Romanick authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- Aug 27, 2006
-
-
Aapo Tahkola authored
-
Sean D'Epagnier authored
The colormap code is now simpler, 15bpp works where it did not before. The input is fixed so that delete reports '\b' and backspace 127 The vt switching works both right and left.
-
- Aug 26, 2006
-
-
Ian Romanick authored
entry point generated. This allows us to do things like generate a static entry point for glPointParameterfvARB but not for glPointParameterfvSGIS.
-
Alan Hourihane authored
-
Aapo Tahkola authored
-
- Aug 25, 2006
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Ian Romanick authored
glBlendEquationSeparateEXT. Add missing enum "get" information for GL_EXT_texture_filter_anisotropic.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
the binding. Prevent a potential dangling pointer error. SF Bug 1544507.
-