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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: bo_cache: allow importing a BO larger than needed
Lionel Landwerlin
2017-10-17
1
-1
/
+1
*
st/glsl_to_tgsi: fix indirect access to 64-bit integer
Nicolai Hähnle
2017-10-17
1
-1
/
+1
*
nv50,nvc0: fix push hint logic in presence of a start offset
Ilia Mirkin
2017-10-17
2
-7
/
+5
*
radv: lower ffma in nir.
Dave Airlie
2017-10-17
1
-0
/
+1
*
radv: Add R16G16B16A16_SNORM fast clear support
Alex Smith
2017-10-17
1
-0
/
+6
*
st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTS
Nicolai Hähnle
2017-10-17
1
-1
/
+2
*
nv50/ir: fix 64-bit integer shifts
Ilia Mirkin
2017-10-17
1
-1
/
+3
*
anv: Do not assert() on VK_ATTACHMENT_UNUSED
Józef Kucia
2017-10-17
1
-1
/
+2
*
spirv: Fix SpvOpAtomicISub
Józef Kucia
2017-10-17
1
-0
/
+1
*
anv/cmd_buffer: Reset state in cmd_buffer_destroy
Lionel Landwerlin
2017-10-17
1
-9
/
+3
*
anv/cmd_buffer: fix push descriptors with set > 0
Lionel Landwerlin
2017-10-17
2
-13
/
+49
*
glsl_to_tgsi: fix instruction order for bindless textures
Marek Olšák
2017-10-17
1
-4
/
+14
*
intel/compiler: Don't propagate cmod into integer multiplies
Jason Ekstrand
2017-10-17
2
-0
/
+34
*
intel/compiler: Don't cmod propagate into a saturated operation
Jason Ekstrand
2017-10-17
2
-0
/
+16
*
gallivm/ppc64le: allow environmental control of Altivec code generation
Ben Crocker
2017-10-17
1
-8
/
+24
*
gallivm/ppc64le: adjust VSX code generation control.
Ben Crocker
2017-10-17
1
-7
/
+30
*
gallivm: allow additional llc options
Ben Crocker
2017-10-17
1
-0
/
+23
*
gallivm: fix typo in debug_printf message
Ben Crocker
2017-10-17
1
-1
/
+1
*
st/va: don't re-allocate interlaced buffer with pakced format
Leo Liu
2017-10-17
1
-4
/
+6
*
st/vdpau: don't re-allocate interlaced buffer with packed YUV format
Leo Liu
2017-10-17
1
-0
/
+2
*
radv: emit fmuladd instead of fma to llvm.
Dave Airlie
2017-10-17
1
-1
/
+1
*
intel: compiler: vec4: add missing default 0 lod
Lionel Landwerlin
2017-10-17
1
-0
/
+9
*
anv: Fix vkCmdFillBuffer()
Józef Kucia
2017-10-11
1
-2
/
+2
*
st/mesa: don't use pipe_surface for passing information about EGLImage
Marek Olšák
2017-10-11
1
-46
/
+50
*
nir/spirv: Allow loop breaks in a switch body.
Bas Nieuwenhuizen
2017-10-11
1
-1
/
+1
*
freedreno/a5xx: fix missing restore state
Rob Clark
2017-10-11
1
-0
/
+3
*
freedreno/a5xx: align height to GMEM
Rob Clark
2017-10-11
1
-1
/
+5
*
radeonsi: fix maximum advertised point size / line width
Nicolai Hähnle
2017-10-11
2
-8
/
+3
*
radeonsi: deduce rast_prim correctly for tessellation point mode
Nicolai Hähnle
2017-10-11
1
-3
/
+6
*
radeonsi: don't discard points and lines
Nicolai Hähnle
2017-10-11
2
-2
/
+26
*
radeonsi: move current_rast_prim to r600_common_context
Nicolai Hähnle
2017-10-11
5
-9
/
+13
*
glsl/lower_instruction: handle denorms and overflow in ldexp correctly
Nicolai Hähnle
2017-10-11
1
-61
/
+106
*
util/queue: fix a race condition in the fence code
Nicolai Hähnle
2017-10-11
1
-0
/
+13
*
radeonsi/gfx9: fix geometry shaders without output vertices
Nicolai Hähnle
2017-10-11
1
-3
/
+5
*
amd/common: fix build_cube_select
Nicolai Hähnle
2017-10-11
1
-3
/
+3
*
st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
Nicolai Hähnle
2017-10-11
1
-1
/
+9
*
mesa: fix texture updates for ATI_fragment_shader
Marek Olšák
2017-10-11
1
-3
/
+5
*
st/va: use pipe transfer_map to map upload buffer
Leo Liu
2017-10-11
1
-3
/
+9
*
radv: Check for GFX9 for 1D arrays in image_size intrinsic.
Bas Nieuwenhuizen
2017-10-02
1
-1
/
+2
*
radeonsi: fix a regression in integer cube map handling
Nicolai Hähnle
2017-10-02
1
-8
/
+26
*
amd/common: move ac_build_phi from radeonsi
Nicolai Hähnle
2017-10-02
3
-17
/
+22
*
vulkan/wsi/wayland: Return better error messages
Jason Ekstrand
2017-09-28
1
-21
/
+36
*
vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if available
Jason Ekstrand
2017-09-28
1
-6
/
+33
*
vulkan/wsi/wayland: Stop caching Wayland displays
Jason Ekstrand
2017-09-28
1
-107
/
+54
*
vulkan/wsi/wayland: Refactor wsi_wl_display code
Jason Ekstrand
2017-09-28
1
-14
/
+33
*
nv20: Fix GL_CLAMP
Ian Romanick
2017-09-28
2
-3
/
+32
*
egl/dri2: Implement swapInterval fallback in a conformant way
Tomasz Figa
2017-09-28
3
-1
/
+21
*
broadcom/vc4: Fix infinite retry in vc4_bo_alloc()
Boris Brezillon
2017-09-28
1
-6
/
+4
*
broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.
Eric Anholt
2017-09-28
6
-39
/
+42
*
vulkan/wsi/wayland: Stop printing out the DRM device
Jason Ekstrand
2017-09-28
1
-1
/
+0
[next]