index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915tex: Unreference texture buffers on context destruction.
Michel Dänzer
2007-08-16
2
-0
/
+20
*
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 spantmp2 READ_RGBA inline asm (#11931)
Dan Torop
2007-08-13
1
-1
/
+1
*
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
7
-184
/
+169
*
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
*
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
*
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
40
-175
/
+416
|
\
|
*
fix stencil value masking bug 11805, and fix sizeof() bug
Brian
2007-08-02
1
-7
/
+4
|
*
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
|
*
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
|
*
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
2
-0
/
+9
|
*
fix mem leak (bug 11793)
Brian
2007-08-01
1
-0
/
+1
|
*
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
1
-1
/
+3
|
*
_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
|
*
fix glPointParameteriv bug 11754
Jan Dvorak
2007-07-29
1
-3
/
+8
|
*
More Mingw32 fixes from Zhang (
[email protected]
)
Brian
2007-07-27
1
-26
/
+26
|
*
Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.
Brian
2007-07-26
4
-34
/
+45
|
*
generate error upon writing to varying var in fragment program (bug 11733)
Brian
2007-07-26
1
-5
/
+8
|
*
call ctx->Driver.NewProgram() instead of _mesa_new_program()
Brian
2007-07-24
2
-2
/
+2
|
*
fix GLX_STEREO handling (bug 11705)
Brian
2007-07-23
1
-3
/
+8
|
*
Fix a number of MINGW32 issues (Zhang <
[email protected]
>)
mesa_7_0_1_rc1
Brian
2007-07-21
9
-40
/
+102
|
*
fix shader/info string length queries (bug 11588)
Jan Dvorak
2007-07-13
1
-3
/
+3
|
*
fix width/depth mix-up (bug 11577)
Brian
2007-07-12
1
-1
/
+1
*
|
fix even-sized point positioning (bug 11874)
Brian
2007-08-07
1
-2
/
+2
|
/
*
Merge branch 'mesa_7_0_branch' of git+ssh://
[email protected]
/git/me...
Brian
2007-07-12
4
-37
/
+41
|
\
|
*
i915tex: Better procedure for dropping batchbuffer on virtual resolution change.
Michel Dänzer
2007-07-10
1
-20
/
+10
|
*
i915tex: Only wait for vblank when really necessary.
Michel Dänzer
2007-07-10
2
-10
/
+27
|
*
Clear pointers to freed cliprects.
Michel Dänzer
2007-07-10
1
-0
/
+2
|
*
Remove dubious compile-time test for pre-2.4 Linux kernels.
Michel Dänzer
2007-07-10
1
-7
/
+2
*
|
fix swizzle-related bug 11534
Brian
2007-07-12
1
-2
/
+3
|
/
[next]