Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final prep/changes for 7.0.3 releasemesa_7_0_3 | Brian | 2008-04-04 | 1 | -1/+1 |
| | |||||
* | 7.0.3 release candidate 3mesa_7_0_3_rc3 | Brian | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) | Roland Scheidegger | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | fix texture/renderbuffer mix-up in test_attachment_completeness() | Brian | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file | Brian | 2008-03-24 | 2 | -0/+17 |
| | |||||
* | delete default programs with ctx->Driver.DeleteProgram() | Brian | 2008-03-22 | 1 | -2/+2 |
| | |||||
* | Fix some PBO breakage. | Brian | 2008-03-21 | 2 | -11/+6 |
| | | | | | In _mesa_Bitmap, can't early return if bitmap ptr is NULL, it may be an offset into a PBO. Similarly for _mesa_GetTexImage. | ||||
* | fix IEEE_ONE definition for ICC compiler (bug 15134) | Brian | 2008-03-19 | 1 | -3/+3 |
| | |||||
* | Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() | Markus Amsler | 2008-03-09 | 1 | -1/+2 |
| | |||||
* | init vertex weight attrib to (1,0,0,0) | Markus Amsler | 2008-03-09 | 1 | -1/+1 |
| | |||||
* | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian | 2008-03-09 | 1 | -1/+1 |
| | |||||
* | prep for 7.0.3 rc-2 | Brian | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | Fix glBindTexture crash (bug 14514) | Brian | 2008-02-15 | 1 | -1/+3 |
| | |||||
* | fix bug with generated fragment programs if vertex shader is active | Roland Scheidegger | 2008-02-15 | 1 | -2/+2 |
| | | | | | | | When generating a fragment program from fixed function, checking texUnit->_ReallyEnabled is not sufficient, need texUnit->Enabled too since the former also represents texture enables from an active vertex shader. | ||||
* | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao | 2008-02-13 | 1 | -0/+1 |
| | | | | if components don't match. fix #13508 | ||||
* | check if fb->Delete is null (bugs 13507,14293) | Brian | 2008-01-30 | 1 | -1/+6 |
| | |||||
* | prep for 7.0.3 release | Brian | 2008-01-21 | 1 | -2/+2 |
| | |||||
* | fix depth/1 typo in glTexImage3D proxy code | Brian | 2008-01-05 | 1 | -4/+4 |
| | |||||
* | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian | 2008-01-02 | 1 | -0/+8 |
| | |||||
* | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian | 2008-01-01 | 1 | -0/+8 |
| | |||||
* | fix NEED_SECONDARY_COLOR for vert/frag progs | Brian | 2007-12-18 | 1 | -4/+4 |
| | |||||
* | fix DD_TRI_LIGHT_TWOSIDE bug (#13368) | Brian | 2007-12-03 | 1 | -4/+4 |
| | |||||
* | fix broken two-sided stencil | Brian | 2007-11-30 | 2 | -7/+0 |
| | |||||
* | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from ↵ | Brian | 2007-11-29 | 2 | -1/+6 |
| | | | | t_vb_program.c | ||||
* | Bump version numbers to 7.0.3 for next release | Brian | 2007-11-22 | 1 | -3/+3 |
| | |||||
* | Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes. | Brian | 2007-11-22 | 2 | -3/+12 |
| | | | | Note that all the point size clamping stuff has been redone in Mesa/master. | ||||
* | check for count==0 in _mesa_validate_DrawArrays() | Brian | 2007-10-31 | 1 | -2/+3 |
| | |||||
* | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian | 2007-10-30 | 3 | -76/+29 |
| | | | | (Cherry-pick from master) | ||||
* | Finish up ATI_separate_stencil | Brian | 2007-10-30 | 4 | -760/+749 |
| | | | | | | | | | | | | | | | | | | | Add entrypoints to glapi XML file and regenerate files. Implement glStencilOpSeparateATI(). Consolidate some code in stencil.c Conflicts: src/mesa/glapi/dispatch.h src/mesa/glapi/glapioffsets.h src/mesa/glapi/glapitable.h src/mesa/glapi/glapitemp.h src/mesa/glapi/glprocs.h src/mesa/main/enums.c src/mesa/main/state.c src/mesa/sparc/glapi_sparc.S src/mesa/x86-64/glapi_x86-64.S src/mesa/x86/glapi_x86.S | ||||
* | add missing _mesa_StencilFuncSeparateATI function | Roland Scheidegger | 2007-10-30 | 2 | -0/+77 |
| | |||||
* | Only set R_MODE with NV_point_sprite | Alan Hourihane | 2007-10-28 | 1 | -1/+2 |
| | |||||
* | properly init dst reg's CondMask/Swizzle fields | Brian | 2007-10-23 | 1 | -2/+2 |
| | |||||
* | bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many ↵ | Brian | 2007-10-23 | 1 | -4/+7 |
| | | | | instructions | ||||
* | Brian's fix for bug9829 | Xiang, Haihao | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | bump versions to 7.0.2 | Brian | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian | 2007-09-27 | 6 | -0/+78 |
| | |||||
* | fix DrawRangeElements error msg | Brian | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | fix for __IBMC__ | Brian | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | fixes for bluegene-xlc-osmesa config | Brian | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | In _mesa_make_current(), don't unbind FBOs from the old context. | Brian | 2007-09-11 | 1 | -10/+1 |
| | | | | | | This fixes the X server crash reported by KeithP on Aug 29. The old context's FBOs will be unreferenced during context destruction so there's no memleak with this change. | ||||
* | remove CallDepth++/-- accidentally removed in prev commit | Brian | 2007-08-24 | 1 | -0/+4 |
| | |||||
* | remove unneeded CallStack array | Brian | 2007-08-23 | 2 | -6/+1 |
| | |||||
* | refactor bounds checking code | Brian | 2007-08-20 | 1 | -67/+81 |
| | |||||
* | don't map buffer in _mesa_validate_DrawElements() unless needed | Brian | 2007-08-20 | 1 | -13/+20 |
| | |||||
* | Remove recent texobj refcount debug/logging code. | Brian | 2007-08-16 | 7 | -133/+46 |
| | |||||
* | log deleting/binding of FBOs | Brian | 2007-08-15 | 2 | -2/+20 |
| | |||||
* | more debug output (context destroy, fb destroy) | Brian | 2007-08-15 | 2 | -1/+12 |
| | |||||
* | Rewrite quite a bit of the code for glPush/PopAttrib() for texture state. | Brian | 2007-08-15 | 2 | -126/+131 |
| | | | | | | | | Remove the Saved1D/2D/etc fields from gl_texture_attrib in mtypes.h Use a new texture_state struct in attrib.c that has the extra information for restoring texture object state and saving references to the texture objects (so they can't accidentally get deleted while referenced by the attribute stack). All the texobj refcounting is mutex-protected now. | ||||
* | copy Target in _mesa_copy_texture_object() | Brian | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | Added _mesa_free_attrib_data() to free anything left in the attribute stack ↵ | Brian | 2007-08-15 | 5 | -10/+112 |
| | | | | | | upon context destruction. Also, a bit more refcount debug info. |