summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pkg-config supportDan Nicholson2007-09-128-4/+89
* DESTDIR support.Dan Nicholson2007-09-126-23/+23
* i965: fix bug#11925Xiang, Haihao2007-09-123-2/+27
* i965: fix #11378Xiang, Haihao2007-09-121-0/+4
* In _mesa_make_current(), don't unbind FBOs from the old context.Brian2007-09-111-10/+1
* Update depth test state when binding new framebuffer objectBrian2007-09-111-0/+9
* fix commentBrian2007-09-111-1/+1
* i965: take the secondary color into account when drawingXiang, Haihao2007-09-111-5/+12
* i965: limit on LOD Bias, fix#11987Xiang, Haihao2007-09-111-1/+1
* Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bug...Brian2007-09-031-3/+3
* fix bug#11009Xiang, Haihao2007-09-011-2/+9
* i965: Take the upper limitation on LOD into account.Xiang, Haihao2007-09-011-2/+2
* sync with trunk, fixing bug 12239Brian2007-08-311-17/+44
* fix another occurence of movaps which might not be alignedRoland Scheidegger2007-08-311-1/+1
* s/movaps/movups/ (see bug 12216)Brian2007-08-301-5/+3
* i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao2007-08-303-2/+8
* i965: check NULL pointer. fix bug#12193Xiang, Haihao2007-08-301-0/+2
* i965: samplers group in fours in WM_STATE. fix bug#9415Xiang, Haihao2007-08-301-1/+1
* i965: flush batch buffer when getting the maximum. This makesXiang, Haihao2007-08-301-0/+6
* fixed problem with big glDrawArrays (see bug 12141)Colin McDonald2007-08-271-6/+8
* new __gluInvertMatrix() function (Mesa bug 6748)Brian2007-08-271-66/+49
* remove CallDepth++/-- accidentally removed in prev commitBrian2007-08-241-0/+4
* remove unneeded CallStack arrayBrian2007-08-232-6/+1
* refactor bounds checking codeBrian2007-08-201-67/+81
* don't map buffer in _mesa_validate_DrawElements() unless neededBrian2007-08-201-13/+20
* Remove recent texobj refcount debug/logging code.Brian2007-08-167-133/+46
* i915tex: Unreference texture buffers on context destruction.Michel Dänzer2007-08-162-0/+20
* suppress warning about ncon visuals (bug #6689)Roland Scheidegger2007-08-161-2/+5
* log deleting/binding of FBOsBrian2007-08-152-2/+20
* more debug output (context destroy, fb destroy)Brian2007-08-152-1/+12
* Rewrite quite a bit of the code for glPush/PopAttrib() for texture state.Brian2007-08-152-126/+131
* copy Target in _mesa_copy_texture_object()Brian2007-08-151-0/+1
* Added _mesa_free_attrib_data() to free anything left in the attribute stack u...Brian2007-08-155-10/+112
* more tex obj ref count debugging (temporary)Brian2007-08-152-1/+15
* added some temporary texobj ref counting debug outputBrian2007-08-146-39/+50
* Fix a few more problems with freeing FBOs/textures during context destruction.Brian2007-08-142-25/+41
* fix spantmp2 READ_RGBA inline asm (#11931)Dan Torop2007-08-131-1/+1
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Brian2007-08-139-7/+52
* i915tex: Add support for 945GMEWang Zhenyu2007-08-134-0/+6
* free any render/framebuffers left in hash tables when freeing shared stateBrian2007-08-131-0/+23
* i915tex: Make sure pitch is aligned properly for render-to-texture.Michel Dänzer2007-08-131-1/+11
* Implement mutex/locking around texture object reference counting.Brian2007-08-137-184/+169
* fix byte swap bug for GLuint stencil indexes (bug 11909)Brian2007-08-091-1/+1
* move free() after dereference (bug 11878)Brian2007-08-071-1/+1
* fix potential NULL dereference (bug 11879)Brian2007-08-071-4/+5
* fix potential NULL dereference (bug 11880)Brian2007-08-071-2/+6
* fix swizzle error test (bug 11881)Brian2007-08-071-2/+2
* fix bug 9962 (vbo splitting) as in trunkBrian2007-08-071-1/+8
* Merge branch 'mesa_7_0_branch' of git+ssh://[email protected]/git/me...Brian2007-08-0753-187/+862
|\
| * fix stencil value masking bug 11805, and fix sizeof() bugBrian2007-08-021-7/+4