summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-18radv: Implement VK_EXT_discard_rectanglesradv-discard-rectanglesFredrik Höglund5-6/+137
2017-09-18radv: Add enum radv_dynamic_state_flagFredrik Höglund4-28/+41
2017-09-18radv: Always use the viewport & scissor count from the pipelineFredrik Höglund1-10/+3
2017-09-18i965: Use prepare_external instead of make_shareable in setTexBuffer2Jason Ekstrand1-1/+1
2017-09-18i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2Jason Ekstrand1-19/+4
2017-09-18i965: Reset miptree aux state on update_image_bufferJason Ekstrand3-1/+25
2017-09-18intel/isl: Add a drm_modifier_get_default_aux_state helperJason Ekstrand2-2/+21
2017-09-18i965: Warn for GTT fallbacks when mapping the batch/state buffers.Kenneth Graunke1-2/+2
2017-09-18i965: Plumb brw through to intel_batchbuffer_reset().Kenneth Graunke3-11/+11
2017-09-18radeonsi: reallocate if a non-sharable textures is being sharedMarek Olšák1-1/+5
2017-09-18radeonsi: PIPE_BIND_SHARED should allow inter-process sharingMarek Olšák1-5/+4
2017-09-18freedreno: compile fixNicolai Hähnle1-1/+1
2017-09-18clover: add missing include to compat.hJan Vesely1-0/+1
2017-09-18clover: Query and export half precision supportJan Vesely3-3/+18
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely16-0/+27
2017-09-18anv: Implement VK_KHR_image_format_listJason Ekstrand2-2/+36
2017-09-18anv: Implement VK_KHR_bind_memory2Jason Ekstrand3-17/+68
2017-09-18nvc0: fix compile errorBenedikt Schemmer1-1/+1
2017-09-18radeonsi: allow out-of-order rasterization in commutative blending casesNicolai Hähnle6-4/+73
2017-09-18radeonsi: add drirc option "radeonsi_assume_no_z_fights"Nicolai Hähnle5-4/+13
2017-09-18radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUsNicolai Hähnle7-6/+193
2017-09-18gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle4-4/+11
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle24-12/+97
2017-09-18amd/common: add workaround for cube map array layer clampingNicolai Hähnle1-2/+29
2017-09-18amd/common: remove has_ds_bpermute argument from ac_build_ddxyNicolai Hähnle6-11/+3
2017-09-18amd/common: add chip_class to ac_llvm_contextNicolai Hähnle4-5/+13
2017-09-18amd/common: round cube array slice in ac_prepare_cube_coordsNicolai Hähnle4-5/+9
2017-09-18radeonsi: workaround for gather4 on integer cube mapsNicolai Hähnle1-6/+100
2017-09-18st/glsl_to_tgsi: fix theoretical memory leakNicolai Hähnle1-2/+5
2017-09-18i965: emit BRW_NEW_AUX_STATE on aux state changesIago Toral Quiroga1-2/+6
2017-09-18i965: emit BRW_NEW_AUX_STATE when we change the fast clear valueIago Toral Quiroga3-11/+31
2017-09-18i965: emit BRW_NEW_AUX_STATE if we drop the aux surfaceIago Toral Quiroga1-0/+2
2017-09-18i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga8-14/+14
2017-09-18docs: update calendar, add news item and link release notes for 17.2.1Emil Velikov3-7/+8
2017-09-18docs: add sha256 checksums for 17.2.1Emil Velikov1-1/+2
2017-09-18docs: add release notes for 17.2.1Emil Velikov1-0/+199
2017-09-17docs: update sourcetree following omx renameEric Engestrom1-1/+1
2017-09-17gbm: Add gbm_device_get_format_modifier_plane_count to testGert Wollny1-0/+1
2017-09-17travis: replace omx feature flag with omx-bellagio oneAndres Gomez1-6/+6
2017-09-17docs/submittingpatches: add 'test each commit' instructionsEric Engestrom1-0/+12
2017-09-16radv: Add support for more DCC compression with VK_KHR_image_format_list.Bas Nieuwenhuizen2-3/+25
2017-09-16radv: Add code to check if two formats can share DCC metadata.Bas Nieuwenhuizen2-0/+87
2017-09-15i965: Add an INTEL_DEBUG=reemit option.Kenneth Graunke4-1/+4
2017-09-15clover: Fix build after LLVM r313390Jan Vesely2-1/+11
2017-09-15radv: Don't redundantly emit pipelines after secondary cmd buffer.Bas Nieuwenhuizen1-5/+6
2017-09-15radv: Check for GFX9 for 1D arrays in image_size intrinsic.Bas Nieuwenhuizen1-1/+2
2017-09-15i965: drop unused variablesEric Engestrom2-2/+0
2017-09-15i965/tex: Unify the TexImage and TexSubImage codeJason Ekstrand1-58/+45
2017-09-15i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpyJason Ekstrand1-14/+5
2017-09-15i965/tex: Make a couple of helpers staticJason Ekstrand2-22/+2