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 'master' into drm-gem
Ian Romanick
2008-07-25
125
-26050
/
+3382
|
|
\
|
*
|
intel: If a tex image doesn't fit in the object's tree, make a temporary tree.
Eric Anholt
2008-07-25
1
-3
/
+18
|
*
|
intel: Add a little span cache to spead up readpixels by cutting syscalls.
Eric Anholt
2008-07-23
3
-12
/
+42
|
*
|
intel-gem: Use pread/pwrite for span access.
Eric Anholt
2008-07-23
4
-197
/
+141
|
*
|
intel: improve 2d batchbuffer debug output.
Eric Anholt
2008-07-23
1
-8
/
+14
|
*
|
intel: Fix CopyTexSubImage's src tiling arg for the blit.
Eric Anholt
2008-07-23
1
-1
/
+1
|
*
|
intel: move renderbuffer mapping to separate functions.
Eric Anholt
2008-07-23
3
-107
/
+80
|
*
|
intel-gem: Bump driver date
Ian Romanick
2008-07-18
1
-3
/
+7
|
*
|
Remove redundant initalization of MaxTextureUnits
Ian Romanick
2008-07-16
1
-1
/
+0
|
*
|
intel-gem: Disable spantmp sse/mmx functions when tile swizzling.
Eric Anholt
2008-07-15
2
-3
/
+17
|
*
|
i915: fix build after previous commit.
Eric Anholt
2008-07-14
1
-1
/
+1
|
*
|
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-11
18
-298
/
+250
|
*
|
intel: span rendering requires just a flush before starting, not finish.
Eric Anholt
2008-07-02
1
-1
/
+1
|
*
|
intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.
Eric Anholt
2008-07-02
1
-0
/
+6
|
*
|
intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1.
Eric Anholt
2008-07-02
1
-0
/
+10
|
*
|
intel-gem: Fix Y-tiling span setup.
Eric Anholt
2008-07-02
6
-27
/
+52
|
*
|
intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.
Eric Anholt
2008-07-01
4
-18
/
+46
|
*
|
intel: Fix locking when doing intel_region_cow().
Eric Anholt
2008-06-26
1
-2
/
+2
|
*
|
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-26
13
-112
/
+26
|
*
|
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-24
83
-984
/
+355
|
|
\
\
|
*
|
|
i915: Accumulate the VB into a local buffer and subdata it in.
Eric Anholt
2008-06-23
7
-31
/
+48
|
*
|
|
i915: Convert to using VBs instead of inline prims.
Eric Anholt
2008-06-23
9
-214
/
+299
|
*
|
|
i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.
Eric Anholt
2008-06-18
1
-1
/
+2
|
*
|
|
i915: Restore the accelerated PBO pixel path functions after GEM changes.
Eric Anholt
2008-06-18
5
-24
/
+5
|
*
|
|
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-18
43
-4094
/
+5768
|
|
\
\
\
|
*
|
|
|
[intel] Fix no_rast option on non-965.
Eric Anholt
2008-06-17
3
-1
/
+6
|
*
|
|
|
[intel-gem] Bug #16326: Fix X tile unswizzling on 965.
Eric Anholt
2008-06-17
1
-0
/
+26
|
*
|
|
|
[intel-gem] Chase domain flag renaming in the DRM.
Eric Anholt
2008-06-11
14
-41
/
+41
|
*
|
|
|
[gem] Enable bo_reuse by default.
Eric Anholt
2008-06-11
1
-1
/
+1
|
*
|
|
|
[intel-gem] Call the new throttle ioctl from swap buffers
Keith Packard
2008-06-06
1
-0
/
+2
|
*
|
|
|
Merge commit 'origin/master' into drm-gem
Keith Packard
2008-06-03
61
-2051
/
+6639
|
|
\
\
\
\
|
*
|
|
|
|
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
35
-3737
/
+105
|
*
|
|
|
|
[intel-gem] Remember last offset of reused BOs to avoid more kernel relocs.
Eric Anholt
2008-05-30
1
-1
/
+3
|
*
|
|
|
|
[intel-gem] Once mapped, leave buffers mapped.
Keith Packard
2008-05-28
1
-17
/
+6
|
*
|
|
|
|
[intel] all flushing in intelEmitCopyBlit
Keith Packard
2008-05-26
1
-0
/
+4
|
*
|
|
|
|
[intel] Enable buffer re-use for gem
Keith Packard
2008-05-25
1
-12
/
+5
|
*
|
|
|
|
Remove stale comment about glFlush().
Eric Anholt
2008-05-23
1
-3
/
+0
|
*
|
|
|
|
Emit a flush after the swapbuffers blit, so contents end up on the screen.
Eric Anholt
2008-05-23
5
-11
/
+12
|
*
|
|
|
|
Add back a mostly-correct glFinish for GEM and fake.
Eric Anholt
2008-05-22
5
-4
/
+49
|
*
|
|
|
|
[intel-gem] Make sure set_domain is called often enough.
Keith Packard
2008-05-22
1
-31
/
+44
|
*
|
|
|
|
[intel-gem] Don't calloc reloc buffers
Keith Packard
2008-05-17
1
-2
/
+2
|
*
|
|
|
|
[GEM] Actually include the presumed offset in initial relocations.
Eric Anholt
2008-05-13
1
-0
/
+1
|
*
|
|
|
|
[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.
Keith Packard
2008-05-11
5
-68
/
+166
|
*
|
|
|
|
[intel-gem] move domains to relocations. add set_domain to bo_map.
Keith Packard
2008-05-08
1
-22
/
+20
|
*
|
|
|
|
[intel] intel_batchbuffer_flush using uninit 'used' to check for buffer empty
Keith Packard
2008-05-08
2
-4
/
+8
|
*
|
|
|
|
GEM: Remove already-disabled PIPE_CONTROL command.
Eric Anholt
2008-05-07
2
-35
/
+0
|
*
|
|
|
|
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-07
27
-115
/
+186
|
*
|
|
|
|
GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.
Eric Anholt
2008-05-07
1
-13
/
+18
|
*
|
|
|
|
[intel-GEM] partial support for memory domains.
Keith Packard
2008-05-06
1
-1
/
+23
|
*
|
|
|
|
[intel-GEM] Add tiling support to swrast.
Keith Packard
2008-05-06
7
-25
/
+350
[prev]
[next]