summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-17mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri3-8/+24
2017-05-17mesa: add buffer_sub_data() helperTimothy Arceri1-17/+24
2017-05-17mesa: create validate_buffer_sub_data() helperTimothy Arceri4-40/+45
2017-05-17mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri3-4/+21
2017-05-17mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri3-8/+28
2017-05-17mesa: add inlined_buffer_storage() helperTimothy Arceri1-20/+27
2017-05-17mesa: add validate_buffer_storage() helperTimothy Arceri1-15/+27
2017-05-17mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri4-3/+44
2017-05-17mesa: add 3D support to compressed_tex_sub_image() helperTimothy Arceri1-119/+66
2017-05-17mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri4-2/+42
2017-05-17mesa: add 2D support to compressed_tex_sub_image() helperTimothy Arceri1-67/+16
2017-05-17mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri4-11/+53
2017-05-17mesa: add compressed_tex_sub_image() helperTimothy Arceri1-44/+38
2017-05-17mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri2-51/+30
2017-05-17mesa: add KHR_no_error support for NamedFramebufferTextureTimothy Arceri3-1/+12
2017-05-17mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri3-1/+13
2017-05-17mesa: add *FramebufferTexture() support to frame_buffer_texture helperTimothy Arceri1-100/+41
2017-05-17mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri3-1/+18
2017-05-17mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri3-1/+14
2017-05-17mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri1-27/+43
2017-05-17mesa: add frame_buffer_texture_layer() helperTimothy Arceri1-54/+31
2017-05-17mesa: add KHR_no_error support for glUseProgramTimothy Arceri3-21/+48
2017-05-17mesa: move use_program() inside _mesa_use_program()Timothy Arceri1-29/+21
2017-05-16intel/isl/gen6: Fix combined depth stencil alignmentJason Ekstrand1-7/+7
2017-05-16intel/isl: Refactor gen8_choose_image_alignment_elJason Ekstrand1-140/+49
2017-05-16intel/isl: Refactor gen6_choose_image_alignment_elJason Ekstrand1-18/+14
2017-05-16intel/isl: Refactor gen7_choose_image_alignment_elJason Ekstrand1-83/+74
2017-05-16intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4Pohjolainen, Topi1-23/+5
2017-05-16freedreno/gmem: fix hw binning hangs with large render targetsRob Clark3-3/+13
2017-05-16freedreno/ir3: fix crash with atomicsRob Clark1-2/+9
2017-05-16mesa/st: fix yuv EGLImage'sRob Clark1-2/+30
2017-05-16ttn: fix dest size for some texture instructionsRob Clark1-1/+3
2017-05-16ttn: fix txd src sizesRob Clark1-4/+6
2017-05-16ttn: fix txs dest sizeRob Clark1-1/+2
2017-05-16freedreno/a5xx: remove unneeded assertRob Clark1-3/+0
2017-05-16freedreno/a5xx: fallback to slow-clear for z32Rob Clark4-11/+36
2017-05-16etnaviv: increment the resource seqno in resource_changedPhilipp Zabel1-5/+1
2017-05-16etnaviv: clean up sampler view reference countingLucas Stach1-3/+3
2017-05-16etnaviv: apply feature overrides in one central locationLucas Stach5-10/+19
2017-05-16etnaviv: allow R/B swapped surfaces to be clearedLucas Stach1-0/+2
2017-05-16etnaviv: stop oversizing buffer resourcesLucas Stach1-1/+1
2017-05-16i965: Fix test_eu_validate.cppMatt Turner1-1/+1
2017-05-16anv: Implement VK_KHR_get_surface_capabilities2Jason Ekstrand3-0/+32
2017-05-16vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand1-0/+38
2017-05-16vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand1-0/+32
2017-05-16vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointersJason Ekstrand1-0/+8
2017-05-16vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2-30/+21
2017-05-16vulkan: Update registry and headers to 1.0.49Jason Ekstrand2-16/+262
2017-05-16radeonsi: extract TGSI memory/texture opcode handling into its own fileNicolai Hähnle5-1841/+1886
2017-05-16radeonsi: make const_array externally accessibleNicolai Hähnle2-13/+15