aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added _mesa_free_attrib_data() to free anything left in the attribute stack ↵Brian2007-08-155-10/+112
| | | | | | upon context destruction. Also, a bit more refcount debug info.
* 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
| | | | | | Free FBOs before textures since the later may be referenced by the former. Need to bind the context we're destroying if there isn't a current context so that ctx->DeleteTexture() etc can be used.
* fix blending/banding bugBrian2007-08-131-0/+1
|
* fix spantmp2 READ_RGBA inline asm (#11931)Dan Torop2007-08-131-1/+1
|
* added more i915/945 chipsetsBrian2007-08-131-0/+2
|
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Brian2007-08-139-7/+52
| | | | | | | | | | Conflicts: src/mesa/drivers/dri/i915/i915_texstate.c src/mesa/drivers/dri/i915/intel_context.c src/mesa/drivers/dri/i915/intel_context.h src/mesa/drivers/dri/i915/intel_screen.c src/mesa/drivers/dri/i915/intel_tex.c
* 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
| | | | | Just always align texture pitch to multiples of 64 bytes for now, pending a more sophisticated scheme to do it only when really necessary.
* Implement mutex/locking around texture object reference counting.Brian2007-08-138-184/+170
| | | | | | Use new _mesa_reference_texobj() function for referencing/unreferencing textures. Add new assertions/tests to try to detect invalid usage of deleted textures.
* fix link to 7.0.1 relnotesBrian2007-08-091-1/+1
|
* 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
|
* remove SHELL line, replace -e test with new logic (Daniel Stone)Brian2007-08-071-3/+1
|
* fix potential NULL dereference (bug 11880)Brian2007-08-071-2/+6
|
* fix swizzle error test (bug 11881)Brian2007-08-071-2/+2
|
* initial 7.0.2 notesBrian2007-08-072-0/+67
|
* fix bug 9962 (vbo splitting) as in trunkBrian2007-08-071-1/+8
|
* Merge branch 'mesa_7_0_branch' of ↵Brian2007-08-0770-256/+1103
|\ | | | | | | git+ssh://[email protected]/git/mesa/mesa into mesa_7_0_branch
| * added md5 sumsBrian2007-08-031-0/+9
| |
| * added GLU bug fixesmesa_7_0_1Brian2007-08-031-0/+1
| |
| * update 7.0.1 release info/dateBrian2007-08-033-2/+9
| |
| * remove -rc2Brian2007-08-031-4/+4
| |
| * add OSMESA_LIB_NAMEBrian2007-08-031-0/+2
| |
| * added -lmBrian2007-08-031-1/+1
| |
| * added bluegene-osmesaBrian2007-08-022-0/+2
| |
| * OSmesa on BlueGene (Alexander Neundorf)Brian2007-08-021-0/+27
| |
| * fix stencil value masking bug 11805, and fix sizeof() bugBrian2007-08-021-7/+4
| |
| * fix invalid pointer usage in bezierPatchDeleteList(), bug 11807Brian2007-08-021-2/+5
| |
| * fix double free()s (bug 11808)Brian2007-08-021-2/+2
| |
| * 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
| | | | | | | | | | The previous approach could lead to crashes in FBO code that dereferences the miptree struct pointer unconditionally.
| * Merge branch 'mesa_7_0_branch' of ↵Brian2007-08-0117-45/+205
| |\ | | | | | | | | | git+ssh://[email protected]/git/mesa/mesa into mesa_7_0_branch
| | * 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
| | | | | | | | | | | | Only build tested for I830 generation.
| | * 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-013-0/+21
| | | | | | | | | | | | | | | To be used by AIGLX for GLX_EXT_texture_from_pixmap without several additional data copies.
| * | ObsoleteBrian2007-08-011-42/+0
| | |
| * | fix error code test limit (bug 11795)Brian2007-08-011-1/+1
| |/
| * fix mem leak (bug 11793)Brian2007-08-011-0/+1
| |
| * fix mem leak (bug 11791)Brian2007-08-011-0/+1
| |
| * fix some FreeBSD issuesBrian2007-07-313-3/+3
| |
| * fix failure caused by undeclared variable (bug 11783)Brian2007-07-311-1/+2
| |
| * glGetAttribLocation always returned 1 (bug 11774)Brian2007-07-312-1/+4
| |
| * Added sunos5-v9-cc-g++ config (Roland Egger)Brian2007-07-302-0/+35
| |
| * _mesa_pack_bitmap() fix from trunkBrian2007-07-301-8/+8
| |
| * dlist polygon stipple fix from trunkBrian2007-07-301-10/+14
| |