summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian2-88/+169
2008-02-15Fix glBindTexture crash (bug 14514)Brian2-1/+4
2008-02-15fix bug with generated fragment programs if vertex shader is activeRoland Scheidegger1-2/+2
2008-02-14miniglx doc updatescaner1-60/+141
2008-02-13_mesa_swizzle_ubyt_image: Don't use single swizzle_copy callXiang, Haihao1-0/+1
2008-02-07added -altopts to allow overriding all other optsAndy Skinner1-2/+51
2008-02-06fix bug 9871Brian1-0/+1
2008-02-06Fix bug 9871: enable user-defined clip planes for R300Brian5-8/+103
2008-02-05[965] Fix memory leak when deleting buffers with backing store.Tony DeFeo1-0/+3
2008-01-31regenerate glsl library functionsRoland Scheidegger1-41/+42
2008-01-31fix w component of glsl vec4 asinRoland Scheidegger1-0/+1
2008-01-30fix bugs 13507, 14293Brian1-0/+1
2008-01-30check if fb->Delete is null (bugs 13507,14293)Brian1-1/+6
2008-01-29Add new RV380 pci idAlex Deucher2-0/+2
2008-01-29Merge branch 'mesa_7_0_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher10-12/+47
2008-01-29R300: RV410 SE chips have half the pipes of regular RV410Alex Deucher1-2/+7
2008-01-28pull some more fixes for pbo access from trunkAlan Hourihane2-10/+9
2008-01-28fix some pbo path problemsAlan Hourihane2-2/+4
2008-01-25i965: valid message length includes message header.Xiang, Haihao1-1/+1
2008-01-25i965: re-define the type of reg.loopcount.Xiang, Haihao1-1/+1
2008-01-24Drop -O0 workaround on hppa.Julien Cristau2-4/+7
2008-01-23Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian4-0/+33
2008-01-22glxinfo: Fix multisample visual reporting.Adam Jackson1-1/+1
2008-01-22fix GLX vertex array bug 14197Brian1-0/+1
2008-01-22fix pc vs. gc->ps usage (bug 14197)Brian1-4/+4
2008-01-22Don't build yuvrect_client by defaultBrian1-7/+18
2008-01-22remove unused varBrian1-1/+0
2008-01-22define M_PI if neededAlexey Sokolov1-0/+4
2008-01-21prep for 7.0.3 releaseBrian3-11/+7
2008-01-17Update changelog; add Vcs-* and Homepage fields in debian/control.mesa-7.0.2-4Julien Cristau2-0/+10
2008-01-14Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau34-113/+376
2008-01-14i965: Fix byte vs. pixel unit mixup for aligned texture pitch.Michel Dänzer1-1/+1
2008-01-11i965: Fix unresolved symbol intel_miptree_pitch_align.Michel Dänzer2-0/+27
2008-01-08i915tex: Centralize mipmap pitch computations.Keith Packard8-36/+64
2008-01-05fix 3d proxy texture depth bugBrian1-0/+1
2008-01-05fix depth/1 typo in glTexImage3D proxy codeBrian1-4/+4
2008-01-02additional stub functionsBrian1-0/+4
2008-01-02additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian1-0/+8
2008-01-01fix vbo display list memleak upon context destructionBrian2-0/+16
2008-01-01additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian1-0/+8
2008-01-01fix GLSL uniform/attrib bugs (13753)Brian1-0/+1
2008-01-01Convert to 0/1 when setting boolean uniformsBruce Merry2-1/+47
2008-01-01Make use of count in _mesa_uniform_matrixBruce Merry1-13/+25
2008-01-01Add a test program to test for assorted bugs in shader_api.cBruce Merry3-0/+300
2008-01-01More fixes to shader_apiBruce Merry1-7/+16
2008-01-01Fix several bugs relating to uniforms and attributes in GLSL APIBruce Merry1-11/+73
2008-01-01added 'get' info for framebuffer object tokensBrian2-8/+18
2008-01-01add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811)Brian1-1/+3
2008-01-01add missing double quote (bug 13878)Brian1-1/+1
2007-12-22fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger10-10/+10