index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/svga: improve error/debug message output
Brian Paul
2013-03-19
3
-25
/
+35
*
gallium/build: Fix visibility CFLAGS in automake
Maarten Lankhorst
2013-03-16
1
-0
/
+2
*
freedreno: gallium driver for adreno
Rob Clark
2013-03-11
4
-0
/
+60
*
i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
Stéphane Marchesin
2013-03-08
2
-4
/
+7
*
scons: Provide shorthand aliases for software winsyses.
José Fonseca
2013-03-05
3
-0
/
+3
*
winsys/radeon: Only add bo to hash table when creating flink
Martin Andersson
2013-03-01
1
-4
/
+4
*
winsys/null: fix var typo templet->templat
Brian Paul
2013-02-26
1
-1
/
+1
*
winsys/radeon: fix bo with virtual address referencing mismatch
Martin Andersson
2013-02-11
1
-0
/
+4
*
winsys/radeon: improve debuging printing
Jerome Glisse
2013-02-08
1
-1
/
+2
*
radeonsi: add support for Oland chips
Alex Deucher
2013-02-04
2
-0
/
+2
*
r600g: add cs memory usage accounting and limit it v3
Jerome Glisse
2013-01-31
2
-0
/
+21
*
radeon/winsys: add dma ring support to winsys v3
Jerome Glisse
2013-01-28
6
-79
/
+215
*
gallium/svga: Make sure -std=gnu99 is set.
Johannes Obermayr
2013-01-14
1
-1
/
+3
*
r300g: random hyperz cleanups
Marek Olšák
2013-01-14
1
-15
/
+10
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
11
-44
/
+0
*
winsys/sw/wayland: Fix build to properly use wayland cflags
Pekka Vuorela
2013-01-12
1
-1
/
+1
*
Clean up .gitignore files
Matt Turner
2013-01-10
13
-13
/
+0
*
winsys/sw/xlib: Convert to automake
Matt Turner
2013-01-10
3
-17
/
+36
*
winsys/sw/wrapper: Convert to automake
Matt Turner
2013-01-10
3
-12
/
+35
*
winsys/sw/wayland: Convert to automake
Matt Turner
2013-01-10
3
-13
/
+36
*
winsys/sw/null: Convert to automake
Matt Turner
2013-01-10
3
-16
/
+35
*
winsys/sw/fbdev: Convert to automake
Matt Turner
2013-01-10
3
-13
/
+35
*
winsys/sw/dri: Convert to automake
Matt Turner
2013-01-10
3
-13
/
+35
*
winsys/sw: Convert to automake
Matt Turner
2013-01-10
3
-26
/
+38
*
svga/winsys/drm: Convert to automake
Matt Turner
2013-01-10
3
-19
/
+42
*
nouveau/winsys/drm: Convert to automake
Matt Turner
2013-01-10
3
-11
/
+38
*
i915/winsys/sw: Convert to automake
Matt Turner
2013-01-10
3
-12
/
+42
*
i915/winsys/drm: Convert to automake
Matt Turner
2013-01-10
3
-13
/
+39
*
radeon/winsys: Convert to automake
Tom Stellard
2013-01-10
3
-15
/
+16
*
automake: Convert Gallium target and winsys
Matt Turner
2013-01-10
3
-12
/
+2
*
winsys/radeon: bump the size of relocation hashlist
Marek Olšák
2013-01-08
1
-2
/
+2
*
radeon/winsys: move radeon family/class identification to winsys
Jerome Glisse
2013-01-07
3
-38
/
+176
*
r600g/radeon/winsys: indentation cleanup
Jerome Glisse
2013-01-07
2
-3
/
+2
*
gallium/radeon: send the END_OF_FRAME flag to the DRM
Marek Olšák
2013-01-04
2
-2
/
+9
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+1
*
winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctls
Marek Olšák
2012-12-21
1
-1
/
+4
*
winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead
Marek Olšák
2012-12-12
2
-5
/
+4
*
r300g: enable Hyper-Z by default on r500
Marek Olšák
2012-12-02
1
-9
/
+9
*
scons: Build ws_xlib on Mac OS X.
Vinson Lee
2012-11-27
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-14
/
+10
*
winsys/radeon: fix relocs caching
Vadim Girlin
2012-09-19
2
-8
/
+6
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-3
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
winsys/radeon: create only one winsys for each fd
Christian König
2012-09-04
2
-2
/
+41
*
gallium/radeon: Don't assign virtual address space for BO that already has one.
Michel Dänzer
2012-08-16
1
-1
/
+1
*
gallium/radeon: Create hole for waste when allocating from va_offset.
Michel Dänzer
2012-08-16
1
-0
/
+6
*
gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().
Michel Dänzer
2012-08-16
1
-6
/
+13
*
gallium/radeon: Delete uppermost virtual address space hole if it's at the top.
Michel Dänzer
2012-08-16
1
-1
/
+12
*
gallium/radeon: Fix losing holes when allocating virtual address space.
Michel Dänzer
2012-08-16
1
-1
/
+6
*
gallium/radeon: Merge holes when freeing virtual address space.
Michel Dänzer
2012-08-16
1
-7
/
+38
[next]