Age | Commit message (Expand) | Author | Files | Lines |
2008-04-04 | final prep/changes for 7.0.3 releasemesa_7_0_3 | Brian | 1 | -1/+1 |
2008-04-01 | 7.0.3 release candidate 3mesa_7_0_3_rc3 | Brian | 1 | -1/+1 |
2008-04-01 | Bug #13492: Only call ProgramStringNotify if program parsing succeeded. | Eric Anholt | 1 | -2/+2 |
2008-04-01 | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) | Roland Scheidegger | 1 | -1/+1 |
2008-04-01 | added some missing calls to _mesa_enable_x_y_extensions() | Brian | 1 | -0/+5 |
2008-03-31 | fix parsing bug involving comments at the end of ARB v/f programs | Markus Amsler | 2 | -6/+6 |
2008-03-31 | i965: Apply -ve rhw to 965. Fix the regression introduced by | Xiang, Haihao | 1 | -1/+1 |
2008-03-28 | fix texture/renderbuffer mix-up in test_attachment_completeness() | Brian | 1 | -1/+1 |
2008-03-27 | Fix build problems | Alan Hourihane | 3 | -3/+4 |
2008-03-24 | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file | Brian | 2 | -0/+17 |
2008-03-22 | use ctx->Driver.DeleteProgram() in a few more places | Brian | 2 | -4/+4 |
2008-03-22 | delete default programs with ctx->Driver.DeleteProgram() | Brian | 1 | -2/+2 |
2008-03-21 | Fix some PBO breakage. | Brian | 2 | -11/+6 |
2008-03-19 | fix IEEE_ONE definition for ICC compiler (bug 15134) | Brian | 1 | -3/+3 |
2008-03-19 | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | 3 | -106/+205 |
2008-03-17 | only set InputsRead bit if input is really used | Markus Amsler | 1 | -2/+5 |
2008-03-14 | init tmpNode to zeros | Brian | 1 | -0/+1 |
2008-03-14 | mesa: fix emit_clamp() so that we don't use an output register as temporary | Brian Paul | 1 | -3/+12 |
2008-03-13 | fix state.lightprod ambient/specular w value (bug #14983) | Roland Scheidegger | 1 | -2/+2 |
2008-03-10 | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 1 | -18/+13 |
2008-03-10 | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | 1 | -2/+2 |
2008-03-10 | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | 1 | -46/+50 |
2008-03-10 | glapi: Use variable for indent and flags | Dan Nicholson | 1 | -9/+7 |
2008-03-10 | fix parsing of state.texenv.color (bug 14931) | Brian | 2 | -2/+4 |
2008-03-09 | Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() | Markus Amsler | 1 | -1/+2 |
2008-03-09 | init vertex weight attrib to (1,0,0,0) | Markus Amsler | 1 | -1/+1 |
2008-03-09 | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian | 1 | -1/+1 |
2008-03-01 | state.depth.range alpha value should be 1, not 0 (bug #14733) | Roland Scheidegger | 1 | -1/+1 |
2008-02-28 | Don't Swap buffer if a DRIDrawable is entirely obscured by another window. | Xiang, Haihao | 1 | -0/+3 |
2008-02-21 | prep for 7.0.3 rc-2 | Brian | 1 | -1/+1 |
2008-02-20 | Fix point rasterization regression caused by commit 95a2eb97673fa3139218347a8... | Brian | 1 | -4/+4 |
2008-02-20 | raise GL_INVALID_OPERATION if glProgramString compilation fails | Brian | 1 | -1/+1 |
2008-02-20 | Fix glBegin-time test for invalid programs/shaders. | Brian | 3 | -8/+41 |
2008-02-19 | Added <size name="Get" mode="get"/> lines for point parameter tokens. | Brian | 1 | -0/+4 |
2008-02-19 | i965: new integrated graphics chipset support | Xiang, Haihao | 22 | -60/+185 |
2008-02-16 | Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915) | Brian | 1 | -88/+168 |
2008-02-15 | Fix glBindTexture crash (bug 14514) | Brian | 1 | -1/+3 |
2008-02-15 | fix bug with generated fragment programs if vertex shader is active | Roland Scheidegger | 1 | -2/+2 |
2008-02-13 | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao | 1 | -0/+1 |
2008-02-06 | Fix bug 9871: enable user-defined clip planes for R300 | Brian | 5 | -8/+103 |
2008-02-05 | [965] Fix memory leak when deleting buffers with backing store. | Tony DeFeo | 1 | -0/+3 |
2008-01-31 | regenerate glsl library functions | Roland Scheidegger | 1 | -41/+42 |
2008-01-31 | fix w component of glsl vec4 asin | Roland Scheidegger | 1 | -0/+1 |
2008-01-30 | check if fb->Delete is null (bugs 13507,14293) | Brian | 1 | -1/+6 |
2008-01-29 | Add new RV380 pci id | Alex Deucher | 2 | -0/+2 |
2008-01-29 | Merge branch 'mesa_7_0_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes... | Alex Deucher | 4 | -11/+12 |
2008-01-29 | R300: RV410 SE chips have half the pipes of regular RV410 | Alex Deucher | 1 | -2/+7 |
2008-01-28 | pull some more fixes for pbo access from trunk | Alan Hourihane | 2 | -10/+9 |
2008-01-28 | fix some pbo path problems | Alan Hourihane | 2 | -2/+4 |
2008-01-25 | i965: valid message length includes message header. | Xiang, Haihao | 1 | -1/+1 |