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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
[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
|
*
|
|
|
|
Merge commit 'anholt/drm-gem' into drm-gem
Keith Packard
2008-05-07
28
-150
/
+186
|
|
\
\
\
\
\
|
|
*
|
|
|
|
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
|
*
|
|
|
|
|
Merge commit 'anholt/drm-gem' into drm-gem
Keith Packard
2008-05-06
1
-13
/
+18
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
GEM: Fix previous commit to avoid asserting when we run into reserved space.
Eric Anholt
2008-05-06
1
-5
/
+10
|
|
*
|
|
|
|
GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.
Eric Anholt
2008-05-06
1
-15
/
+15
|
*
|
|
|
|
|
[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
|
*
|
|
|
|
Dump buffer tiled status from intelPrintSAREA
Keith Packard
2008-05-05
1
-6
/
+6
|
*
|
|
|
|
GEM: Allocate the right number of relocs, avoiding heap smashing.
Eric Anholt
2008-05-05
1
-1
/
+1
|
*
|
|
|
|
GEM: Include target buffer handle in relocation debug.
Eric Anholt
2008-05-05
1
-2
/
+2
|
*
|
|
|
|
GEM: Set validate index to keep the same buffer from being duped on the list.
Eric Anholt
2008-05-05
1
-0
/
+1
|
*
|
|
|
|
Print GEM handles instead of BO pointers in debugging.
Eric Anholt
2008-05-05
1
-15
/
+18
|
*
|
|
|
|
Initialize bufmgr_gem->validate_array[i].offset.
Eric Anholt
2008-05-05
1
-0
/
+1
|
*
|
|
|
|
Make intel_{batch,exec}_ioctl return an error code so we can recover better.
Eric Anholt
2008-05-05
3
-26
/
+33
|
*
|
|
|
|
Add intel_bufmgr_gem.c to i915
Keith Packard
2008-05-05
1
-0
/
+1
|
*
|
|
|
|
Temporarily disable intel pixel ops on i915 for GEM
Keith Packard
2008-05-05
3
-5
/
+8
|
*
|
|
|
|
Don't forget to set handle of shared buffers.
Eric Anholt
2008-05-02
1
-1
/
+3
|
*
|
|
|
|
Fix GEM execbuf ioctl argument.
Eric Anholt
2008-05-02
1
-2
/
+3
|
*
|
|
|
|
Fix to use GEM execbuf instead of TTM.
Eric Anholt
2008-05-02
1
-2
/
+2
|
*
|
|
|
|
Minor fixups to get GEM to the point of execbuf ioctl.
Eric Anholt
2008-05-02
2
-10
/
+11
|
*
|
|
|
|
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
2008-05-02
15
-301
/
+55
|
*
|
|
|
|
Add intel_bufmgr_gem for new graphics execution manager.
Eric Anholt
2008-05-02
10
-40
/
+869
*
|
|
|
|
|
mesa: fix out-of-bounds memory reads in swizzle_copy()
Brian Paul
2008-08-08
1
-30
/
+90
*
|
|
|
|
|
glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection
Jeremy Huddleston
2008-08-08
5
-19
/
+93
*
|
|
|
|
|
glx/x11: Fix missing __GL_EXT_BYTES declaration
Jeremy Huddleston
2008-08-08
2
-1
/
+3
*
|
|
|
|
|
Apple: Some changes to fix compilation problems on OSX
Jeremy Huddleston
2008-08-08
2
-3
/
+12
*
|
|
|
|
|
mesa: fix glBindTexture error string (bug 17005)
Brian Paul
2008-08-07
1
-1
/
+1
*
|
|
|
|
|
disable debug code accidentally enabled by prev commit
Brian Paul
2008-08-06
1
-2
/
+2
*
|
|
|
|
|
mesa: glsl: count number of temp regs used
Haihao Xiang
2008-08-06
2
-5
/
+36
*
|
|
|
|
|
mesa: fix comment about texture targets (bug 17005)
Brian Paul
2008-08-06
1
-1
/
+1
*
|
|
|
|
|
fix some FBO/texture queries (bug 15296)
Brian Paul
2008-08-06
1
-2
/
+12
*
|
|
|
|
|
i965: update TexSrcUnit for OPCODE_TXB
Xiang, Haihao
2008-08-06
1
-0
/
+5
*
|
|
|
|
|
dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646
Xiang, Haihao
2008-08-05
15
-5
/
+67
*
|
|
|
|
|
i965: Use program->SamplerUnits[] to get the appropriate texture unit.
Xiang, Haihao
2008-08-05
2
-10
/
+15
*
|
|
|
|
|
Drop unused 'entries' field from __glxHashTable.
Adam Jackson
2008-08-04
1
-4
/
+2
*
|
|
|
|
|
added null ptr check (fix bug 16959)
Brian Paul
2008-08-03
1
-1
/
+2
*
|
|
|
|
|
intel: sync to vblank by default
Jesse Barnes
2008-07-31
1
-1
/
+1
[prev]
[next]