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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
1
-0
/
+1
|
\
|
*
intel: Fix memory leak in case of renderbuffer bad format
Vinson Lee
2009-10-28
1
-0
/
+1
*
|
r600: add occlusion query support
Alex Deucher
2009-10-28
4
-10
/
+109
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
2
-1
/
+9
|
\
|
|
*
intel: Fix memory leak in event of mip tree allocation failure
Vinson Lee
2009-10-28
1
-1
/
+3
|
*
intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).
Eric Anholt
2009-10-27
1
-1
/
+1
|
*
intel: added region draw_x/y offsets in x/y_tile_swizzle() funcs
Brian Paul
2009-10-27
1
-0
/
+6
|
*
intel: fix src offset bug in do_copy_texsubimage()
Brian Paul
2009-10-27
1
-1
/
+1
|
*
i915: Fix driver for the miptree x/y offset changes.
Eric Anholt
2009-10-27
2
-6
/
+20
|
*
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
3
-4
/
+8
|
*
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-27
2
-6
/
+2
|
*
intel: fix GL state bugs in intel_texture_bitmap()
Brian Paul
2009-10-26
1
-4
/
+3
*
|
intel: silence warning
Brian Paul
2009-10-27
1
-0
/
+1
*
|
via: silence unused var warnings
Brian Paul
2009-10-27
2
-2
/
+2
*
|
intel: minor clean-up, comments
Brian Paul
2009-10-27
1
-2
/
+3
*
|
intel: use _mesa_get_current_tex_unit() helper
Brian Paul
2009-10-27
1
-9
/
+6
*
|
mesa: s/Bilt/Blit
Brian Paul
2009-10-27
1
-1
/
+1
*
|
intel: fix comment, formatting
Brian Paul
2009-10-27
1
-2
/
+2
*
|
intel: fix src offset bug in do_copy_texsubimage()
Brian Paul
2009-10-27
1
-1
/
+1
*
|
i915: Fix driver for the miptree x/y offset changes.
Eric Anholt
2009-10-27
2
-4
/
+20
*
|
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
3
-4
/
+8
*
|
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-27
2
-6
/
+2
*
|
intel: fix GL state bugs in intel_texture_bitmap()
Brian Paul
2009-10-27
1
-4
/
+3
*
|
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
8
-122
/
+120
|
\
|
|
*
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-23
8
-140
/
+118
*
|
i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().
Eric Anholt
2009-10-23
1
-1
/
+2
*
|
mesa/dri: Remove extension_helper.h.
Chia-I Wu
2009-10-23
1
-6647
/
+0
*
|
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
25
-465
/
+57
*
|
r600: remove duplicate stride setting
Andre Maasikas
2009-10-23
1
-4
/
+0
*
|
r600: for position invariant programs reading vert_pos is not always known at...
Andre Maasikas
2009-10-23
1
-0
/
+5
*
|
r600: remove remains of old tnl pipeline
Alex Deucher
2009-10-23
7
-268
/
+41
*
|
r600: fix render size prediction
Alex Deucher
2009-10-23
3
-20
/
+20
*
|
r600: remove old tnl pipeline
Alex Deucher
2009-10-23
2
-192
/
+34
*
|
r600: clean up context creation
Alex Deucher
2009-10-23
1
-102
/
+100
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
5
-11
/
+37
|
\
|
|
*
intel: flush old context before binding new context
Brian Paul
2009-10-22
1
-2
/
+15
|
*
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2009-10-22
2
-2
/
+6
|
*
intel: define INTEL_FALLBACK_DRIVER for drivers
Brian Paul
2009-10-22
1
-0
/
+1
|
*
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
2009-10-22
3
-5
/
+14
|
*
i965: remove unused brw_context::tmp_fallback field
Brian Paul
2009-10-22
1
-1
/
+0
|
*
i965: remove unused BRW_FALLBACK_TEXTURE bit
Brian Paul
2009-10-22
1
-1
/
+1
*
|
Kill off trident.
Corbin Simpson
2009-10-22
9
-2988
/
+0
*
|
Nuke s3v.
Corbin Simpson
2009-10-22
28
-7719
/
+1
*
|
Merge branch 'mesa_7_6_branch' of git+ssh://
[email protected]
/git/mes...
Alex Deucher
2009-10-22
3
-7
/
+77
|
\
|
|
*
r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...
Andre Maasikas
2009-10-22
1
-2
/
+25
|
*
r600: need to export something from PS
Andre Maasikas
2009-10-22
2
-2
/
+19
|
*
r600: add beginnings of ARL instruction
Andre Maasikas
2009-10-22
2
-3
/
+33
*
|
intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).
Eric Anholt
2009-10-20
1
-1
/
+1
*
|
meta: Fix the BufferSubData in meta clear to be BufferData.
Eric Anholt
2009-10-20
1
-3
/
+2
*
|
Merge branch 'mesa_7_6_branch' of git+ssh://
[email protected]
/git/mes...
Alex Deucher
2009-10-19
7
-33
/
+51
|
\
|
[next]