index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-17
mesa: add KHR_no_error support for glBufferSubData()
Timothy Arceri
3
-4
/
+22
2017-05-17
mesa: add KHR_no_error support for glNamedBufferSubData()
Timothy Arceri
3
-8
/
+24
2017-05-17
mesa: add buffer_sub_data() helper
Timothy Arceri
1
-17
/
+24
2017-05-17
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
4
-40
/
+45
2017-05-17
mesa: add KHR_no_error support for glBufferStorage()
Timothy Arceri
3
-4
/
+21
2017-05-17
mesa: add KHR_no_error support for glNamedBufferStorage()
Timothy Arceri
3
-8
/
+28
2017-05-17
mesa: add inlined_buffer_storage() helper
Timothy Arceri
1
-20
/
+27
2017-05-17
mesa: add validate_buffer_storage() helper
Timothy Arceri
1
-15
/
+27
2017-05-17
mesa: add KHR_no_error support for glCompressedTex*SubImage3D()
Timothy Arceri
4
-3
/
+44
2017-05-17
mesa: add 3D support to compressed_tex_sub_image() helper
Timothy Arceri
1
-119
/
+66
2017-05-17
mesa: add KHR_no_error support for glCompressedTex*SubImage2D()
Timothy Arceri
4
-2
/
+42
2017-05-17
mesa: add 2D support to compressed_tex_sub_image() helper
Timothy Arceri
1
-67
/
+16
2017-05-17
mesa: add KHR_no_error support for CompressedTex*SubImage1D()
Timothy Arceri
4
-11
/
+53
2017-05-17
mesa: add compressed_tex_sub_image() helper
Timothy Arceri
1
-44
/
+38
2017-05-17
mesa: make _mesa_compressed_texture_sub_image() static
Timothy Arceri
2
-51
/
+30
2017-05-17
mesa: add KHR_no_error support for NamedFramebufferTexture
Timothy Arceri
3
-1
/
+12
2017-05-17
mesa: add KHR_no_error support for FramebufferTexture
Timothy Arceri
3
-1
/
+13
2017-05-17
mesa: add *FramebufferTexture() support to frame_buffer_texture helper
Timothy Arceri
1
-100
/
+41
2017-05-17
mesa: add KHR_no_error support for NamedFramebufferTextureLayer
Timothy Arceri
3
-1
/
+18
2017-05-17
mesa: add KHR_no_error support for FramebufferTextureLayer
Timothy Arceri
3
-1
/
+14
2017-05-17
mesa: add no error support to frame_buffer_texture_layer() helper
Timothy Arceri
1
-27
/
+43
2017-05-17
mesa: add frame_buffer_texture_layer() helper
Timothy Arceri
1
-54
/
+31
2017-05-17
mesa: add KHR_no_error support for glUseProgram
Timothy Arceri
3
-21
/
+48
2017-05-17
mesa: move use_program() inside _mesa_use_program()
Timothy Arceri
1
-29
/
+21
2017-05-16
intel/isl/gen6: Fix combined depth stencil alignment
Jason Ekstrand
1
-7
/
+7
2017-05-16
intel/isl: Refactor gen8_choose_image_alignment_el
Jason Ekstrand
1
-140
/
+49
2017-05-16
intel/isl: Refactor gen6_choose_image_alignment_el
Jason Ekstrand
1
-18
/
+14
2017-05-16
intel/isl: Refactor gen7_choose_image_alignment_el
Jason Ekstrand
1
-83
/
+74
2017-05-16
intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
Pohjolainen, Topi
1
-23
/
+5
2017-05-16
freedreno/gmem: fix hw binning hangs with large render targets
Rob Clark
3
-3
/
+13
2017-05-16
freedreno/ir3: fix crash with atomics
Rob Clark
1
-2
/
+9
2017-05-16
mesa/st: fix yuv EGLImage's
Rob Clark
1
-2
/
+30
2017-05-16
ttn: fix dest size for some texture instructions
Rob Clark
1
-1
/
+3
2017-05-16
ttn: fix txd src sizes
Rob Clark
1
-4
/
+6
2017-05-16
ttn: fix txs dest size
Rob Clark
1
-1
/
+2
2017-05-16
freedreno/a5xx: remove unneeded assert
Rob Clark
1
-3
/
+0
2017-05-16
freedreno/a5xx: fallback to slow-clear for z32
Rob Clark
4
-11
/
+36
2017-05-16
etnaviv: increment the resource seqno in resource_changed
Philipp Zabel
1
-5
/
+1
2017-05-16
etnaviv: clean up sampler view reference counting
Lucas Stach
1
-3
/
+3
2017-05-16
etnaviv: apply feature overrides in one central location
Lucas Stach
5
-10
/
+19
2017-05-16
etnaviv: allow R/B swapped surfaces to be cleared
Lucas Stach
1
-0
/
+2
2017-05-16
etnaviv: stop oversizing buffer resources
Lucas Stach
1
-1
/
+1
2017-05-16
i965: Fix test_eu_validate.cpp
Matt Turner
1
-1
/
+1
2017-05-16
anv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
3
-0
/
+32
2017-05-16
vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2
Jason Ekstrand
1
-0
/
+38
2017-05-16
vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2
Jason Ekstrand
1
-0
/
+32
2017-05-16
vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointers
Jason Ekstrand
1
-0
/
+8
2017-05-16
vulkan/wsi: Use vk_outarray for surface_get_formats
Jason Ekstrand
2
-30
/
+21
2017-05-16
vulkan: Update registry and headers to 1.0.49
Jason Ekstrand
2
-16
/
+262
2017-05-16
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
5
-1841
/
+1886
[prev]
[next]