summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
2000-09-17new comments, misc clean-upBrian Paul
2000-09-15added GL_MESA_trace supportBrian Paul
2000-09-14explicitly init some texture varsBrian Paul
2000-09-12init mutexBrian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-09-05added tracing facility from LokiBrian Paul
2000-08-29don't free ctx inside _mesa_initialize_context() if error, caller does that.Brian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-07-19initialize GenBit[STRQ] in init_texture_unit()Brian Paul
2000-07-14test for MESA_DEBUG = silent in gl_error(), misc clean-upBrian Paul
2000-06-30initialize some color table scale/bias factorsBrian Paul
2000-06-29added GL_TABLE_TOO_LARGE to gl_error()Brian Paul
2000-06-28added code to initialize shininess tablesBrian Paul
2000-06-27initialize TextureStack matricesBrian Paul
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-27init Point.UserSizeBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul
2000-05-23register recent GL extensions for libGL compatibilityBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-05-18added Kevin's 32bpp Z buffer fixBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-04-22added _mesa_initialize_buffer/visual()Brian Paul
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-11initial work on GL_SGI_color_table extensionBrian Paul
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-07initial histogram and min/max workBrian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-03-31added _mesa_create/destroy_visual()Brian Paul
2000-03-27put _mesa prefix on some functionsBrian Paul
2000-03-22added code to die on FP exceptions if DEBEG env var set to FPBrian Paul
2000-03-19removed debug printfBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-06fixed off-by-one errors in matrix stack setup/cleanupBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul
2000-02-03added point/line size limits to gl_constants structBrian Paul
2000-02-03added Const.SubPixelBitsBrian Paul
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian Paul