summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-26merge from texman branchmesa_20060325Brian Paul27-473/+962
2006-03-25remove carriage returnsBrian Paul1-732/+732
2006-03-25fix issue in _mesa_free_framebuffer_data()Brian Paul1-1/+1
2006-03-25check for incomplete FBO in _mesa_Clear()Brian Paul1-1/+7
2006-03-24Clean up the recent code related to texture_override(). Pass params in aBrian Paul1-45/+56
2006-03-24added some missing formats in _mesa_source/dest_buffer_exists()Brian Paul1-2/+16
2006-03-24Make ARB_vp backends happy with nv arlAapo Tahkola1-0/+5
2006-03-24secondary color fixes.Aapo Tahkola1-1/+15
2006-03-23make solo build completeDave Airlie1-1/+0
2006-03-23fix coverity 1107: use after freeDave Airlie1-1/+1
2006-03-23fix coverity 926: use before NULL checkDave Airlie1-2/+4
2006-03-22Need to check for new state and do readpixels/drawpixels clipping afterBrian Paul2-9/+25
2006-03-22implement arl and enable hw nv_vp.Aapo Tahkola3-8/+17
2006-03-22ARL dst idx was undefined.Aapo Tahkola1-1/+2
2006-03-21GL_EXT_packed_depth_stencil should be off by defaultBrian Paul1-1/+1
2006-03-21Silencium gcc warnings.Michal Krol4-132/+131
2006-03-21GLSL fixes:Michal Krol34-1388/+1770
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul7-94/+211
2006-03-20additional assertions and debug code for testing FBO completenessBrian Paul1-1/+31
2006-03-20additional error checking to be sure source renderbuffer exists for glCopyTex...Brian Paul1-2/+36
2006-03-20use new _mesa_sourc/dest_buffer_exists() functionsBrian Paul1-48/+26
2006-03-20added _mesa_source/dest_buffer_exists() function to easily test if particular...Brian Paul2-2/+130
2006-03-20fix some buffer binding tests in _mesa_make_current()Brian Paul1-3/+9
2006-03-20slightly improved error messageBrian Paul1-2/+2
2006-03-20Fix texrect upload conflicts.Aapo Tahkola1-0/+7
2006-03-19Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola1-0/+4
2006-03-19minor clean-upsBrian Paul1-4/+4
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola5-480/+102
2006-03-19Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning theBrian Paul2-24/+24
2006-03-18Don't call Driver->Bitmap() if no image to renderBrian Paul1-5/+7
2006-03-17 Committing in .Jouk Jansen2-27/+30
2006-03-17Init FogCoordFuncs[0..5] too, remove some unneeded #includesBrian Paul1-3/+7
2006-03-17remove another test for IN_DRI_DRIVERBrian Paul1-36/+3
2006-03-17Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg1-9/+9
2006-03-16added #undef GET_DISPATCHBrian Paul1-2/+5
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul3-10/+14
2006-03-16finish up some loose ends in _mesa_texstore_z24_s8()Brian Paul1-2/+40
2006-03-15assorted code clean-ups, comments, etc.Brian Paul1-41/+26
2006-03-15remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul1-1/+0
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul2-16/+15
2006-03-15sync with texmem branchBrian Paul3-3/+15
2006-03-15rename enums, fixes compilation breakage (Michal Krol)Brian Paul1-3/+3
2006-03-15s/GLuint/GLushort/ in read_depth_stencil_image()Brian Paul1-1/+2
2006-03-14init Red/Green/EtcBits = 0 in soft_renderbuffer_storage()Brian Paul1-1/+10
2006-03-14Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul2-3/+3
2006-03-14replace dprintf() with _glu_dprintf() (bug 6244)Brian Paul16-143/+143
2006-03-14Add slang_analyse.c and slang_library_texsample.c.Michal Krol1-0/+2
2006-03-14More GLSL code:Michal Krol20-374/+1064
2006-03-13Clean build.Aapo Tahkola18-1125/+103
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola3-58/+20