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
...
*
nvc0: fix valid range for shader buffers
Samuel Pitoiset
2016-10-10
3
-0
/
+3
*
nvc0/ir: fix overwriting of value backing non-constant gather offset
Ilia Mirkin
2016-10-10
1
-2
/
+2
*
glsl: Add missing cache_destroy stub function.
Vinson Lee
2016-10-10
1
-0
/
+5
*
egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)
Chad Versace
2016-10-10
5
-52
/
+34
*
intel: Fix bash-specific redirection.
Eric Anholt
2016-10-10
1
-1
/
+1
*
nv50/ir: only stick one preret per function
Ilia Mirkin
2016-10-10
1
-4
/
+7
*
radeonsi: make more use of si_have_tgsi_compute
Nicolai Hähnle
2016-10-10
1
-3
/
+1
*
gallium/radeon: assign a name to LLVM output variables in debug builds
Nicolai Hähnle
2016-10-10
1
-1
/
+6
*
gallium/radeon: avoid redundant work with overlapping in/out arrays
Nicolai Hähnle
2016-10-10
1
-1
/
+4
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
5
-17
/
+53
*
anv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures
Lionel Landwerlin
2016-10-10
2
-2
/
+1
*
radv: Use proper header guards over 'pragma once' directives
Edward O'Callaghan
2016-10-10
13
-14
/
+60
*
mesa: throw error if bufSize negative in GetSynciv on OpenGL ES
Tapani Pälli
2016-10-10
1
-0
/
+8
*
glsl: prohibit lowp, mediump precision on atomic_uint
Tapani Pälli
2016-10-10
1
-0
/
+14
*
glsl: optimize copy_propagation_elements pass
Tapani Pälli
2016-10-10
1
-50
/
+148
*
intel: aubinator: enable loading dumps from standard input
Lionel Landwerlin
2016-10-08
1
-36
/
+129
*
intel: aubinator: enable loading xml files from a given directory
Lionel Landwerlin
2016-10-08
3
-3
/
+81
*
intel: aubinator: generate a standalone binary
Lionel Landwerlin
2016-10-08
6
-53
/
+102
*
anv/TODO: Update the HiZ task
Nanley Chery
2016-10-07
1
-1
/
+1
*
anv: Enable fast depth clears
Nanley Chery
2016-10-07
2
-2
/
+35
*
anv/cmd_buffer: Enable rendering to HiZ
Chad Versace
2016-10-07
2
-4
/
+40
*
anv/cmd_buffer: Add code for performing HZ operations
Nanley Chery
2016-10-07
3
-0
/
+197
*
anv/image: Memset hiz surfaces to 0 when binding memory
Jason Ekstrand
2016-10-07
1
-1
/
+30
*
anv: Move BindImageMemory to anv_image.c
Jason Ekstrand
2016-10-07
2
-20
/
+20
*
anv: Allocate hiz surface
Chad Versace
2016-10-07
1
-3
/
+34
*
anv: Add func anv_image_has_hiz()
Chad Versace
2016-10-07
1
-0
/
+10
*
anv: Add anv_image::hiz_surface
Chad Versace
2016-10-07
1
-0
/
+2
*
isl: Correct a comment in the isl_format enum
Nanley Chery
2016-10-07
1
-1
/
+1
*
gallium: add missing zero-init for resource templates
Rob Clark
2016-10-07
10
-0
/
+17
*
freedreno: don't try to shadow layered textures
Rob Clark
2016-10-07
1
-0
/
+3
*
freedreno/a3xx+a4xx: fix clip-plane lowering state
Rob Clark
2016-10-07
2
-0
/
+6
*
glsl: Let cache_test build when the shader cache is not enabled
Ian Romanick
2016-10-07
1
-0
/
+4
*
anv: pipeline cache: fix return value of vkGetPipelineCacheData
Lionel Landwerlin
2016-10-07
1
-2
/
+5
*
util: remove unused variable
Timothy Arceri
2016-10-07
1
-4
/
+2
*
loader/dri3: import prime buffers in the currently-bound screen
Martin Peres
2016-10-07
1
-1
/
+11
*
loader/dri3: add get_dri_screen() to the vtable
Martin Peres
2016-10-07
3
-0
/
+24
*
anv/entrypoints: Save off the entire devinfo rather than a pointer
Jason Ekstrand
2016-10-06
1
-5
/
+5
*
radv: drop all uint for unsigned.
Dave Airlie
2016-10-07
1
-8
/
+8
*
vc4: Don't worry about partial Z/S clear if the other is already cleared.
Eric Anholt
2016-10-06
1
-3
/
+7
*
vc4: Try to fix the HW-2116 workaround.
Eric Anholt
2016-10-06
1
-9
/
+10
*
vc4: Drop dead argument from vc4_start_draw().
Eric Anholt
2016-10-06
1
-3
/
+3
*
vc4: Fix fallback to quad clears of depth in GLX.
Eric Anholt
2016-10-06
4
-25
/
+64
*
vc4: Add the format name in miptree_debug.
Eric Anholt
2016-10-06
1
-2
/
+4
*
vc4: Fix perf debug formatting on partial Z/S clear.
Eric Anholt
2016-10-06
1
-1
/
+1
*
vc4: Drop destination register when it's unused.
Eric Anholt
2016-10-06
1
-1
/
+22
*
vc4: Fix live intervals analysis for screening defs in if statements.
Eric Anholt
2016-10-06
3
-5
/
+20
*
vc4: Fix simulator when more than one vc4_screen is opened.
Eric Anholt
2016-10-06
3
-3
/
+39
*
vc4: Fix assertion fails from trying to cast non-ALU instrs to ALU.
Eric Anholt
2016-10-06
1
-0
/
+2
*
anv/cmd_buffer: Move the clear_subpasses calls to set_subpass
Jason Ekstrand
2016-10-06
1
-2
/
+2
*
anv/cmd_buffer: Don't call set_subpass in a secondary
Jason Ekstrand
2016-10-06
4
-48
/
+3
[prev]
[next]