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
*
mesa: add KHR_no_error support for FramebufferTexture
Timothy Arceri
2017-05-17
3
-1
/
+13
*
mesa: add *FramebufferTexture() support to frame_buffer_texture helper
Timothy Arceri
2017-05-17
1
-100
/
+41
*
mesa: add KHR_no_error support for NamedFramebufferTextureLayer
Timothy Arceri
2017-05-17
3
-1
/
+18
*
mesa: add KHR_no_error support for FramebufferTextureLayer
Timothy Arceri
2017-05-17
3
-1
/
+14
*
mesa: add no error support to frame_buffer_texture_layer() helper
Timothy Arceri
2017-05-17
1
-27
/
+43
*
mesa: add frame_buffer_texture_layer() helper
Timothy Arceri
2017-05-17
1
-54
/
+31
*
mesa: add KHR_no_error support for glUseProgram
Timothy Arceri
2017-05-17
3
-21
/
+48
*
mesa: move use_program() inside _mesa_use_program()
Timothy Arceri
2017-05-17
1
-29
/
+21
*
intel/isl/gen6: Fix combined depth stencil alignment
Jason Ekstrand
2017-05-16
1
-7
/
+7
*
intel/isl: Refactor gen8_choose_image_alignment_el
Jason Ekstrand
2017-05-16
1
-140
/
+49
*
intel/isl: Refactor gen6_choose_image_alignment_el
Jason Ekstrand
2017-05-16
1
-18
/
+14
*
intel/isl: Refactor gen7_choose_image_alignment_el
Jason Ekstrand
2017-05-16
1
-83
/
+74
*
intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
Pohjolainen, Topi
2017-05-16
1
-23
/
+5
*
freedreno/gmem: fix hw binning hangs with large render targets
Rob Clark
2017-05-16
3
-3
/
+13
*
freedreno/ir3: fix crash with atomics
Rob Clark
2017-05-16
1
-2
/
+9
*
mesa/st: fix yuv EGLImage's
Rob Clark
2017-05-16
1
-2
/
+30
*
ttn: fix dest size for some texture instructions
Rob Clark
2017-05-16
1
-1
/
+3
*
ttn: fix txd src sizes
Rob Clark
2017-05-16
1
-4
/
+6
*
ttn: fix txs dest size
Rob Clark
2017-05-16
1
-1
/
+2
*
freedreno/a5xx: remove unneeded assert
Rob Clark
2017-05-16
1
-3
/
+0
*
freedreno/a5xx: fallback to slow-clear for z32
Rob Clark
2017-05-16
4
-11
/
+36
*
etnaviv: increment the resource seqno in resource_changed
Philipp Zabel
2017-05-16
1
-5
/
+1
*
etnaviv: clean up sampler view reference counting
Lucas Stach
2017-05-16
1
-3
/
+3
*
etnaviv: apply feature overrides in one central location
Lucas Stach
2017-05-16
5
-10
/
+19
*
etnaviv: allow R/B swapped surfaces to be cleared
Lucas Stach
2017-05-16
1
-0
/
+2
*
etnaviv: stop oversizing buffer resources
Lucas Stach
2017-05-16
1
-1
/
+1
*
i965: Fix test_eu_validate.cpp
Matt Turner
2017-05-16
1
-1
/
+1
*
anv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
3
-0
/
+32
*
vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
1
-0
/
+38
*
vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
1
-0
/
+32
*
vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointers
Jason Ekstrand
2017-05-16
1
-0
/
+8
*
vulkan/wsi: Use vk_outarray for surface_get_formats
Jason Ekstrand
2017-05-16
2
-30
/
+21
*
vulkan: Update registry and headers to 1.0.49
Jason Ekstrand
2017-05-16
1
-12
/
+155
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
5
-1841
/
+1886
*
radeonsi: make const_array externally accessible
Nicolai Hähnle
2017-05-16
2
-13
/
+15
*
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
2017-05-16
2
-16
/
+20
*
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
2017-05-16
2
-10
/
+12
*
radeonsi: silence a Coverity warning
Nicolai Hähnle
2017-05-16
1
-0
/
+2
*
radeonsi: rename tcs_tes_uses_prim_id for clarity
Nicolai Hähnle
2017-05-16
3
-9
/
+9
*
radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
Nicolai Hähnle
2017-05-16
1
-0
/
+2
*
ac/debug: handle index field in SET_*_REG correctly
Nicolai Hähnle
2017-05-16
1
-1
/
+7
*
glsl: simplify link_assign_uniform_storage() a bit
Samuel Pitoiset
2017-05-16
1
-8
/
+9
*
mesa: unify _mesa_uniform() for image uniforms
Samuel Pitoiset
2017-05-16
1
-6
/
+8
*
mesa: fix indentation in _mesa_uniform()
Samuel Pitoiset
2017-05-16
1
-18
/
+19
*
mesa: fix indentation in _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-05-16
1
-52
/
+49
*
mesa: replace _mesa_problem() with unreachable() in pack.c
Timothy Arceri
2017-05-16
1
-6
/
+4
*
mesa: replace _mesa_problem() with unreachable() in mipmap.c
Timothy Arceri
2017-05-16
1
-4
/
+3
*
mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()
Timothy Arceri
2017-05-16
1
-1
/
+1
*
mesa: replace _mesa_problem() with unreachable() in _mesa_light()
Timothy Arceri
2017-05-16
1
-2
/
+1
*
mesa: replace _mesa_problem() with assert() in hash table
Timothy Arceri
2017-05-16
1
-6
/
+4
[next]