summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2005-10-01additional error checking for GL_EXT_packed_depth_stencilBrian 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-28add error checks for framebuffer completenessBrian Paul
2005-09-28check for framebuffer completeness, code clean-upBrian 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-23 Committing in .Jouk Jansen
2005-09-23remove printfBrian Paul
2005-09-23Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,Brian Paul
2005-09-23Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul
2005-09-21s/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_GetTexLevelParameteriv()Brian Paul
2005-09-21Remove ACCUM_BITS.Brian Paul
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul
2005-09-20change mask[] test in put_mono_row_uint()Brian Paul
2005-09-20replace STENCIL_BITS with stencilMax valueBrian Paul
2005-09-20remove STENCIL_MAXBrian Paul
2005-09-20change location of ffs() code for windowsBrian Paul
2005-09-19init a=0Brian Paul
2005-09-19s/GLchan/GLubyte/, fix error string, add commentBrian Paul
2005-09-19updated commentBrian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-09-15Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul
2005-09-15Remove a bunch texel fetch functions that can be handled by the newBrian Paul
2005-09-15New set_fetch_functions() to set a gl_texture_image's FetchTexel functionsBrian Paul
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul
2005-09-14clean-up some _mesa_make_current() codeBrian Paul
2005-09-13Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul
2005-09-13print version with debug infoBrian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2005-09-13Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul
2005-09-13Move the ctx->FirstTimeCurrent initializationBrian Paul
2005-09-12make lookup_query_object() staticBrian Paul
2005-09-12remove rendundant r,g,b,a vars (bug 4331)Brian Paul
2005-09-10make some vars staticBrian Paul
2005-09-10fix GLubyte/GLchan inconsistencies (bug 4331)Brian Paul
2005-09-09don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-upsBrian Paul
2005-09-08Keep NumTemporaries uptodate.Keith Whitwell
2005-09-08check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few placesBrian Paul
2005-09-07new commentBrian Paul
2005-09-07minor tweaks to _mesa_ResizeBuffersMESA()Brian Paul