summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2002-11-13template code for span functions for flat, memory-based frame buffersBrian Paul
2002-11-13moved function declaration into the template, define the NAME to specify the ...Brian Paul
2002-11-13added comments about NULL mask parameter to span-write functionsBrian Paul
2002-11-13optimized color buffer clear fallback (use mono-color span functionsBrian Paul
2002-11-12apply scale factor before clapping for DOT3Brian Paul
2002-11-09fix float->int Z calculation in _mesa_span_default_z()Brian Paul
2002-11-09fix one-bit error in float->int Z calculationBrian Paul
2002-10-30remove some stray debug/abort codeBrian Paul
2002-10-30don't call abort()Brian Paul
2002-10-30s/printf/_mesa_printf/Brian Paul
2002-10-30s/BZERO/_mesa_bzero/Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-28Add casts to quiet compiler warnings.Karl Schultz
2002-10-24Header file clean-up:Brian Paul
2002-10-21GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul
2002-10-21doxygen comments (Klaus Niederkrueger)Brian Paul
2002-10-18Add casts to quiet compiler warnings.Karl Schultz
2002-10-18fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)Brian Paul
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul
2002-10-11init swrast->CurrentBufferBrian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-08finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul
2002-10-04remove const storage class specifier for the decl of a var that isn'tKarl Schultz
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul
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