summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Ekstrand1-12/+155
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
2017-05-16radeonsi: make get_bounded_indirect_index externally accessibleNicolai Hähnle2-16/+20
2017-05-16radeonsi: make emit_waitcnt externally accessibleNicolai Hähnle2-10/+12
2017-05-16radeonsi: silence a Coverity warningNicolai Hähnle1-0/+2
2017-05-16radeonsi: rename tcs_tes_uses_prim_id for clarityNicolai Hähnle3-9/+9
2017-05-16radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellationNicolai Hähnle1-0/+2
2017-05-16ac/debug: handle index field in SET_*_REG correctlyNicolai Hähnle1-1/+7
2017-05-16glsl: simplify link_assign_uniform_storage() a bitSamuel Pitoiset1-8/+9
2017-05-16mesa: unify _mesa_uniform() for image uniformsSamuel Pitoiset1-6/+8
2017-05-16mesa: fix indentation in _mesa_uniform()Samuel Pitoiset1-18/+19
2017-05-16mesa: fix indentation in _mesa_associate_uniform_storage()Samuel Pitoiset1-52/+49
2017-05-16mesa: replace _mesa_problem() with unreachable() in pack.cTimothy Arceri1-6/+4
2017-05-16mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri1-4/+3
2017-05-16mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri1-1/+1
2017-05-16mesa: replace _mesa_problem() with unreachable() in _mesa_light()Timothy Arceri1-2/+1
2017-05-16mesa: replace _mesa_problem() with assert() in hash tableTimothy Arceri1-6/+4
2017-05-16mesa: don't crash in KHR_no_error uniform variants when location == -1Timothy Arceri1-0/+9
2017-05-15intel/aubinator_error_decode: Disassemble shader programsMatt Turner2-4/+186