new texture compression infrastructure
[mesa.git] / src / mesa / main / context.c
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-23 Brian Paulfix problems in _mesa_debug/printf()
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-16 Brian Pauladded a comment
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian Paulfixed a couple dumb mistakes
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-04-19 Brian Pauladded some casts
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-13 Brian Pauladded a comment
2002-02-05 Brian Paulfix evaluator data and matrix stack mem leaks (Robert...
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-17 Brian Pauldisable prototype matrix stack code
2001-12-14 Brian Paulvertex program check-in
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-10-18 Jouk Jansen Committing in .
2001-09-15 Brian Paulmore warning fixes (Karl Schultz)
2001-07-26 Brian Paulfixes for proxy cube map texture images
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
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
next