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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Don't allocate CMASK for linear images.
Bas Nieuwenhuizen
2017-09-13
1
-1
/
+3
*
radv: Disable multilayer & multilevel DCC.
Bas Nieuwenhuizen
2017-09-13
1
-0
/
+1
*
radv/winsys: fix flags vs va_flags thinko.
Dave Airlie
2017-09-13
1
-1
/
+1
*
egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extension
Emil Velikov
2017-09-13
1
-0
/
+1
*
radv: Fix vkCopyImage with both depth and stencil aspects.
Bas Nieuwenhuizen
2017-09-13
1
-99
/
+107
*
radv: Actually set the cmd_buffer usage_flags.
Bas Nieuwenhuizen
2017-09-13
1
-0
/
+1
*
radv: don't assert on empty hash table
Grazvydas Ignotas
2017-09-13
1
-0
/
+3
*
mesa/st: remove unwanted backup file
Eric Engestrom
2017-09-13
1
-479
/
+0
*
radeonsi: update dirty_level_mask before dispatching
Samuel Pitoiset
2017-09-13
2
-0
/
+6
*
glsl: fix glsl_struct_field size calculations for shader cache
Nicolai Hähnle
2017-09-13
1
-7
/
+4
*
ac/surface: match Z and stencil tile config
Nicolai Hähnle
2017-09-13
1
-6
/
+47
*
radeonsi: apply a mask to gl_SampleMaskIn in the PS prolog
Nicolai Hähnle
2017-09-13
3
-5
/
+76
*
glsl: stop adding pointers from bindless structs to the cache
Timothy Arceri
2017-09-13
1
-4
/
+8
*
glsl: stop adding pointers from shader_info to the cache
Timothy Arceri
2017-09-13
1
-6
/
+25
*
compiler: move pointers to the start of shader_info
Timothy Arceri
2017-09-13
1
-3
/
+3
*
glsl: always write a name/label string to the cache
Timothy Arceri
2017-09-13
1
-4
/
+7
*
glsl: don't write uniform storage offset if there isn't one
Timothy Arceri
2017-09-13
1
-3
/
+10
*
glsl: add has_uniform_storage() helper to shader cache
Timothy Arceri
2017-09-13
1
-6
/
+13
*
glsl: stop adding pointers from glsl_struct_field to the cache
Timothy Arceri
2017-09-13
1
-7
/
+38
*
glsl: stop adding pointers from gl_shader_variable to the cache
Timothy Arceri
2017-09-13
1
-12
/
+28
*
glsl: allow NULL to be passed to encode_type_to_blob()
Timothy Arceri
2017-09-13
1
-0
/
+10
*
util: improve compiler guard
Eric Engestrom
2017-09-13
1
-6
/
+6
*
i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
Kenneth Graunke
2017-09-13
2
-0
/
+16
*
radv/gfx9: fix image resource handling.
Dave Airlie
2017-09-13
1
-8
/
+19
*
radv/ac: bump params array for image atomic comp swap
Dave Airlie
2017-09-13
1
-1
/
+1
*
radv/gfx9: set mip0-depth correctly for 2d arrays/3d images
Dave Airlie
2017-09-13
1
-2
/
+2
*
radv: handle GFX9 1D textures
Dave Airlie
2017-09-13
2
-14
/
+76
*
radv: don't use iview for meta image width/height.
Dave Airlie
2017-09-13
2
-13
/
+21
*
st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D index
Nicolai Hähnle
2017-09-13
1
-1
/
+1
*
radv: use simpler indirect packet 3 if possible.
Dave Airlie
2017-09-13
1
-14
/
+24
*
radv/gfx9: allocate events from uncached VA space
Dave Airlie
2017-09-13
3
-3
/
+8
*
radv/winsys: use amdgpu_bo_va_op_raw.
Dave Airlie
2017-09-13
1
-7
/
+24
*
st/mesa: skip draw calls with pipe_draw_info::count == 0
Marek Olšák
2017-09-13
1
-1
/
+6
*
radeonsi/gfx9: always flush DB metadata on framebuffer changes
Nicolai Hähnle
2017-09-13
3
-2
/
+12
*
Revert "radv: disable support for VEGA for now."
Dave Airlie
2017-09-13
1
-5
/
+0
*
radv/gfx9: set descriptor up for base_mip to level range.
Dave Airlie
2017-09-13
1
-1
/
+4
*
radv: disable 1d/2d linear optimisation on gfx9.
Dave Airlie
2017-09-13
1
-3
/
+4
*
spirv: Add support for the HelperInvocation builtin
Jason Ekstrand
2017-09-13
1
-1
/
+4
*
st/mesa: fix view template initialization in try_pbo_readpixels
Roland Scheidegger
2017-09-13
1
-1
/
+1
*
i965: Fix crash in fallback GTT mapping.
Kenneth Graunke
2017-09-13
1
-2
/
+4
*
freedreno: skip batch-cache for compute shaders
Rob Clark
2017-09-13
1
-7
/
+1
*
nvc0: write 0 to pipeline_statistics.cs_invocations
Karol Herbst
2017-09-13
1
-0
/
+1
*
llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load
Ben Crocker
2017-09-13
1
-2
/
+28
*
gallivm: correct channel shift logic on big endian
Ray Strode
2017-09-13
1
-1
/
+7
*
anv/formats: Nicely handle unknown VkFormat enums
Jason Ekstrand
2017-09-13
1
-5
/
+14
*
vbo: fix offset in minmax cache key
Charmaine Lee
2017-09-13
1
-3
/
+5
*
egl/dri2: only destroy created objects
Michael Olbrich
2017-09-13
1
-3
/
+6
*
llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR
Brian Paul
2017-09-13
1
-0
/
+6
*
egl/wayland: make sure HAS_$FORMAT is set for wl_dmabuf
Emil Velikov
2017-08-29
1
-0
/
+3
*
egl/wayland: set correct format with wl_dmabuf as wl_drm is missing
Emil Velikov
2017-08-29
1
-1
/
+1
[next]