summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-23merge gl_texture_image RowStride from DRI 4.0.4Brian Paul
2002-09-21GL_MESA_pack_invertBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-08-07re-check-in - something didn't work on the previous check-inBrian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-30blending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)Brian Paul
2002-06-26fix CHAN_TYPE==GL_FLOAT compile problemBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-05-02Implemented GL_ARB_texture_env_crossbar.Brian Paul
2002-04-20fixed Width/Height cut&paste typoBrian Paul
2002-04-19Added min and max blend functions.Jose Fonseca
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-19MMX add blending function added.Jose Fonseca
2002-04-19MMX modulate belding function added.Jose Fonseca
2002-04-19removed a stray debug printfBrian Paul
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul
2002-04-18restored writeAll = GL_FALSE test/assignmentBrian Paul
2002-04-12fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul
2002-04-12updated a few commentsBrian Paul
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul
2002-04-10new MMX blend code (Jose Fonseca)Brian Paul
2002-04-04Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitchesBrian Paul
2002-04-04use NULL lambda array for pixel textureBrian Paul
2002-04-04fixed 16 bit/channel problem in blend_modulate()Brian Paul
2002-04-04fixed 16/32-bit channel problems in CopyColor[Sub]Table()Brian Paul
2002-04-04blend_add() modified for GLfloat channelsBrian Paul
2002-04-02more blending updates from JoseBrian Paul
2002-04-02faster blending (Jose Fonseca)Brian Paul
2002-03-28reset span.end to zero after rendering the spanBrian Paul
2002-03-27fixed inequality in an assertionBrian Paul
2002-03-25removed a bad assertionBrian Paul
2002-03-23Test implementation of proposed GL_EXT_shadow_funcs extension. This justBrian Paul
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul
2002-03-16New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-03-14fixed pointer arithmetic error in glCopyPixelsBrian Paul
2002-03-08new assertions, use INLINE macro (Klaus Niederkrueger)Brian Paul
2002-03-01silence gcc warnings (Marc La France)Brian Paul
2002-02-17Updated 1D/3D/cube mipmapping code to work like the new 2D code.Brian Paul
2002-02-17Simplified fog code.Brian Paul