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
...
*
mesa/main: clean up S3_s3tc check
Erik Faye-Lund
2018-12-03
1
-5
/
+3
*
mesa/main: rename format-check function
Erik Faye-Lund
2018-12-03
3
-11
/
+11
*
mesa/main: make _mesa_has_tessellation return bool
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD
Chad Versace
2018-12-03
1
-1
/
+3
*
nv50,nvc0: Fix gallium nine regression regarding sampler bindings
Karol Herbst
2018-12-02
2
-16
/
+12
*
d3dadapter9: use snprintf(..., "%s", ...) instead of strncpy
Andre Heider
2018-12-01
2
-13
/
+22
*
android: st/mesa: fix building error due to sched_getcpu()
Mauro Rossi
2018-12-01
1
-1
/
+1
*
st/xvmc: Add X11 include path.
Vinson Lee
2018-11-30
1
-0
/
+1
*
android: amd/addrlib: update Mesa's copy of addrlib
Mauro Rossi
2018-12-01
1
-6
/
+5
*
virgl: don't mark buffers as unclean after a write
Gurchetan Singh
2018-11-30
2
-1
/
+10
*
virgl: avoid large inline transfers
Gurchetan Singh
2018-11-30
1
-1
/
+5
*
virgl: quadruple command buffer size
Gurchetan Singh
2018-11-30
1
-1
/
+1
*
anv: flush pipeline before query result copies
Lionel Landwerlin
2018-11-29
1
-5
/
+4
*
Revert "winsys/amdgpu: overallocate buffers for faster address translation on...
Marek Olšák
2018-11-29
1
-24
/
+0
*
draw: fix infinite loop in line stippling
Roland Scheidegger
2018-11-29
1
-11
/
+15
*
nir: Fix assert in print_intrinsic_instr().
Józef Kucia
2018-11-29
1
-1
/
+1
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
36
-11402
/
+860
*
ac/surface/gfx9: let addrlib choose the preferred swizzle kind
Nicolai Hähnle
2018-11-29
1
-18
/
+4
*
radv: remove dependency on addrlib gfx9_enum.h
Nicolai Hähnle
2018-11-29
3
-9
/
+9
*
winsys/svga: Fix a memory leak
Thomas Hellstrom
2018-11-29
1
-0
/
+2
*
st/xa: Fix a memory leak
Thomas Hellstrom
2018-11-29
1
-0
/
+1
*
radv: drop few useless state changes when doing color/depth decompressions
Samuel Pitoiset
2018-11-29
2
-61
/
+41
*
radv: remove unused pending_clears param in the transition path
Samuel Pitoiset
2018-11-29
1
-11
/
+6
*
radv: optimize CmdClear{Color,DepthStencil}Image() for layered textures
Samuel Pitoiset
2018-11-29
1
-4
/
+86
*
radv: refactor the fast clear path for better re-use
Samuel Pitoiset
2018-11-29
1
-38
/
+40
*
radv: simplify a check in emit_fast_color_clear()
Samuel Pitoiset
2018-11-29
1
-3
/
+1
*
radv: add radv_can_fast_clear_{color,depth}() helpers
Samuel Pitoiset
2018-11-29
1
-44
/
+89
*
radv: add radv_image_view_can_fast_clear() helper
Samuel Pitoiset
2018-11-29
1
-20
/
+27
*
radv: add radv_image_can_fast_clear() helper
Samuel Pitoiset
2018-11-29
1
-29
/
+39
*
radv: remove useless check in emit_fast_color_clear()
Samuel Pitoiset
2018-11-29
1
-3
/
+0
*
freedreno: Fix autotools build.
Vinson Lee
2018-11-28
1
-0
/
+2
*
radeonsi: add memory management stress tests for GDS
Marek Olšák
2018-11-28
2
-0
/
+48
*
winsys/amdgpu: add support for allocating GDS and OA resources
Marek Olšák
2018-11-28
2
-23
/
+36
*
radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB
Marek Olšák
2018-11-28
4
-31
/
+33
*
winsys/amdgpu: use optimal VM alignment for CPU allocations
Marek Olšák
2018-11-28
1
-2
/
+4
*
winsys/amdgpu: use optimal VM alignment for imported buffers
Marek Olšák
2018-11-28
1
-20
/
+29
*
winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle
Marek Olšák
2018-11-28
7
-5
/
+15
*
winsys/amdgpu: overallocate buffers for faster address translation on Gfx9
Marek Olšák
2018-11-28
1
-0
/
+24
*
winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9
Marek Olšák
2018-11-28
1
-1
/
+11
*
winsys/amdgpu: use >= instead of > for VM address alignment
Marek Olšák
2018-11-28
1
-1
/
+1
*
winsys/amdgpu: clean up code around BO VM alignment
Marek Olšák
2018-11-28
1
-2
/
+7
*
winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tables
Marek Olšák
2018-11-28
3
-2
/
+10
*
radeonsi: generalize the slab allocator code to allow layered slab allocators
Marek Olšák
2018-11-28
3
-24
/
+86
*
winsys/amdgpu: always reclaim/release slabs if there is not enough memory
Marek Olšák
2018-11-28
1
-7
/
+13
*
radeonsi: fix is_oneway_access_only for bindless images
Marek Olšák
2018-11-28
1
-6
/
+23
*
radeonsi/nir: parse more information about bindless usage
Marek Olšák
2018-11-28
1
-4
/
+32
*
tgsi/scan: add more information about bindless usage
Marek Olšák
2018-11-28
2
-2
/
+33
*
radeonsi: small cleanup for memory opcodes
Marek Olšák
2018-11-28
1
-9
/
+4
*
radeonsi: fix is_oneway_access_only for image stores
Marek Olšák
2018-11-28
1
-12
/
+37
*
radeonsi: use structured buffer intrinsics for image views
Marek Olšák
2018-11-28
2
-10
/
+42
[prev]
[next]