summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-12Rein in debug slightlyKeith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell
2005-04-15added _mesa_share_state()Brian Paul
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell
2005-02-26Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and doBrian Paul
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul
2005-02-05Some initial work on GL_EXT_framebuffer_object.Brian Paul
2005-01-13init ARB_shader_objects subsystemMichal Krol
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-27add a few functions in add_newer_entrypoints()Brian Paul
2004-11-27clean up code related to dispatch table initializationBrian Paul
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-10More updates for Doxygen.Brian Paul
2004-09-09Update the doxygen configuration file.Jose Fonseca
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-08-14fix some memory leaks (bug #1002030)Brian Paul
2004-06-26Re-enable SPARC assembly on sunos5-gcc platform.Ian Romanick
2004-06-11remove the 3dfx CatchSignals stuff (the var was alwasy set)Brian Paul
2004-04-27Removed the old teximage code.Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-13init secondary color to (0,0,0,1). remove some redundant initializations.Brian Paul
2004-01-23added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-11-10Redo array element checking for vertex array buffers.Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-18remove MESA_TRACE stuffBrian Paul
2003-09-17Change the hyperlinks names in the main page to match the Doxygen generated o...Jose Fonseca
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03Simplify extension string handling.Brian Paul
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-11new buffer/context visual compatibility test (Phil Brown)Brian Paul
2003-06-01setup default programs for GL_ARB_vertex/fragment_programBrian Paul