summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2019-10-02haiku: fix Mesa buildKen Mays3-28/+18
2019-10-02iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke1-2/+6
2019-10-02meson: gallium media state trackers require libdrm with x11Dylan Baker4-8/+14
2019-10-02iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke1-1/+23
2019-10-02scons: Fix MSYS2 Mingw-w64 build.pal10001-2/+2
2019-10-02meson: Link xvmc with libxvDylan Baker1-3/+7
2019-10-02meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker1-2/+7
2019-10-02radeonsi: fix VAAPI segfault due to various bugsMichel Dänzer3-0/+3
2019-10-02st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev1-1/+7
2019-10-02gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSHMarek Olšák1-4/+1
2019-10-02nouveau: add idep_nir_headers as dep for libnouveauStephen Barber1-2/+2
2019-10-02intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke1-0/+15
2019-10-02gallium/osmesa: Fix the inability to set no context as current.Hal Gentz1-0/+5
2019-10-02docs: Update bug report URLs for the gitlab migrationAdam Jackson1-1/+1
2019-10-02iris: close screen fd on iris_destroy_screenTapani Pälli1-0/+1
2019-09-19iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke1-0/+1
2019-09-13tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev1-1/+1
2019-09-12gallium: Fix util_format_get_depth_onlyKenneth Graunke1-1/+1
2019-09-09amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom1-4/+1
2019-09-05ttn: fix 64-bit shift on 32-bit `1`Eric Engestrom1-1/+1
2019-09-03gallium/auxiliary/indices: consistently apply start only to inputErik Faye-Lund1-10/+10
2019-08-28radeonsi: fix scratch buffer WAVESIZE setting leading to corruptionMarek Olšák3-31/+39
2019-08-26iris: Fix large timeout handling in rel2abs()Kenneth Graunke1-13/+14
2019-08-26iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke1-16/+5
2019-08-26iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke1-4/+5
2019-08-23gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin6-7/+7
2019-08-20radeonsi: fix an assertion failure: assert(!res->b.is_shared)Marek Olšák1-2/+1
2019-08-08gallium/dump: add missing query-type to short-listErik Faye-Lund1-0/+1
2019-08-08gallium/dump: add missing query-type to short-listErik Faye-Lund1-0/+1
2019-08-08meson: Test for program_invocation_nameMatt Turner1-1/+1
2019-08-08radeonsi: disable SDMA image copies on dGPUs to fix corruption in gamesMarek Olšák1-1/+9
2019-07-29nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin1-2/+3
2019-07-29nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin1-18/+27
2019-07-29nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2-14/+18
2019-07-29gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin1-52/+52
2019-07-29radeon/vcn: enable rate control for hevc encodingBoyuan Zhang1-1/+7
2019-07-29radeon/uvd: enable rate control for hevc encodingBoyuan Zhang1-1/+7
2019-07-29radeon/vcn: fix poc for hevc encodeBoyuan Zhang2-2/+3
2019-07-29radeon/uvd: fix poc for hevc encodeBoyuan Zhang2-3/+3
2019-07-26nvc0/ir: Fix assert accessing null pointerMark Menzynski1-1/+1
2019-07-24gallium+mesa: fix tgsi_semantic array typeEric Engestrom1-2/+4
2019-07-18virgl: Set meta data for textures from handle.Lepton Wu1-0/+1
2019-07-17softpipe: Remove unused static functionGert Wollny1-9/+0
2019-07-15meson: Add dep_thread dependency.Vinson Lee1-0/+1
2019-07-15freedreno: Fix assertion failures in context setup in shader-db mode.Eric Anholt4-0/+4
2019-07-10radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangsMarek Olšák1-3/+1
2019-07-05iris: Use a uint16_t for key sizesJason Ekstrand1-1/+1
2019-07-02meson: Search for execinfo.hJory Pratt1-4/+4
2019-07-01vl: Use CS composite shader only if TEX_LZ and DIV are supportedGert Wollny2-8/+11
2019-07-01gallium: Add CAP for opcode DIVGert Wollny10-0/+11