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
*
gallium: introduce memory object
Dave Airlie
2017-08-06
4
-0
/
+153
*
mesa: add support for memory object parameters
Andres Rodriguez
2017-08-06
2
-1
/
+53
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
6
-2
/
+233
*
mapi: add EXT_external_objects and EXT_external_objects_fd
Andres Rodriguez
2017-08-06
13
-1
/
+820
*
clover/device: Move device_version into core and add device_clc_version
Aaron Watry
2017-08-05
3
-2
/
+14
*
radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)
Dave Airlie
2017-08-05
1
-0
/
+5
*
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
2017-08-04
4
-44
/
+7
*
egl/x11: don't leak xfixes_query in the error path
Emil Velikov
2017-08-04
1
-0
/
+1
*
loader: rework xmlconfig dependency
Emil Velikov
2017-08-04
6
-19
/
+16
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
24
-293
/
+128
*
i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUT
Kenneth Graunke
2017-08-04
1
-2
/
+2
*
i965: Use a C99 initializer for new validation list entries.
Kenneth Graunke
2017-08-04
1
-10
/
+7
*
i965: Simplify some bo != batch->bo special cases.
Kenneth Graunke
2017-08-04
1
-27
/
+19
*
i965: Use I915_EXEC_BATCH_FIRST when available.
Kenneth Graunke
2017-08-04
4
-10
/
+33
*
i965: Move add_exec_bo()
Chris Wilson
2017-08-04
1
-53
/
+53
*
i965: Ignore reloc read/write domains
Chris Wilson
2017-08-04
1
-11
/
+7
*
i965: Use I915_EXEC_NO_RELOC
Chris Wilson
2017-08-04
1
-7
/
+33
*
i965: Initialize flags to 0 and |= in new flags.
Kenneth Graunke
2017-08-04
1
-3
/
+3
*
i965: Make add_exec_bo return the validation list index.
Kenneth Graunke
2017-08-04
1
-4
/
+5
*
i965: Track last location of bo used for the batch
Chris Wilson
2017-08-04
3
-2
/
+27
*
i965: Always use the pre-computed offset for the relocation entry
Chris Wilson
2017-08-04
2
-42
/
+36
*
i965: Make brw_emit_reloc assert that the target BO is non-NULL.
Kenneth Graunke
2017-08-04
1
-0
/
+2
*
configure.ac: drop manual detection of expat header/library
Emil Velikov
2017-08-04
1
-7
/
+1
*
configure.ac: unconditionally check for expat
Emil Velikov
2017-08-04
1
-9
/
+9
*
android: radeonsi: add nir include paths
Mauro Rossi
2017-08-04
1
-1
/
+2
*
i965: Prefer using streaming reads from WC mmaps
Chris Wilson
2017-08-04
1
-3
/
+15
*
pipe-loader: fix swrast probing
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
13
-26
/
+19
*
gallium: get rid of pipe_screen_config::flags
Nicolai Hähnle
2017-08-04
6
-23
/
+7
*
radeonsi: set drirc compiler options before calling common screen init
Nicolai Hähnle
2017-08-04
4
-13
/
+14
*
util: Makefile.am: add merge_driinfo.py in extra dist
Juan A. Suarez Romero
2017-08-04
1
-0
/
+1
*
radeonsi: Makefile.sources: include driinfo_radeonsi.h
Juan A. Suarez Romero
2017-08-04
1
-0
/
+1
*
anv: Makefile.vulkan.am: ICD json files are now generated with python
Juan A. Suarez Romero
2017-08-04
1
-2
/
+1
*
radv: also fix texture image descriptors for mipmap tile swizzle
Dave Airlie
2017-08-04
1
-1
/
+2
*
radv: fix tile swizzle regression on mipmaps.
Dave Airlie
2017-08-04
1
-5
/
+6
*
pipe-loader: Add driver build directory for si_driinfo.h include path
Michel Dänzer
2017-08-04
1
-0
/
+1
*
clover: Fix build after llvm r309911
Jan Vesely
2017-08-03
2
-1
/
+7
*
radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMA
Marek Olšák
2017-08-04
5
-4
/
+33
*
radeonsi: if FMASK is disabled, set CB_COLORi_FMASK = CB_COLORi_BASE properly
Marek Olšák
2017-08-04
1
-1
/
+5
*
gallium/radeon: reallocate textures with non-zero tile_swizzle on export
Marek Olšák
2017-08-04
1
-1
/
+3
*
winsys/amdgpu: enable computation of tile swizzle
Marek Olšák
2017-08-04
2
-1
/
+13
*
ac/surface: align DCC size for surfaces that use tile swizzle
Marek Olšák
2017-08-04
1
-2
/
+9
*
ac/surface: limit tile swizzle to non-mipmaps on SI
Marek Olšák
2017-08-04
1
-1
/
+3
*
ac/surface: enable tile swizzle for mipmapped textures
Marek Olšák
2017-08-04
1
-34
/
+46
*
ac/surface: set structure size and handle errors for AddrComputeBaseSwizzle
Marek Olšák
2017-08-04
1
-1
/
+8
*
ac/surface: increment surf_index only when tile swizzle is allowed
Marek Olšák
2017-08-04
4
-4
/
+7
*
ac/surface: compute tile swizzle only when it's allowed
Marek Olšák
2017-08-04
1
-2
/
+4
*
ac/surface: add RADEON_SURF_SHAREABLE
Marek Olšák
2017-08-04
2
-1
/
+4
*
ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX
Marek Olšák
2017-08-04
3
-5
/
+0
*
ac/surface: move tile_swizzle to ac_surface and document it
Marek Olšák
2017-08-04
4
-8
/
+25
[next]