Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | | | | | | 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 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 |
| | | | | | | | | | | 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 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 |
| | | | | | 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. | Brian | 2007-08-13 | 8 | -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 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 ↵ | Brian | 2007-08-07 | 70 | -256/+1103 |
|\ | | | | | | | git+ssh://[email protected]/git/mesa/mesa into mesa_7_0_branch | ||||
| * | added md5 sums | Brian | 2007-08-03 | 1 | -0/+9 |
| | | |||||
| * | added GLU bug fixesmesa_7_0_1 | Brian | 2007-08-03 | 1 | -0/+1 |
| | | |||||
| * | update 7.0.1 release info/date | Brian | 2007-08-03 | 3 | -2/+9 |
| | | |||||
| * | remove -rc2 | Brian | 2007-08-03 | 1 | -4/+4 |
| | | |||||
| * | add OSMESA_LIB_NAME | Brian | 2007-08-03 | 1 | -0/+2 |
| | | |||||
| * | added -lm | Brian | 2007-08-03 | 1 | -1/+1 |
| | | |||||
| * | added bluegene-osmesa | Brian | 2007-08-02 | 2 | -0/+2 |
| | | |||||
| * | OSmesa on BlueGene (Alexander Neundorf) | Brian | 2007-08-02 | 1 | -0/+27 |
| | | |||||
| * | fix stencil value masking bug 11805, and fix sizeof() bug | Brian | 2007-08-02 | 1 | -7/+4 |
| | | |||||
| * | fix invalid pointer usage in bezierPatchDeleteList(), bug 11807 | Brian | 2007-08-02 | 1 | -2/+5 |
| | | |||||
| * | fix double free()s (bug 11808) | Brian | 2007-08-02 | 1 | -2/+2 |
| | | |||||
| * | s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806) | Brian | 2007-08-02 | 1 | -1/+3 |
| | | |||||
| * | i915tex: Better attempt to release miptree when overriding texture image. | Michel Dänzer | 2007-08-02 | 1 | -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 ↵ | Brian | 2007-08-01 | 17 | -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änzer | 2007-08-01 | 1 | -5/+7 |
| | | | |||||
| | * | i915tex: Implement SetTexOffset hook. | Michel Dänzer | 2007-08-01 | 8 | -28/+103 |
| | | | | | | | | | | | | Only build tested for I830 generation. | ||||
| | * | r300: Implement SetTexOffset hook. | Michel Dänzer | 2007-08-01 | 5 | -12/+74 |
| | | | |||||
| | * | Add interfaces for overriding texture images with driver specific 'offsets'. | Michel Dänzer | 2007-08-01 | 3 | -0/+21 |
| | | | | | | | | | | | | | | | To be used by AIGLX for GLX_EXT_texture_from_pixmap without several additional data copies. | ||||
| * | | Obsolete | Brian | 2007-08-01 | 1 | -42/+0 |
| | | | |||||
| * | | fix error code test limit (bug 11795) | Brian | 2007-08-01 | 1 | -1/+1 |
| |/ | |||||
| * | fix mem leak (bug 11793) | Brian | 2007-08-01 | 1 | -0/+1 |
| | | |||||
| * | fix mem leak (bug 11791) | Brian | 2007-08-01 | 1 | -0/+1 |
| | | |||||
| * | fix some FreeBSD issues | Brian | 2007-07-31 | 3 | -3/+3 |
| | | |||||
| * | fix failure caused by undeclared variable (bug 11783) | Brian | 2007-07-31 | 1 | -1/+2 |
| | | |||||
| * | glGetAttribLocation always returned 1 (bug 11774) | Brian | 2007-07-31 | 2 | -1/+4 |
| | | |||||
| * | Added sunos5-v9-cc-g++ config (Roland Egger) | Brian | 2007-07-30 | 2 | -0/+35 |
| | | |||||
| * | _mesa_pack_bitmap() fix from trunk | Brian | 2007-07-30 | 1 | -8/+8 |
| | | |||||
| * | dlist polygon stipple fix from trunk | Brian | 2007-07-30 | 1 | -10/+14 |
| | |