Header file clean-up:
[mesa.git] / src / mesa / main / state.c
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-02 Brian Paulremoved ctx->Polygon._OffsetAny - not really needed
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-06 Brian Paulhook-up dispatch for glActiveStencilFaceEXT()
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-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-25 Brian Paulremove an unneeded statement in update_polygon(), added...
2002-06-16 Brian Paulfix a comment
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-06 Brian Paulreplaced hard-coded 4 with NUM_TEXTURE_TARGETS
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Pauldispatch offsets for ARB_window_pos
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-02 Brian PaulGL_ARB_point_parameters support
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-16 Brian Paulrename ResizeBuffersMESA to ResizeBuffers
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-12 Brian Paulset _NeedEyeCoords to zero if vertex program is enabled
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulminor dispatach table changes
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian PaulAPI dispath updates
2001-09-18 Karl Schultzmore compiler warning fixes
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-12 Brian Pauladded debug assertions to be sure drivers initialize...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-08 Keith WhitwellStill need 'DD_TRI_CULL_FRONT_BACK'
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-16 Brian PaulPolygon._OffsetAny wasn't being computed
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
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 Pauladded includes to silence warnings
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulreplaced _NEW_IMAGING with _NEW_PIXEL
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
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 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 PaulMore GLchan color channel changes.
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-21 Brian Paulfixed a texture enable bug
2000-10-20 Brian PaulChanges for multitexture > 3, code clean-ups.
2000-10-18 Brian PaulMore fixes for MAX_TEXTURE_UNITS > 2. Seems to work...
2000-10-02 Brian Paulmore work to support N texture units
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-08 Brian Paulremoved unused NEW_DRVSTATE flags
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-08-23 Brian Pauladded convolve.h header
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-06-30 Brian PaulNeedEyeCoords if non-uniform scale transform
2000-06-27 Brian Paulremoved bad DrawDestMask assignments
2000-06-26 Brian Pauldisabled some ctx->NeedEyeCoords shortcuts
2000-06-24 Keith WhitwellPerformance fix for unfilled triangles on mga and i810...
2000-06-23 Brian Paulfixed ColorMask test in update_rasterflags()
2000-06-12 Brian Pauladded EXT version of vertex array functions
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 Paulinitial work for GL_ARB_texture_compression
2000-05-10 Brian Paulfixed PB bugs, removed MutablePixels, MonoPixels from...
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-09 Brian Paulremoved a printf
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-02 Brian Pauladded comments
2000-02-02 Brian Paulfunctions from context.c