index
:
~sima/xf86-video-intel
disable-gen20-wa
explicit_fencing
for-master
gen2-tile-cleanup
gen6_pc
i810-vga
no_fence_accounting
sna-pc
xvmc_cleanup
Unnamed repository; edit this file to name it for gitweb.
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sna
/
kgem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-14
sna: Assert that the mode/ring are set when marking active bo
Chris Wilson
1
-0
/
+1
2013-10-10
sna: Populate bo->size from dma-buf
Chris Wilson
1
-0
/
+6
2013-10-10
sna: Prevent changes in tiling/pitch of existing framebuffers
Chris Wilson
1
-10
/
+4
2013-10-03
intel: Remove dependence upon having PciInfo
Chris Wilson
1
-2
/
+4
2013-10-02
sna: Only delete unused io buffers
Chris Wilson
1
-1
/
+1
2013-10-02
sna: Add a few more asserts around handling of buffers
Chris Wilson
1
-1
/
+3
2013-09-29
sna: Use the bo allocation cache for converting buffers
Chris Wilson
1
-1
/
+5
2013-09-29
sna: Whitespace fixes
Chris Wilson
1
-3
/
+3
2013-09-29
sna: Apply the non-relaxed fencing partial paranoia everywhere
Chris Wilson
1
-1
/
+5
2013-09-29
sna: Resize an existing framebuffer if possible
Chris Wilson
1
-2
/
+45
2013-09-28
sna: Avoid reads from a GTT mmapped upload buffer
Chris Wilson
1
-1
/
+1
2013-09-27
sna: Disable the promotion of large bo as flush
Chris Wilson
1
-7
/
+0
2013-09-27
sna: Mark all large cached buffers as purgeable
Chris Wilson
1
-2
/
+1
2013-09-27
sna: In desperation, query the actual available aperture space
Chris Wilson
1
-5
/
+45
2013-09-26
sna: Remove a bogus assert
Chris Wilson
1
-1
/
+0
2013-09-25
sna: Check that the bo exists before attempting to undo it
Chris Wilson
1
-0
/
+1
2013-09-25
sna: Add a few more asserts around tracking of bo->exec vs bo->request
Chris Wilson
1
-2
/
+13
2013-09-25
sna: Add some DBG for early flushes
Chris Wilson
1
-8
/
+26
2013-09-23
sna: Fix cast from u64 to pointer for 32-bit hosts
Chris Wilson
1
-1
/
+1
2013-09-23
sna: Track CPU/GTT maps independently
Chris Wilson
1
-189
/
+100
2013-09-10
sna: Disable use of Y-tiling for gen4
Chris Wilson
1
-0
/
+7
2013-09-04
sna: WriteThrough support is now upstream
Chris Wilson
1
-4
/
+0
2013-09-03
sna: Mark imported PRIME fd as starting in DOMAIN_NONE
Chris Wilson
1
-0
/
+1
2013-09-03
sna: Add some more DBG
Chris Wilson
1
-3
/
+7
2013-08-16
sna: Make sure that external scanouts are immediately discarded
Chris Wilson
1
-0
/
+8
2013-08-14
Correct misspelled caching
Sedat Dilek
1
-25
/
+25
2013-08-12
Check for struct sysinfo as well as <sys/sysinfo.h>
Julien Cristau
1
-2
/
+2
2013-08-10
sna: Remove the redundant clearing of kgem at startup
Chris Wilson
1
-2
/
+0
2013-08-09
sna: Allow LLC to reuse any active write buffer
Chris Wilson
1
-1
/
+1
2013-08-09
sna: Check for EINVAL after mmapping
Chris Wilson
1
-0
/
+8
2013-08-08
sna: Use create2 to allocate a DISPLAY bo even if we have not enough stolen
Chris Wilson
1
-6
/
+10
2013-08-08
sna: Always reuse scanout bo where possible
Chris Wilson
1
-1
/
+20
2013-08-08
sna: Avoid leaking stolen framebuffer bo
Chris Wilson
1
-28
/
+23
2013-08-08
sna: Only use the experimental create2 if we support DISPLAY cacheing as well
Chris Wilson
1
-1
/
+3
2013-08-07
sna: Update experimental create2 struct definition
Chris Wilson
1
-12
/
+13
2013-08-04
sna: Mark the entire userptr proxy chain as flush/non-reusable
Chris Wilson
1
-0
/
+1
2013-07-31
sna: Relax readback constraint for CPU mappings of scanouts
Chris Wilson
1
-3
/
+1
2013-07-30
sna: Allow CPU access to scanouts if WT cached
Chris Wilson
1
-1
/
+22
2013-07-20
sna: Relax assertion that CPU syncs are performed on reffed objects
Chris Wilson
1
-2
/
+0
2013-07-19
sna: Tidy a few DBG regarding cached uploads
Chris Wilson
1
-0
/
+1
2013-07-17
sna: Wrap cpuid.h
Chris Wilson
1
-12
/
+3
2013-07-17
sna: Guard cpuid for use only with gcc-4.4 and later
Chris Wilson
1
-1
/
+11
2013-07-17
sna: Ensure that buffer_size is a power-of-two for use in ALIGN
Chris Wilson
1
-0
/
+1
2013-07-17
sna: Fall back to /proc/cpuinfo parsing if cpuid cache size probe fails
Chris Wilson
1
-1
/
+36
2013-07-17
sna: Set a minimum size for tiled IO
Chris Wilson
1
-1
/
+8
2013-07-16
sna: Make the assumption bpp>=8 explicit inside the bo size calculation
Chris Wilson
1
-0
/
+1
2013-07-15
sna/gen4: Allow rendering to Y-tiled surfaces
Chris Wilson
1
-4
/
+0
2013-07-11
sna: Replace parsing of /proc/cpuinfo with parsing of cpuid
Chris Wilson
1
-23
/
+42
2013-07-07
sna: Experiment with a new ioctl to create buffers from stolen memory
Chris Wilson
1
-12
/
+110
2013-07-06
sna/gen4: Restore the flush-every-vertex w/a
Chris Wilson
1
-0
/
+1
[next]