summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-04i965/gen7_urb: Seek other gens with PC sync bugwip/fix/pc-syncNanley Chery1-4/+1
2018-09-04freedreno: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt1-108/+2
2018-09-04v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt1-151/+0
2018-09-04vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt2-184/+1
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt19-35/+403
2018-09-04intel/compiler: Remove redundant nir_remove_dead_variables callJason Ekstrand1-2/+0
2018-09-03intel: compiler: remove dead local variables at optimization passLionel Landwerlin1-0/+5
2018-09-03intel/decoder: fix the possible out of bounds group_iterAndrii Simiklit1-1/+4
2018-09-03radv: Fix CMASK dimensions.Bas Nieuwenhuizen1-2/+2
2018-09-03radv: Use a lower max offchip buffer count.Bas Nieuwenhuizen1-2/+22
2018-09-03radv: Add VEGA20 support.Bas Nieuwenhuizen2-0/+2
2018-09-03radv: don't expose linear depth surfaces on SI/CIK/VI either.Dave Airlie1-3/+2
2018-09-02egl/android: do not indent HAVE_DRM_GRALLOC preprocessor directiveMauro Rossi1-3/+3
2018-09-01anv/blorp: Fix a comment as per Nanley's review feedbackJason Ekstrand1-2/+2
2018-09-01anv/blorp: Do more flushing around HiZ clearsJason Ekstrand1-11/+33
2018-09-01i965/vec4: Clamp indirect tes input array reads with 0x0fffffffIan Romanick1-1/+11
2018-09-01i965/vec4: Correctly handle uniform sources in generate_tes_add_indirect_urb_...Ian Romanick1-1/+14
2018-09-01docs: update calendar to extended the 18.1 cycle by one more releaseAndres Gomez1-2/+8
2018-08-31intel: Introducing Amber Lake platformRodrigo Vivi4-2/+5
2018-08-31intel: aubinator: Adding missed platforms to the error message.Rodrigo Vivi1-2/+3
2018-08-31i965/gen7_urb: Re-emit PUSH_CONSTANT_ALLOC on some gen9Nanley Chery1-0/+28
2018-08-31imx: make use of loader_open_render_node(..) helperChristian Gmeiner1-1/+2
2018-08-31tegra: make use loader_open_render_node(..) helperChristian Gmeiner1-59/+2
2018-08-31loader: add loader_open_render_node(..)Christian Gmeiner2-0/+68
2018-08-31tegra: fix memory leakChristian Gmeiner1-0/+1
2018-08-31st/dri: Don't expose sRGB formats to clientsDaniel Stone1-0/+6
2018-08-31radv: add missing support for protected memory propertiesSamuel Pitoiset1-0/+6
2018-08-31radv: remove dead code in scan_shader_output_decl()Samuel Pitoiset1-6/+0
2018-08-31radv: remove radv_shader_context::num_output_{clips,culls}Samuel Pitoiset1-7/+0
2018-08-31radv: adjust the cull dist mask in scan_shader_output_decl()Samuel Pitoiset1-3/+2
2018-08-31radv: get length of the clip/cull distances array from usage maskSamuel Pitoiset1-9/+40
2018-08-31radv: do not recompute the output usage mask for clipdist twiceSamuel Pitoiset1-4/+1
2018-08-31radv: gather the output usage mask for clip/cull distances correctlySamuel Pitoiset1-0/+8
2018-08-31radv: add set_output_usage_mask() helperSamuel Pitoiset1-17/+26
2018-08-31radv: fix passing clip/cull distances from VS to PSSamuel Pitoiset4-1/+51
2018-08-31egl/wayland: do not leak wl_buffer when it is lockedJuan A. Suarez Romero2-7/+16
2018-08-31ac/radeonsi: fix CIK copy max sizeDave Airlie1-1/+3
2018-08-31radeonsi: fix regression in indirect input swizzles.Dave Airlie1-2/+5
2018-08-31radeonsi: fix tess/gs fetchs for new swizzle.Dave Airlie1-5/+8
2018-08-30mesa: ignore VAO IDs equal to 0 in glDeleteVertexArraysMarek Olšák1-0/+4
2018-08-30Revert "intel/tools/aubwrite: Always use physical addresses for traces."Kenneth Graunke2-13/+11
2018-08-30intel/nir: Lowering image loads and stores trashes all metadataJason Ekstrand1-2/+2
2018-08-30i965/screen: Allow modifiers on sRGB formatsJason Ekstrand1-3/+11
2018-08-30egl/dri2: Guard against invalid fourcc formatsJason Ekstrand1-0/+15
2018-08-30egl/dri2: Add a helper for the number of planes for a FOURCC formatJason Ekstrand1-11/+21
2018-08-30radv/meta: Set num_components on image_store intrinsicsJason Ekstrand3-0/+6
2018-08-30gallivm: Detect VSX separately from AltivecVicki Pfau3-19/+17
2018-08-29nv50: bump compat glsl level to same as coreIlia Mirkin1-1/+1
2018-08-29nvc0: bump compat GLSL version to match coreIlia Mirkin1-1/+1
2018-08-29glsl: avoid lowering texcoord array except in simple casesIlia Mirkin1-0/+6