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
*
radv/winsys: fix leaking resources from bo's imported by fd
Andres Rodriguez
2018-04-30
1
-0
/
+1
*
i965/tiled_memcpy: ytiled_to_linear a cache line at a time
Scott D Phillips
2018-04-30
1
-6
/
+66
*
i965: Record mipmap resolver for unmapping
Chris Wilson
2018-04-30
2
-17
/
+22
*
i965: Move unmap_depthstencil before map_depthstencil
Chris Wilson
2018-04-30
1
-57
/
+57
*
i965: Move unmap_etc before map_etc
Chris Wilson
2018-04-30
1
-21
/
+21
*
i965: Move unmap_s8 before map_s8
Chris Wilson
2018-04-30
1
-30
/
+30
*
i965: Move unmap_movntdqa before map_movntdqa
Chris Wilson
2018-04-30
1
-12
/
+12
*
i965: Move unmap_blit before map_blit
Chris Wilson
2018-04-30
1
-22
/
+22
*
i965: Move unmap_gtt before map_gtt
Chris Wilson
2018-04-30
1
-6
/
+6
*
ac/nir: expand 64-bit vec3 loads to fix shuffling.
Dave Airlie
2018-05-01
1
-0
/
+5
*
i965: Don't stomp initial kflags for program cache.
Kenneth Graunke
2018-04-30
1
-2
/
+2
*
i965: Let batchbuffers be placed anywhere in the 48-bit address space.
Kenneth Graunke
2018-04-30
1
-1
/
+1
*
intel: fix check for 48b ppgtt support
Scott D Phillips
2018-04-30
5
-61
/
+34
*
st/omx/enc: fix blit setup for YUV LoadImage
Leo Liu
2018-04-30
1
-4
/
+4
*
autotools, meson: bump up required VA version
Juan A. Suarez Romero
2018-04-30
2
-2
/
+2
*
docs: update calendar, add news and link release notes to 18.0.2
Juan A. Suarez Romero
2018-04-28
3
-7
/
+8
*
docs: add sha256 checksums for 18.0.2
Juan A. Suarez Romero
2018-04-28
1
-1
/
+2
*
docs: add release notes for 18.0.2
Juan A. Suarez Romero
2018-04-28
1
-0
/
+143
*
radeonsi: increase the number of compiler threads depending on the CPU
Marek Olšák
2018-04-27
2
-16
/
+29
*
radeonsi: avoid a crash in gallivm_dispose_target_library_info
Marek Olšák
2018-04-27
1
-0
/
+3
*
radeonsi: move data_layout into si_compiler
Marek Olšák
2018-04-27
3
-6
/
+11
*
radeonsi: move passmgr into si_compiler
Marek Olšák
2018-04-27
4
-40
/
+32
*
radeonsi: move target_library_info into si_compiler
Marek Olšák
2018-04-27
3
-5
/
+13
*
radeonsi: use si_compiler::triple in si_llvm_optimize_module
Marek Olšák
2018-04-27
1
-2
/
+2
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
6
-5
/
+13
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
8
-91
/
+101
*
radeonsi: rename r600_texture::resource to buffer
Marek Olšák
2018-04-27
10
-201
/
+201
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
19
-78
/
+80
*
radeonsi: remove unused atom parameter from si_atom::emit
Marek Olšák
2018-04-27
10
-36
/
+26
*
radeonsi: inline 2 trivial state structures
Marek Olšák
2018-04-27
5
-19
/
+11
*
radeonsi: remove function si_init_atom
Marek Olšák
2018-04-27
4
-27
/
+14
*
radeonsi: remove si_atom::id
Marek Olšák
2018-04-27
4
-28
/
+15
*
radeonsi: don't use an indirect table for state atoms
Marek Olšák
2018-04-27
14
-172
/
+148
*
radeonsi: rename r600_atom -> si_atom
Marek Olšák
2018-04-27
10
-76
/
+76
*
radeonsi: remove r600_pipe_common.h
Marek Olšák
2018-04-27
14
-347
/
+302
*
radeonsi/gfx9: workaround for INTERP with indirect indexing
Marek Olšák
2018-04-27
1
-6
/
+13
*
radeonsi: rewrite DCC format compatibility checking code
Marek Olšák
2018-04-27
1
-56
/
+42
*
radeonsi: implement DCC fast clear swizzle constraints more accurately
Marek Olšák
2018-04-27
3
-35
/
+65
*
radeonsi: rename variables and document stuff around DCC fast clear
Marek Olšák
2018-04-27
1
-41
/
+42
*
radeonsi: fully enable 2x DCC MSAA for array and non-array textures
Marek Olšák
2018-04-27
4
-14
/
+20
*
radeonsi: enable fast color clear for level 0 of mipmapped textures on <= VI
Marek Olšák
2018-04-27
2
-9
/
+24
*
ac/surface: handle DCC subresource fast clear restriction on VI
Marek Olšák
2018-04-27
1
-1
/
+20
*
swr/rast: No need to export GetSimdValidIndicesGfx
George Kyriazis
2018-04-27
1
-4
/
+0
*
swr/rast: Small editorial changes
George Kyriazis
2018-04-27
3
-19
/
+17
*
swr/rast: Use new processor detection mechanism
George Kyriazis
2018-04-27
2
-1
/
+51
*
swr/rast: Output rasterizer dir to console since it's process specific
George Kyriazis
2018-04-27
1
-1
/
+4
*
swr/rast: Add TranslateGfxAddress for shader
George Kyriazis
2018-04-27
3
-3
/
+19
*
swr/rast: jit PRINT improvements.
George Kyriazis
2018-04-27
1
-2
/
+13
*
swr/rast: Fix regressions.
George Kyriazis
2018-04-27
1
-1
/
+1
*
swr/rast: Cleanup old cruft.
George Kyriazis
2018-04-27
1
-17
/
+3
[next]