| Commit message (Expand) | Author | Age | Files | Lines |
* | updated VC7 project files | Christoph Kubisch | 2007-09-05 | 5 | -299/+475 |
* | Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bug... | Brian | 2007-09-03 | 1 | -3/+3 |
* | fix bug#11009 | Xiang, Haihao | 2007-09-01 | 1 | -2/+9 |
* | i965: Take the upper limitation on LOD into account. | Xiang, Haihao | 2007-09-01 | 1 | -2/+2 |
* | sync with trunk, fixing bug 12239 | Brian | 2007-08-31 | 1 | -17/+44 |
* | fix i965 bugs, x86-64 bugs | Brian | 2007-08-31 | 1 | -0/+2 |
* | fix another occurence of movaps which might not be aligned | Roland Scheidegger | 2007-08-31 | 1 | -1/+1 |
* | s/movaps/movups/ (see bug 12216) | Brian | 2007-08-30 | 1 | -5/+3 |
* | i965: store read drawable info in intel_context. Some OpenGL | Xiang, Haihao | 2007-08-30 | 3 | -2/+8 |
* | i965: check NULL pointer. fix bug#12193 | Xiang, Haihao | 2007-08-30 | 1 | -0/+2 |
* | i965: samplers group in fours in WM_STATE. fix bug#9415 | Xiang, Haihao | 2007-08-30 | 1 | -1/+1 |
* | i965: flush batch buffer when getting the maximum. This makes | Xiang, Haihao | 2007-08-30 | 1 | -0/+6 |
* | Fixed bugs 6748, 12141 | Brian | 2007-08-27 | 1 | -0/+2 |
* | fixed problem with big glDrawArrays (see bug 12141) | Colin McDonald | 2007-08-27 | 1 | -6/+8 |
* | new __gluInvertMatrix() function (Mesa bug 6748) | Brian | 2007-08-27 | 1 | -66/+49 |
* | Unbreak Linux builds with -fvisibility=hidden. | Adam Jackson | 2007-08-24 | 1 | -16/+11 |
* | 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 |
* | i915tex: Unreference texture buffers on context destruction. | Michel Dänzer | 2007-08-16 | 2 | -0/+20 |
* | suppress warning about ncon visuals (bug #6689) | Roland Scheidegger | 2007-08-16 | 1 | -2/+5 |
* | 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 |
* | 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 u... | Brian | 2007-08-15 | 5 | -10/+112 |
* | more tex obj ref count debugging (temporary) | Brian | 2007-08-15 | 2 | -1/+15 |
* | added some temporary texobj ref counting debug output | Brian | 2007-08-14 | 6 | -39/+50 |
* | Fix a few more problems with freeing FBOs/textures during context destruction. | Brian | 2007-08-14 | 2 | -25/+41 |
* | fix blending/banding bug | Brian | 2007-08-13 | 1 | -0/+1 |
* | fix spantmp2 READ_RGBA inline asm (#11931) | Dan Torop | 2007-08-13 | 1 | -1/+1 |
* | added more i915/945 chipsets | Brian | 2007-08-13 | 1 | -0/+2 |
* | Add PCI IDs for the G33, Q33, and Q35 chipsets. | Brian | 2007-08-13 | 9 | -7/+52 |
* | i915tex: Add support for 945GME | Wang Zhenyu | 2007-08-13 | 4 | -0/+6 |
* | free any render/framebuffers left in hash tables when freeing shared state | Brian | 2007-08-13 | 1 | -0/+23 |
* | i915tex: Make sure pitch is aligned properly for render-to-texture. | Michel Dänzer | 2007-08-13 | 1 | -1/+11 |
* | Implement mutex/locking around texture object reference counting. | Brian | 2007-08-13 | 8 | -184/+170 |
* | fix link to 7.0.1 relnotes | Brian | 2007-08-09 | 1 | -1/+1 |
* | fix byte swap bug for GLuint stencil indexes (bug 11909) | Brian | 2007-08-09 | 1 | -1/+1 |
* | move free() after dereference (bug 11878) | Brian | 2007-08-07 | 1 | -1/+1 |
* | fix potential NULL dereference (bug 11879) | Brian | 2007-08-07 | 1 | -4/+5 |
* | remove SHELL line, replace -e test with new logic (Daniel Stone) | Brian | 2007-08-07 | 1 | -3/+1 |
* | fix potential NULL dereference (bug 11880) | Brian | 2007-08-07 | 1 | -2/+6 |
* | fix swizzle error test (bug 11881) | Brian | 2007-08-07 | 1 | -2/+2 |
* | initial 7.0.2 notes | Brian | 2007-08-07 | 2 | -0/+67 |
* | fix bug 9962 (vbo splitting) as in trunk | Brian | 2007-08-07 | 1 | -1/+8 |
* | Merge branch 'mesa_7_0_branch' of git+ssh://[email protected]/git/me... | Brian | 2007-08-07 | 70 | -256/+1103 |
|\ |
|
| * | added md5 sums | Brian | 2007-08-03 | 1 | -0/+9 |