summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-21GLSL fixes:Michal Krol
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul
2006-03-20additional assertions and debug code for testing FBO completenessBrian Paul
2006-03-20additional error checking to be sure source renderbuffer exists for glCopyTex...Brian Paul
2006-03-20use new _mesa_sourc/dest_buffer_exists() functionsBrian Paul
2006-03-20added _mesa_source/dest_buffer_exists() function to easily test if particular...Brian Paul
2006-03-20fix some buffer binding tests in _mesa_make_current()Brian Paul
2006-03-20slightly improved error messageBrian Paul
2006-03-20Fix texrect upload conflicts.Aapo Tahkola
2006-03-19Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola
2006-03-19minor clean-upsBrian Paul
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-19Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning theBrian Paul
2006-03-18Don't call Driver->Bitmap() if no image to renderBrian Paul
2006-03-17 Committing in .Jouk Jansen
2006-03-17Init FogCoordFuncs[0..5] too, remove some unneeded #includesBrian Paul
2006-03-17remove another test for IN_DRI_DRIVERBrian Paul
2006-03-17Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg
2006-03-16added #undef GET_DISPATCHBrian Paul
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-03-16finish up some loose ends in _mesa_texstore_z24_s8()Brian Paul
2006-03-15assorted code clean-ups, comments, etc.Brian Paul
2006-03-15remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul
2006-03-15sync with texmem branchBrian Paul
2006-03-15rename enums, fixes compilation breakage (Michal Krol)Brian Paul
2006-03-15s/GLuint/GLushort/ in read_depth_stencil_image()Brian Paul
2006-03-14init Red/Green/EtcBits = 0 in soft_renderbuffer_storage()Brian Paul
2006-03-14Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul
2006-03-14replace dprintf() with _glu_dprintf() (bug 6244)Brian Paul
2006-03-14Add slang_analyse.c and slang_library_texsample.c.Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-03-13Clean build.Aapo Tahkola
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola
2006-03-10Option to init vp temps(for testing)Aapo Tahkola
2006-03-09s/GLint/int/, to fit GLX conventionsBrian Paul
2006-03-09Instead of adding extra flags to DEFINES with +=, define EXTRA_DEFINES instead.Brian Paul
2006-03-09Kick VBOs out of GART if nothing else helps.Aapo Tahkola
2006-03-09Use the force Luke, use the force.Aapo Tahkola
2006-03-08coverity check bug fix going over end of arrayDave Airlie
2006-03-08coverity checker bug: Pointer dereferenced after NULL checkDave Airlie
2006-03-07Fix broken DrawElements & DrawRangeElements.Aapo Tahkola
2006-03-07 Committing in .Jouk Jansen
2006-03-07Enable HW VBOs and other things needed by it.Aapo Tahkola
2006-03-07Convert to work with current DRM. + tagAapo Tahkola
2006-03-07Various fallbacks, checks and tags.Aapo Tahkola
2006-03-07just a comment for check_compatible()Brian Paul
2006-03-07disable double-buffer test in check_compatible(), fixes pbuffer/visual problemBrian Paul
2006-03-07print newline in _mesa_warning()Brian Paul
2006-03-07call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() ...Brian Paul