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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete generated files.
Julien Cristau
2007-08-28
2
-325
/
+0
*
Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into deb...
Julien Cristau
2007-08-28
33
-444
/
+644
|
\
|
*
fixed problem with big glDrawArrays (see bug 12141)
Colin McDonald
2007-08-27
1
-6
/
+8
|
*
new __gluInvertMatrix() function (Mesa bug 6748)
Brian
2007-08-27
1
-66
/
+49
|
*
remove CallDepth++/-- accidentally removed in prev commit
Brian
2007-08-24
1
-0
/
+4
|
*
remove unneeded CallStack array
Brian
2007-08-23
2
-6
/
+1
|
*
refactor bounds checking code
Brian
2007-08-20
1
-67
/
+81
|
*
don't map buffer in _mesa_validate_DrawElements() unless needed
Brian
2007-08-20
1
-13
/
+20
|
*
Remove recent texobj refcount debug/logging code.
Brian
2007-08-16
7
-133
/
+46
|
*
i915tex: Unreference texture buffers on context destruction.
Michel Dänzer
2007-08-16
2
-0
/
+20
|
*
suppress warning about ncon visuals (bug #6689)
Roland Scheidegger
2007-08-16
1
-2
/
+5
|
*
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
53
-187
/
+862
|
|
\
|
*
|
fix even-sized point positioning (bug 11874)
Brian
2007-08-07
1
-2
/
+2
*
|
|
Merge tag 'mesa_7_0_1' into debian-experimental
Julien Cristau
2007-08-09
28
-82
/
+246
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
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
|
*
|
Merge branch 'mesa_7_0_branch' of git+ssh://
[email protected]
/git/me...
Brian
2007-08-01
16
-45
/
+193
|
|
\
\
|
|
*
|
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 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
1
-1
/
+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
[next]