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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pb_cache: call os_time_get outside of the loop
Marek Olšák
2018-01-27
1
-6
/
+6
*
gallium/radeon: simplify radeon_flags_from_heap
Marek Olšák
2018-01-27
1
-14
/
+8
*
winsys/amdgpu: fix assertion failure with UVD and VCE rings
Marek Olšák
2018-01-26
1
-2
/
+1
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
2
-2
/
+2
*
radeonsi: Export signalled sync file instead of -1.
Bas Nieuwenhuizen
2018-01-26
3
-0
/
+29
*
swr/rast: Optimize DumpToFile output size
George Kyriazis
2018-01-25
1
-2
/
+1
*
swr/rast: Updated copyright dates
George Kyriazis
2018-01-25
3
-3
/
+3
*
swr/rast: Move memory-related JIT functions
George Kyriazis
2018-01-25
7
-818
/
+894
*
swr/rast: Add extra (optional) parameter in GATHERPS
George Kyriazis
2018-01-25
4
-5
/
+10
*
swr/rast: Better ExecCmd (i.e. system()) implmentation
George Kyriazis
2018-01-25
3
-34
/
+169
*
swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRast
George Kyriazis
2018-01-25
1
-33
/
+33
*
svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult
Brian Paul
2018-01-25
1
-3
/
+3
*
automake: small cleanup after the meson.build inclusion
Emil Velikov
2018-01-25
2
-2
/
+2
*
automake: vc5: remove non-applicable v3dx_simulator.h
Emil Velikov
2018-01-25
1
-1
/
+0
*
gallivm: fix crash with seamless cube filtering with different min/mag filter
Roland Scheidegger
2018-01-25
1
-17
/
+21
*
swr/rast: support llvm 3.9 type declarations
George Kyriazis
2018-01-25
1
-0
/
+14
*
meson: fix missing dependencies
Greg V
2018-01-24
1
-1
/
+1
*
gallium/u_tests: add texture_barrier and FBFETCH tests
Marek Olšák
2018-01-24
1
-1
/
+110
*
radeonsi: don't ignore pitch for imported textures
Marek Olšák
2018-01-24
1
-2
/
+12
*
winsys/svga: check correct member after create
Grazvydas Ignotas
2018-01-23
1
-1
/
+1
*
svga: fix context alloc error handling
Grazvydas Ignotas
2018-01-23
1
-1
/
+1
*
meson: remove lib prefix from libd3dadapter9.so
Christoph Haag
2018-01-23
1
-0
/
+1
*
swr: refactor swr_create_screen to allow for proper cleanup on error
Chuck Atkins
2018-01-22
4
-56
/
+79
*
ac/radeonsi: add emit primitive to the abi
Timothy Arceri
2018-01-23
1
-0
/
+1
*
radeonsi: add generic emit primitive helper
Timothy Arceri
2018-01-23
1
-7
/
+14
*
radeonsi/nir: fix fs output index
Timothy Arceri
2018-01-23
1
-0
/
+5
*
ac/nir/radeonsi: add ARB_shader_ballot support
Timothy Arceri
2018-01-23
1
-0
/
+9
*
radeonsi/nir: add primitive id to inputs scan
Timothy Arceri
2018-01-23
1
-0
/
+3
*
radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scan
Timothy Arceri
2018-01-23
1
-0
/
+3
*
svga: Prevent use after free.
Jose Fonseca
2018-01-22
1
-0
/
+1
*
etnaviv: dirty TS state when framebuffer has changed
Lucas Stach
2018-01-21
1
-1
/
+2
*
broadcom/vc5: Fix source file name.
Vinson Lee
2018-01-21
1
-1
/
+1
*
broadcom/vc5: Add missing include paths.
Vinson Lee
2018-01-21
1
-2
/
+2
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
61
-35
/
+93
*
swr/rast: Fix llvm5 behavior
George Kyriazis
2018-01-19
1
-1
/
+2
*
swr/rast: Enable early rasterization
George Kyriazis
2018-01-19
1
-1
/
+1
*
swr/rast: Implement Early Rasterization optimization
George Kyriazis
2018-01-19
4
-0
/
+388
*
swr/rast: Enable simd16 vertex shaders
George Kyriazis
2018-01-19
1
-2
/
+2
*
swr: Support simd16 vertex shaders
George Kyriazis
2018-01-19
3
-21
/
+30
*
swr/rast: changed jit debug magic number
George Kyriazis
2018-01-19
1
-1
/
+1
*
swr/rast: Added ICLAMP builder function
George Kyriazis
2018-01-19
2
-3
/
+3
*
swr/rast: Jit debug work
George Kyriazis
2018-01-19
1
-30
/
+81
*
swr/rast: silence generated file warnings
George Kyriazis
2018-01-19
1
-0
/
+1
*
swr/rast: jit shader lib debug work
George Kyriazis
2018-01-19
2
-0
/
+11
*
swr/rast: AVX-512 changes to enable 16-wide VS
George Kyriazis
2018-01-19
4
-8
/
+29
*
swr/rast: x86 autogenerated macro work
George Kyriazis
2018-01-19
4
-14
/
+15
*
swr/rast: Shorten some filenames
George Kyriazis
2018-01-19
2
-2
/
+2
*
swr/rast: work supporting optimizations in Debug builds.
George Kyriazis
2018-01-19
2
-9
/
+23
*
swr/rast: Add debugging type support for function types.
George Kyriazis
2018-01-19
2
-0
/
+21
*
swr/rast: Shader debugging work
George Kyriazis
2018-01-19
1
-0
/
+6
[next]