summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-14mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian Paul1-3/+12
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger1-2/+2
2008-03-12Handle fence creation failures.Thomas Hellstrom1-2/+10
2008-03-12Fix some compilation warnings.Thomas Hellstrom1-3/+0
2008-03-12Disable performance-optimized buffer object memory-type selectionThomas Hellstrom2-2/+6
2008-03-12Update for latest drm / xf86-video-intel.Thomas Hellstrom32-651/+2267
2008-03-12Only build i915tex.Thomas Hellstrom1-2/+1
2008-03-10Merge branch '7.0-glx' into mesa_7_0_branchDan Nicholson10-62/+16948
2008-03-10Darwin: Fixed small error in darwin config filesJeremy Huddleston2-2/+2
2008-03-10glapi: Resync generated files with 7.0 branchDan Nicholson5-39/+82
2008-03-10Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston6-44/+22
2008-03-10glapi: Generate xserver glapi sources in the mesa treeDan Nicholson9-18/+16857
2008-03-10glapi: Correct prerequisites for gl_and_glX_API.xmlDan Nicholson1-2/+2
2008-03-10glapi: Use make automatic variables to clean up the commandsDan Nicholson1-46/+50
2008-03-10glapi: Use variable for indent and flagsDan Nicholson2-10/+10
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