summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* add error checks for framebuffer completenessBrian Paul2005-09-281-4/+41
* check for framebuffer completeness, code clean-upBrian Paul2005-09-282-19/+11
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-2815-66/+373
* change initialization of rb->DepthBitsBrian Paul2005-09-281-2/+4
* added _mesa_scale_and_bias_depth()Brian Paul2005-09-282-2/+20
* tweak glAccum error checkingBrian Paul2005-09-271-5/+5
* generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the sameBrian Paul2005-09-271-1/+8
* Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixelsBrian Paul2005-09-271-5/+110
* Committing in .Jouk Jansen2005-09-232-1/+4
* remove printfBrian Paul2005-09-231-1/+0
* Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,Brian Paul2005-09-233-61/+50
* Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul2005-09-232-88/+97
* Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul2005-09-224-41/+46
* s/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_GetTexLevelParameteriv()Brian Paul2005-09-211-1/+1
* Remove ACCUM_BITS.Brian Paul2005-09-213-22/+4
* replace GLdepth with GLuint and remove GLdepthBrian Paul2005-09-211-9/+0
* change mask[] test in put_mono_row_uint()Brian Paul2005-09-201-3/+11
* replace STENCIL_BITS with stencilMax valueBrian Paul2005-09-201-6/+4
* remove STENCIL_MAXBrian Paul2005-09-201-2/+0
* change location of ffs() code for windowsBrian Paul2005-09-201-17/+10
* init a=0Brian Paul2005-09-191-1/+1
* s/GLchan/GLubyte/, fix error string, add commentBrian Paul2005-09-191-2/+3
* updated commentBrian Paul2005-09-191-2/+2
* additional wrapper updates, bug 4468Brian Paul2005-09-196-50/+111
* use mesa import wrappers, bug 4468Brian Paul2005-09-165-7/+22
* Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul2005-09-157-67/+68
* Remove a bunch texel fetch functions that can be handled by the newBrian Paul2005-09-152-614/+131
* New set_fetch_functions() to set a gl_texture_image's FetchTexel functionsBrian Paul2005-09-152-48/+93
* Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul2005-09-142-13/+0
* clean-up some _mesa_make_current() codeBrian Paul2005-09-141-35/+32
* Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul2005-09-134-107/+107
* print version with debug infoBrian Paul2005-09-131-2/+4
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-133-33/+33
* OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul2005-09-136-54/+152
* Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul2005-09-132-26/+24
* Move the ctx->FirstTimeCurrent initializationBrian Paul2005-09-132-5/+4
* make lookup_query_object() staticBrian Paul2005-09-121-1/+1
* remove rendundant r,g,b,a vars (bug 4331)Brian Paul2005-09-121-1/+0
* make some vars staticBrian Paul2005-09-101-3/+7
* fix GLubyte/GLchan inconsistencies (bug 4331)Brian Paul2005-09-101-77/+121
* don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-upsBrian Paul2005-09-091-89/+72
* Keep NumTemporaries uptodate.Keith Whitwell2005-09-081-0/+7
* check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few placesBrian Paul2005-09-083-11/+12
* new commentBrian Paul2005-09-071-0/+1
* minor tweaks to _mesa_ResizeBuffersMESA()Brian Paul2005-09-071-5/+9
* minor formatting fixBrian Paul2005-09-061-2/+1
* just changes/updates to commentsBrian Paul2005-09-061-10/+11
* remove DEFARRAY, CHECKARRAY stuffBrian Paul2005-09-062-78/+6
* Windows mesa.def file had been moved to the drivers dir tree some time ago. ...Karl Schultz2005-09-051-491/+0
* fudge set_component_sizes() a bit, see commentsBrian Paul2005-09-031-1/+5