summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-15winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle1-2/+4
2017-03-15gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker1-0/+13
2017-03-15gallivm: Improve debug output (V2)Ben Crocker2-1/+18
2017-03-15gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák5-6/+14
2017-03-15gallium/util: remove unused u_index_modify helpersMarek Olšák2-101/+0
2017-03-15radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák1-2/+2
2017-03-15i965/fs: fix uninitialized memory accessLionel Landwerlin1-3/+2
2017-03-15radv: Never try to create more than max_sets descriptor sets.Bas Nieuwenhuizen2-2/+6
2017-03-15i965/fs: Remove the inline pack_double_2x32 optimizationJason Ekstrand1-29/+0
2017-03-14anv: wsi: report presentation error per image requestLionel Landwerlin1-8/+15
2017-03-14anv: fix Get*MemoryRequirements for !LLCConnor Abbott1-6/+8
2017-03-14tgsi: fix memory leak in tgsi sanity checkDave Airlie1-3/+5
2017-03-14intel/blorp: Swizzle clear colors on the CPUJason Ekstrand1-18/+30
2017-03-14mesa: Do (TCS && !TES) draw time validation in ES as well.Kenneth Graunke1-19/+26
2017-03-14st/mesa: don't pass compare mode for stencil-sampled texturesIlia Mirkin1-1/+1
2017-03-14nvc0: set the render condition in the compute objectIlia Mirkin1-2/+10
2017-03-14gm107/ir: fix address offset bitfield for ATOMSIlia Mirkin1-1/+1
2017-03-14glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1Jose Maria Casanova Crespo1-4/+7
2017-03-14nvc0/ir: fix ubo max clamp, reset file indexIlia Mirkin1-1/+3
2017-03-14nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ computeIlia Mirkin1-25/+22
2017-03-14nvc0: increase number of ubo binding pointsIlia Mirkin1-3/+2
2017-03-14glsl: correct compute shader checks for memoryBarrier functionsMarc Di Luzio1-6/+12
2017-03-14i965: Use a better guardband calculation.Jason Ekstrand4-82/+126
2017-03-14i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke3-57/+30
2017-03-14radv: pass FMASK alignment to applicationDave Airlie1-0/+1
2017-03-14radv: Pass DCC alignment to application.Bas Nieuwenhuizen1-0/+1
2017-03-14radv: Pass CMASK alignment to application.Bas Nieuwenhuizen1-0/+1
2017-03-14radv/ac: avoid the fmask path when doing txs.Dave Airlie1-1/+2
2017-03-14dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle1-0/+12
2017-03-14glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2-3/+19
2017-03-14glx/dri3: guard in_current_context against a disappeared drawableNicolai Hähnle1-0/+4
2017-03-14glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversionNicolai Hähnle1-0/+2
2017-03-14radv/ac: correctly size shared memory usage.Dave Airlie1-1/+1
2017-03-14winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()Samuel Pitoiset1-7/+10
2017-03-14glsl: fix heap-buffer-overflowBartosz Tomczyk1-1/+1
2017-03-14radv/ac: implement txs for buffer textures.Dave Airlie1-0/+5
2017-03-14radv/ac: handle nir irem opcode.Dave Airlie1-0/+3
2017-03-14radv: handle transfer_write as a dst flag.Dave Airlie1-0/+1
2017-03-14radeonsi: don't invoke DCC decompression in update_all_texture_descriptorsMarek Olšák1-5/+6
2017-03-14i965: Support the force_glsl_version driconf option.Kenneth Graunke2-0/+4
2017-03-14i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke1-6/+4
2017-03-14i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.Kenneth Graunke1-1/+1
2017-03-14i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke1-0/+12
2017-03-14radv: program a default point size.Dave Airlie1-1/+2
2017-03-14st/mesa: destroy pipe_context before destroying st_context (v2)Marek Olšák1-6/+7
2017-03-14mesa: Don't advertise GL_OES_read_format in core profileIan Romanick1-1/+1
2017-03-14swr: Align query results allocationGeorge Kyriazis2-4/+5
2017-03-14swr: Prune empty nodes in CalculateProcessorTopology.Bruce Cherniak1-0/+9
2017-03-14glsl: split DIV_TO_MUL_RCP into single- and double-precision flagsNicolai Hähnle2-9/+14
2017-03-13spirv: don't assert with location decorations on non i/o variablesLionel Landwerlin1-1/+2