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: Limit the maximum DMA hardware buffer size
Thomas Hellstrom
2019-10-24
1
-1
/
+4
*
meson: build gallium gdi winsys
Dylan Baker
2019-10-10
1
-0
/
+27
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
2
-2
/
+3
*
winsys/radeon: initialize SIMD properties in radeon_info
Marek Olšák
2019-10-07
1
-0
/
+3
*
virgl: honor winsys supplied metadata
Gurchetan Singh
2019-10-02
1
-1
/
+6
*
virgl: modify resource_create_from_handle(..) callback
Gurchetan Singh
2019-10-02
1
-1
/
+5
*
virgl: remove stride from virgl_hw_res
Gurchetan Singh
2019-10-02
2
-3
/
+0
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
2
-2
/
+2
*
virgl: Remove wrong EAGAIN handling for drmIoctl
Lepton Wu
2019-09-18
1
-3
/
+3
*
virgl: replace fprintf with _debug_printf
Lepton Wu
2019-09-14
1
-5
/
+5
*
radeonsi: move texture storage allocation outside of radeonsi
Marek Olšák
2019-09-09
1
-1
/
+22
*
radeonsi: move HTILE allocation outside of radeonsi
Marek Olšák
2019-09-09
1
-0
/
+70
*
ac/surface: add RADEON_SURF_NO_FMASK
Marek Olšák
2019-09-09
1
-2
/
+3
*
r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses
Marek Olšák
2019-09-09
2
-11
/
+0
*
r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses
Marek Olšák
2019-09-09
2
-22
/
+2
*
winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUG
Marek Olšák
2019-08-27
2
-4
/
+8
*
ac: add cpdma_prefetch_writes_memory to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-0
/
+1
*
virgl: fix format conversion for recent gallium changes.
Dave Airlie
2019-08-26
2
-2
/
+2
*
virgl: drop unused format field
Dave Airlie
2019-08-26
2
-2
/
+0
*
kmsro: Add missing definitions to Android.mk
Roman Stratiienko
2019-08-14
1
-0
/
+2
*
mesa: freedreno: Android.registers.mk: Fix up register xml.h file generation
John Stultz
2019-08-07
1
-0
/
+2
*
etnaviv: add alternative NIR compiler
Jonathan Marek
2019-08-06
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
meson: Test for program_invocation_name
Matt Turner
2019-07-30
1
-1
/
+1
*
radeonsi: add support for compute-only chips
Marek Olšák
2019-07-29
1
-0
/
+1
*
gallium: remove boolean from state tracker APIs
Ilia Mirkin
2019-07-22
7
-37
/
+37
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
freedreno: Add dependency on the xml build to the winsys.
Eric Anholt
2019-07-11
1
-1
/
+4
*
android: virgl: remove unnecessary LOCAL_C_INCLUDES
Chih-Wei Huang
2019-07-10
2
-4
/
+0
*
radeonsi/gfx10: enable 1D textures
Marek Olšák
2019-07-09
1
-2
/
+4
*
amd/common: add GFX10 chips
Nicolai Hähnle
2019-07-03
1
-1
/
+3
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
2
-5
/
+16
*
winsys/amdgpu: Add amdgpu_screen_winsys
Michel Dänzer
2019-07-03
7
-142
/
+183
*
winsys/amdgpu: Use amdgpu_winsys helper instead of open-coded casts
Michel Dänzer
2019-07-03
3
-8
/
+8
*
android: fix typo LOCAL_EXPORT_C_INCLUDES
Chih-Wei Huang
2019-06-29
1
-1
/
+1
*
android: virgl: fix libmesa_winsys_virgil_common build and dependencies
Mauro Rossi
2019-06-21
2
-0
/
+4
*
android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependecies
Mauro Rossi
2019-06-21
1
-1
/
+1
*
drisw: move build logic to build systems
Eric Engestrom
2019-06-21
1
-6
/
+4
*
winsys/svga: Make it possible to specify coherent resources
Thomas Hellstrom
2019-06-20
3
-15
/
+10
*
gallium/virgl: Add code path for virgl to read driconf
Gert Wollny
2019-06-20
2
-3
/
+3
*
virgl: add resource_reference to virgl_winsys
Chia-I Wu
2019-06-17
2
-30
/
+17
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
1
-0
/
+1
*
virgl: Return immediately when finding a compatible resource in the cache
Alexandros Frantzis
2019-06-14
1
-25
/
+14
*
virgl: Use virgl_resource_cache in the vtest winsys
Alexandros Frantzis
2019-06-14
4
-122
/
+44
*
virgl: Use virgl_resource_cache in the drm winsys
Alexandros Frantzis
2019-06-14
4
-123
/
+44
*
virgl: Introduce virgl_resource_cache
Alexandros Frantzis
2019-06-14
5
-0
/
+330
*
gallium/winsys/kms: Fix dumb buffer bpp
Kevin Strasser
2019-06-12
1
-1
/
+1
*
r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was added
Richard Thier
2019-06-11
1
-1
/
+3
*
virgl: consider newly created resources idle
Chia-I Wu
2019-06-11
1
-6
/
+8
*
virgl: make resource_wait/resource_is_busy cheaper
Chia-I Wu
2019-06-11
2
-0
/
+27
[next]