summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-10-04check if deleting currently bound frame/renderbuffer objectBrian Paul
2005-10-04fix behaviour of glIsFrame/Renderbuffer()Brian Paul
2005-10-04Use Visual.depthBits rather than Renderbuffer::DepthBits for depth bufferBrian Paul
2005-10-04change initialization of renderbuffer DepthBitsBrian Paul
2005-10-03Bug #1155: Define IEEE_ONE on Super-H as well.Adam Jackson
2005-10-03disable a warningBrian Paul
2005-10-03added a few calls to _mesa_update_framebuffer_visual()Brian Paul
2005-10-03finish up some missing codeBrian Paul
2005-10-03Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick
2005-10-03Remove the non-existant --get-alias-set option from the help text.Ian Romanick
2005-10-01check for GL_DEPTH_STENCIL_EXTBrian Paul
2005-10-01plug in _mesa_texstore_z24_s8()Brian Paul
2005-10-01added _mesa_texstore_z24_s8()Brian Paul
2005-10-01GL_EXT_packed_depth_stencil changesBrian Paul
2005-10-01additional error checking for GL_EXT_packed_depth_stencilBrian Paul
2005-10-01fix an assertionBrian Paul
2005-10-01simplify the read_depth_stencil_pixels() functionBrian Paul
2005-10-01fix broken z24_s8 fetcherBrian Paul
2005-10-01updated commentBrian Paul
2005-10-01added _mesa_pack_depth_stencil_span()Brian Paul
2005-10-01move around some error checkingBrian 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-28add error checks for framebuffer completenessBrian Paul
2005-09-28check for framebuffer completeness, code clean-upBrian Paul
2005-09-28updated assertions (see bug 4590)Brian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-28change initialization of rb->DepthBitsBrian Paul
2005-09-28added _mesa_scale_and_bias_depth()Brian Paul
2005-09-27tweak glAccum error checkingBrian Paul
2005-09-27generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the sameBrian 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-26remove identity check for texgen planes (which was just plain wrong).Roland Scheidegger
2005-09-26fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul
2005-09-25Add support for texture compression to R300 driverDave Airlie
2005-09-25add link for radeon_egl.cDave Airlie
2005-09-23 Committing in .Jouk Jansen
2005-09-23remove printfBrian Paul
2005-09-23Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,Brian Paul
2005-09-23fix clipped glReadPixels bugBrian Paul
2005-09-23Added a fast xor_line() function. Uses XDrawLine with GXxor mode.Brian Paul
2005-09-23Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul
2005-09-23improve the test for using software alpha bufferBrian Paul