summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-07anv: Parse VkPhysicalDeviceFeatures2 in CreateDeviceJason Ekstrand1-10/+45
2020-03-06iris: Don't skip fast depth clears if the color changedJason Ekstrand1-1/+5
2020-03-06isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfacesJason Ekstrand1-1/+19
2020-03-06Revert "spirv: Use a simpler and more correct implementaiton of tanh()"Kristian H. Kristensen1-14/+13
2020-03-06Revert "glsl: Use a simpler formula for tanh"Kristian H. Kristensen1-10/+8
2020-03-06Revert "mesa: check for z=0 in _mesa_Vertex3dv()"Marek Olšák1-4/+1
2020-03-06Revert "glx: convert glx_config_create_list to one big calloc"Andrii Simiklit1-26/+37
2020-03-06intel/gen12+: Disable mid thread preemption.Rafael Antognolli3-0/+25
2020-03-06intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni1-1/+1
2020-03-06mesa/st: fix formats required for EXT_texture_norm16Tapani Pälli1-7/+0
2020-03-06intel/compiler: Restrict cs_threads to 64Jordan Justen1-1/+3
2020-03-06ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gensSamuel Pitoiset1-0/+5
2020-03-06ac/llvm: fix 16-bit fmed3 on GFX8 and older gensSamuel Pitoiset1-2/+4
2020-03-06ac/llvm: fix 64-bit fmed3Samuel Pitoiset1-17/+31
2020-03-06mesa: Flush vertices before changing the OpenGL state.Mathias Fröhlich1-4/+10
2020-03-06gallivm/tgsi: fix stream id regressionDave Airlie1-2/+5
2020-03-06mesa/st: toggle EXT_texture_norm16 based on format supportTapani Pälli1-0/+12
2020-03-06egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.Mathias Fröhlich4-14/+81
2020-03-06i965: toggle on EXT_texture_norm16Tapani Pälli1-0/+1
2020-03-06mesa: introduce boolean toggle for EXT_texture_norm16Tapani Pälli2-1/+2
2020-03-06.pick_status.json: Update to 74e4cda64b9d114321216eefe536f80644b0f0fdErik Faye-Lund1-2/+0
2020-02-25v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo6-25/+76
2020-02-24spirv: Remove outdated SPIR-V decoration warningsArcady Goldmints-Orlov1-3/+2
2020-02-24util: promote u_debug_memory.c to src/utilErik Faye-Lund5-2/+2
2020-02-20i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8Danylo Piliaiev1-11/+23
2020-02-20intel/fs: Correctly handle multiply of fsign with a source modifierIan Romanick1-0/+10
2020-02-20st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer1-7/+7
2020-02-20mesa: fix immediate mode with tessellation and varying patch verticesMarek Olšák1-0/+2
2020-02-20intel/gen12: Take into account opcode when decoding SWSBCaio Marcelo de Oliveira Filho2-3/+7
2020-02-18zink: confused compilation macro usage for zink in target helpers.luc1-1/+1
2020-02-18egl: Implement getImage/putImage on pbuffer swrast.Mathias Fröhlich4-5/+96
2020-02-18intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.Francisco Jerez1-7/+3
2020-02-18radeonsi: don't wait for shader compilation to finish when destroying a contextMarek Olšák1-3/+0
2020-02-14gallium/swr: simplify environmental variabled expansion codeKrzysztof Raszkowski1-29/+0
2020-02-14glsl: fix gl_nir_set_uniform_initializers() for image arraysTimothy Arceri1-1/+1
2020-02-13iris: fix aux buf map failure in 32bits app on AndroidTapani Pälli1-8/+9
2020-02-13radeonsi: make si_fence_server_signal flush pipe without workPeng Huang1-0/+4
2020-02-11nir: do not use De Morgan's Law rules for flt and fgeSamuel Pitoiset1-1/+1
2020-02-11Revert "gallium: Fix big-endian addressing of non-bitmask array formats."Eric Anholt1-17/+6
2020-02-11radeonsi: fix the DCC MSAA bug workaroundMarek Olšák1-1/+1
2020-02-11svga: fix size of format_conversion_table[]Neha Bhende1-0/+2
2020-02-10Vulkan overlay: use the corresponding image index for each swapchainGeorg Lehmann1-3/+8
2020-02-10freedreno/ir3: put the conversion back for half const to the right place.Hyunjun Ko1-6/+6
2020-02-07Vulkan Overlay: Don't try to change the image layout to present twiceGeorg Lehmann1-22/+27
2020-02-07Correctly wait in the fragment stage until all semaphores are signaledGeorg Lehmann1-2/+10
2020-02-07svga: Fix banded DMA uploadThomas Hellstrom1-10/+11
2020-02-07intel: Load the driver even if I915_PARAM_REVISION is not found.Rafael Antognolli1-1/+1
2020-02-07swr: Fix GCC 4.9 checks.Vinson Lee2-2/+2
2020-02-06radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer3-16/+0
2020-02-05mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli1-4/+14