summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-04-04final prep/changes for 7.0.3 releasemesa_7_0_3Brian1-1/+1
2008-04-017.0.3 release candidate 3mesa_7_0_3_rc3Brian1-1/+1
2008-04-01Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt1-2/+2
2008-04-01fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger1-1/+1
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian1-0/+5
2008-03-31fix parsing bug involving comments at the end of ARB v/f programsMarkus Amsler2-6/+6
2008-03-31i965: Apply -ve rhw to 965. Fix the regression introduced byXiang, Haihao1-1/+1
2008-03-28fix texture/renderbuffer mix-up in test_attachment_completeness()Brian1-1/+1
2008-03-27Fix build problemsAlan Hourihane3-3/+4
2008-03-24add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2-0/+17
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian2-4/+4
2008-03-22delete default programs with ctx->Driver.DeleteProgram()Brian1-2/+2
2008-03-21Fix some PBO breakage.Brian2-11/+6
2008-03-19fix IEEE_ONE definition for ICC compiler (bug 15134)Brian1-3/+3
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane3-106/+205
2008-03-17only set InputsRead bit if input is really usedMarkus Amsler1-2/+5
2008-03-14init tmpNode to zerosBrian1-0/+1
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-10glapi: Resync generated files with 7.0 branchDan Nicholson5-39/+82
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 Nicholson1-9/+7
2008-03-10fix parsing of state.texenv.color (bug 14931)Brian2-2/+4
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-21prep for 7.0.3 rc-2Brian1-1/+1
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-19i965: new integrated graphics chipset supportXiang, Haihao22-60/+185
2008-02-16Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian1-88/+168
2008-02-15Fix glBindTexture crash (bug 14514)Brian1-1/+3
2008-02-15fix bug with generated fragment programs if vertex shader is activeRoland Scheidegger1-2/+2
2008-02-13_mesa_swizzle_ubyt_image: Don't use single swizzle_copy callXiang, Haihao1-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-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 Deucher7-11/+44
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