Sparc optimized GLAPI dispatch table.
[mesa.git] / src / mesa / main / context.c
2001-06-05 davem69Sparc optimized GLAPI dispatch table.
2001-06-05 davem69Add USE_SPARC_ASM diagnostics to print_info.
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-05-07 Brian Paulset MRD to 1.0, fixes new Glean polygon offset failure
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-27 Brian Pauladded _mesa_free_framebuffer_data()
2001-04-25 Brian Paulfixed a potential tex obj reference count problem invol...
2001-04-04 Brian PaulUpdated bug report info in _mesa_problem()
2001-03-28 Brian PaulNew mechanism for thread-safe GL API dispatch. C-based...
2001-03-24 Gareth Hughes- Minor cleanups of ctx->Driver.Current*Primitive usage.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesAdd missing header file.
2001-03-11 Gareth HughesClean up install, restore for exec vtxfmts.
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-28 Brian PaulGLvisual inside GLframebuffer is no longer a pointer...
2001-02-27 Keith WhitwellInitialize Line._Width
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-16 Brian Paulset visual->MRD to 2.0
2000-12-09 Brian Paulinitialize convolution filters to zero
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-27 Brian PaulAdded MaxClipPlanes and MaxLights to gl_constants struc...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellRearrange VERT_* flags to support 4 texture units.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-23 Gareth HughesMajor audit of all Mesa's x86 assembly code. This...
2000-10-21 Brian Paulpolygon offset changes; added Visual->MRD field
2000-10-20 Brian PaulChanges for multitexture > 3, code clean-ups.
2000-10-09 Brian Paulif depthBits == 0, set DepthMask = 2^16 to fix per...
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-26 Brian PaulReplaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
2000-09-17 Brian Paulnew comments, misc clean-up
2000-09-15 Brian Pauladded GL_MESA_trace support
2000-09-14 Brian Paulexplicitly init some texture vars
2000-09-12 Brian Paulinit mutex
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-09-05 Brian Pauladded tracing facility from Loki
2000-08-29 Brian Pauldon't free ctx inside _mesa_initialize_context() if...
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-07-19 Brian Paulinitialize GenBit[STRQ] in init_texture_unit()
2000-07-14 Brian Paultest for MESA_DEBUG = silent in gl_error(), misc clean-up
2000-06-30 Brian Paulinitialize some color table scale/bias factors
2000-06-29 Brian Pauladded GL_TABLE_TOO_LARGE to gl_error()
2000-06-28 Brian Pauladded code to initialize shininess tables
2000-06-27 Brian Paulinitialize TextureStack matrices
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-27 Brian Paulinit Point.UserSize
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-23 Brian Paulregister recent GL extensions for libGL compatibility
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-05-18 Brian Pauladded Kevin's 32bpp Z buffer fix
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-04-22 Brian Pauladded _mesa_initialize_buffer/visual()
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-11 Brian Paulinitial work on GL_SGI_color_table extension
2000-04-10 Brian Paulfixed GL_PGI_misc_hints identifiers
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-07 Brian Paulinitial histogram and min/max work
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-03-31 Brian Pauladded _mesa_create/destroy_visual()
2000-03-27 Brian Paulput _mesa prefix on some functions
2000-03-22 Brian Pauladded code to die on FP exceptions if DEBEG env var...
2000-03-19 Brian Paulremoved debug printf
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-03-06 Brian Paulfixed off-by-one errors in matrix stack setup/cleanup
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-12 Brian Paulnow using dynamically allocated api dispatch tables
2000-02-03 Brian Pauladded point/line size limits to gl_constants struct
next