summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-10Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston6-44/+22
2008-03-10fix parsing of state.texenv.color (bug 14931)Brian3-2/+5
2008-03-09Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()Markus Amsler1-1/+2
2008-03-09init vertex weight attrib to (1,0,0,0)Markus Amsler1-1/+1
2008-03-09fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian1-1/+1
2008-03-01state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger1-1/+1
2008-02-28Don't Swap buffer if a DRIDrawable is entirely obscured by another window.Xiang, Haihao1-0/+3
2008-02-25Replace glut_fbc.c with glut_fcb.c (cb=callback)Brian3-3/+3
2008-02-22bump libGL.so version numberBrian1-1/+1
2008-02-21prep for 7.0.3 rc-2Brian3-6/+6
2008-02-20latest bug fixesBrian1-0/+2
2008-02-20Fix point rasterization regression caused by commit 95a2eb97673fa3139218347a8...Brian1-4/+4
2008-02-20raise GL_INVALID_OPERATION if glProgramString compilation failsBrian1-1/+1
2008-02-20Fix glBegin-time test for invalid programs/shaders.Brian3-8/+41
2008-02-19Added <size name="Get" mode="get"/> lines for point parameter tokens.Brian1-0/+4
2008-02-19Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston2-19/+42
2008-02-19i965: new integrated graphics chipset supportXiang, Haihao22-60/+185
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-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-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