summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i915tex: Unreference texture buffers on context destruction.Michel Dänzer2007-08-162-0/+20
* 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-0740-175/+416
|\
| * fix stencil value masking bug 11805, and fix sizeof() bugBrian2007-08-021-7/+4
| * s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)Brian2007-08-021-1/+3
| * i915tex: Better attempt to release miptree when overriding texture image.Michel Dänzer2007-08-021-3/+3
| * i915tex: Missing piece of SetTexOffset hook implementation for I830 generation.Michel Dänzer2007-08-011-5/+7
| * i915tex: Implement SetTexOffset hook.Michel Dänzer2007-08-018-28/+103
| * r300: Implement SetTexOffset hook.Michel Dänzer2007-08-015-12/+74
| * Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer2007-08-012-0/+9
| * fix mem leak (bug 11793)Brian2007-08-011-0/+1
| * fix failure caused by undeclared variable (bug 11783)Brian2007-07-311-1/+2
| * glGetAttribLocation always returned 1 (bug 11774)Brian2007-07-311-1/+3
| * _mesa_pack_bitmap() fix from trunkBrian2007-07-301-8/+8
| * dlist polygon stipple fix from trunkBrian2007-07-301-10/+14
| * fix glPointParameteriv bug 11754Jan Dvorak2007-07-291-3/+8
| * More Mingw32 fixes from Zhang ([email protected])Brian2007-07-271-26/+26
| * Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian2007-07-264-34/+45
| * generate error upon writing to varying var in fragment program (bug 11733)Brian2007-07-261-5/+8
| * call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian2007-07-242-2/+2
| * fix GLX_STEREO handling (bug 11705)Brian2007-07-231-3/+8
| * Fix a number of MINGW32 issues (Zhang <[email protected]>)mesa_7_0_1_rc1Brian2007-07-219-40/+102
| * fix shader/info string length queries (bug 11588)Jan Dvorak2007-07-131-3/+3
| * fix width/depth mix-up (bug 11577)Brian2007-07-121-1/+1
* | fix even-sized point positioning (bug 11874)Brian2007-08-071-2/+2
|/
* Merge branch 'mesa_7_0_branch' of git+ssh://[email protected]/git/me...Brian2007-07-124-37/+41
|\
| * i915tex: Better procedure for dropping batchbuffer on virtual resolution change.Michel Dänzer2007-07-101-20/+10
| * i915tex: Only wait for vblank when really necessary.Michel Dänzer2007-07-102-10/+27
| * Clear pointers to freed cliprects.Michel Dänzer2007-07-101-0/+2
| * Remove dubious compile-time test for pre-2.4 Linux kernels.Michel Dänzer2007-07-101-7/+2
* | fix swizzle-related bug 11534Brian2007-07-121-2/+3
|/