summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri2017-05-173-1/+13
* mesa: add *FramebufferTexture() support to frame_buffer_texture helperTimothy Arceri2017-05-171-100/+41
* mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2017-05-173-1/+18
* mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2017-05-173-1/+14
* mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-27/+43
* mesa: add frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-54/+31
* mesa: add KHR_no_error support for glUseProgramTimothy Arceri2017-05-173-21/+48
* mesa: move use_program() inside _mesa_use_program()Timothy Arceri2017-05-171-29/+21
* intel/isl/gen6: Fix combined depth stencil alignmentJason Ekstrand2017-05-161-7/+7
* intel/isl: Refactor gen8_choose_image_alignment_elJason Ekstrand2017-05-161-140/+49
* intel/isl: Refactor gen6_choose_image_alignment_elJason Ekstrand2017-05-161-18/+14
* intel/isl: Refactor gen7_choose_image_alignment_elJason Ekstrand2017-05-161-83/+74
* intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4Pohjolainen, Topi2017-05-161-23/+5
* freedreno/gmem: fix hw binning hangs with large render targetsRob Clark2017-05-163-3/+13
* freedreno/ir3: fix crash with atomicsRob Clark2017-05-161-2/+9
* mesa/st: fix yuv EGLImage'sRob Clark2017-05-161-2/+30
* ttn: fix dest size for some texture instructionsRob Clark2017-05-161-1/+3
* ttn: fix txd src sizesRob Clark2017-05-161-4/+6
* ttn: fix txs dest sizeRob Clark2017-05-161-1/+2
* freedreno/a5xx: remove unneeded assertRob Clark2017-05-161-3/+0
* freedreno/a5xx: fallback to slow-clear for z32Rob Clark2017-05-164-11/+36
* etnaviv: increment the resource seqno in resource_changedPhilipp Zabel2017-05-161-5/+1
* etnaviv: clean up sampler view reference countingLucas Stach2017-05-161-3/+3
* etnaviv: apply feature overrides in one central locationLucas Stach2017-05-165-10/+19
* etnaviv: allow R/B swapped surfaces to be clearedLucas Stach2017-05-161-0/+2
* etnaviv: stop oversizing buffer resourcesLucas Stach2017-05-161-1/+1
* i965: Fix test_eu_validate.cppMatt Turner2017-05-161-1/+1
* anv: Implement VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-163-0/+32
* vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+38
* vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+32
* vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointersJason Ekstrand2017-05-161-0/+8
* vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2017-05-162-30/+21
* vulkan: Update registry and headers to 1.0.49Jason Ekstrand2017-05-161-12/+155
* radeonsi: extract TGSI memory/texture opcode handling into its own fileNicolai Hähnle2017-05-165-1841/+1886
* radeonsi: make const_array externally accessibleNicolai Hähnle2017-05-162-13/+15
* radeonsi: make get_bounded_indirect_index externally accessibleNicolai Hähnle2017-05-162-16/+20
* radeonsi: make emit_waitcnt externally accessibleNicolai Hähnle2017-05-162-10/+12
* radeonsi: silence a Coverity warningNicolai Hähnle2017-05-161-0/+2
* radeonsi: rename tcs_tes_uses_prim_id for clarityNicolai Hähnle2017-05-163-9/+9
* radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellationNicolai Hähnle2017-05-161-0/+2
* ac/debug: handle index field in SET_*_REG correctlyNicolai Hähnle2017-05-161-1/+7
* glsl: simplify link_assign_uniform_storage() a bitSamuel Pitoiset2017-05-161-8/+9
* mesa: unify _mesa_uniform() for image uniformsSamuel Pitoiset2017-05-161-6/+8
* mesa: fix indentation in _mesa_uniform()Samuel Pitoiset2017-05-161-18/+19
* mesa: fix indentation in _mesa_associate_uniform_storage()Samuel Pitoiset2017-05-161-52/+49
* mesa: replace _mesa_problem() with unreachable() in pack.cTimothy Arceri2017-05-161-6/+4
* mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri2017-05-161-4/+3
* mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri2017-05-161-1/+1
* mesa: replace _mesa_problem() with unreachable() in _mesa_light()Timothy Arceri2017-05-161-2/+1
* mesa: replace _mesa_problem() with assert() in hash tableTimothy Arceri2017-05-161-6/+4