summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2005-11-17optimize case of reading GL_DEPTH_STENCIL pixels from GL_DEPTH_STENCIL render...Brian Paul
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul
2005-11-15fix color interpolation problem reported on VMSBrian Paul
2005-11-15Fix problem in stencil_and_ztest_span() when using h/w stencil buffer.Brian Paul
2005-11-14remove unneeded RasterPosValid checkBrian Paul
2005-11-12Added OSMesaColorClamp(), bug 4917Brian Paul
2005-11-12update an assertionBrian Paul
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-09use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffer() (bug #4992)Brian Paul
2005-11-08At keithw's request, remove all traces of the "fragment program to C" andIan Romanick
2005-11-05use _mesa_num_inst_src_regs() instead of nr_args()Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-11-05remove unneeded #includeBrian Paul
2005-11-02Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program conventionBrian Paul
2005-10-31check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul
2005-10-30need to use absolute value for RSQBrian Paul
2005-10-29fix LIT bugBrian Paul
2005-10-24fragment program writing to result.depth.z was brokenBrian Paul
2005-10-21check span.y >=0 (bug 4842)Brian Paul
2005-10-21fix broken SWZ instructionBrian Paul
2005-10-21fix broken KILBrian Paul
2005-10-12change includes (bug 4468)Brian Paul
2005-10-07Fix a number of point size attenuation problems.Brian Paul
2005-10-05Remove _IsPowerOfTwo from gl_texture_object, not really needed.Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-10-04Use Visual.depthBits rather than Renderbuffer::DepthBits for depth bufferBrian Paul
2005-10-01GL_EXT_packed_depth_stencil changesBrian Paul
2005-10-01fix an assertionBrian Paul
2005-10-01simplify the read_depth_stencil_pixels() functionBrian Paul
2005-09-30implemented fallbacks for GL_EXT_packed_depth_stencilBrian Paul
2005-09-30minor improvementsBrian Paul
2005-09-30added _swrast_get_row()Brian Paul
2005-09-29implement CopyPixels for GL_DEPTH_STENCIL_EXTBrian Paul
2005-09-29added _swrast_put_row()Brian Paul
2005-09-29Rewrite much of the pixel zoom code.Brian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-27Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixelsBrian Paul
2005-09-26glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed.Brian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-23fix clipped glReadPixels bugBrian Paul
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul
2005-09-22When testing visual attributes, use the Draw/Read buffer, not the context.Brian Paul
2005-09-22fix a debug messageBrian Paul
2005-09-22changed a renderbuffer checkBrian Paul
2005-09-21add missing scale factor in _swrast_read_depth_span_float()Brian Paul
2005-09-21Remove ACCUM_BITS.Brian Paul
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul
2005-09-20s/programss/programs/Brian Paul
2005-09-20compute z[i] as GLuintBrian Paul
2005-09-20some improvements to _swrast_clear_depth_buffer()Brian Paul