summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-203-22/+15
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-201-1/+1
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-201-0/+15
* meson: Add moduledir to d3d.pcDylan Baker2018-03-201-0/+1
* mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick2018-03-201-26/+2
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-201-24/+34
* autotools: include all meson.build filesDylan Baker2018-03-201-0/+2
* radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen2018-03-201-0/+3
* swr/rast: Fix macOS macro.Vinson Lee2018-03-201-2/+2
* i965: Fix RELOC_WRITE typo in brw_store_data_imm64()Andriy Khulap2018-03-201-1/+1
* i965/sbe: fix number of inputs for active componentsIago Toral Quiroga2018-03-201-4/+2
* radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen2018-03-201-2/+11
* radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen2018-03-201-5/+15
* ac/nir: don't apply slice rounding on txf_msDave Airlie2018-03-201-1/+1
* glsl: Fix memory leak with known glsl_type instancesSimon Hausmann2018-03-202-87/+47
* intel/compiler: Memory fence commit must always be enabled for gen10+Anuj Phogat2018-03-201-1/+3
* radv: do not set pending_reset_query in BeginCommandBuffer()Samuel Pitoiset2018-03-201-7/+0
* r600/cayman: fix fragcood loading recip generation.Dave Airlie2018-03-201-1/+1
* intel/fs: Set up sampler message headers in the visitor on gen7+Jason Ekstrand2018-03-202-22/+39
* Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"Samuel Pitoiset2018-03-201-0/+13
* radv: Fix CmdCopyImage between uncompressed and compressed imagesAlex Smith2018-03-201-6/+17
* radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2018-03-202-3/+5
* r600: implement callstack workaround for evergreen.Dave Airlie2018-03-201-8/+31
* intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-201-17/+28
* i965: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-201-17/+27
* radeonsi: add a workaround for GFX9 hang with init_config alignmentMarek Olšák2018-03-201-1/+2
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-205-5/+27
* st/mesa: expose 0 shader binary formats for compat profiles for QtMarek Olšák2018-03-204-6/+14
* radv: make sure to emit cache flushes before starting a querySamuel Pitoiset2018-03-203-7/+33
* swr/rast: Fix index buffer overfetch issue for non-indexed drawsGeorge Kyriazis2018-03-201-0/+15
* glsl/linker: fix bug when checking precision qualifierSamuel Iglesias Gonsálvez2018-03-201-8/+3
* r600: partly revert disabling tiling for 1d texture.Dave Airlie2018-03-201-0/+5
* nir: fix interger divide by zero crash during constant foldingTimothy Arceri2018-03-201-2/+2
* meson: fix building without GLDylan Baker2018-03-201-9/+10
* r600: fix tgsi clock last settingDave Airlie2018-03-201-0/+1
* meson: Fix GL and EGL pkg-config files with glvndDylan Baker2018-03-202-2/+21
* egl/dri2: fix segfault when display initialisation failsFrank Binns2018-03-201-1/+1
* ac/nir: use ordered float comparisons except for not equalSamuel Pitoiset2018-03-201-3/+3
* android: vulkan/util: add dependency on libnativewindow for O and laterMauro Rossi2018-03-201-0/+4
* android: anv: add dependency on libnativewindow for O and laterMauro Rossi2018-03-201-7/+13
* android: anv/extensions: fix generated sources buildMauro Rossi2018-03-201-3/+13
* r600: Take ALU_EXTENDED into account when evaluating jump offsetsGert Wollny2018-03-201-2/+7
* i965: Fix KHR_blend_equation_advanced with some render targets.Francisco Jerez2018-03-201-1/+3
* radv: Really use correct HTILE expanded words.James Legg2018-03-201-3/+3
* i965: perf: ensure reading config IDs from sysfs isn't interruptedLionel Landwerlin2018-03-201-1/+2
* swr/rast: blend_epi32() should return Integer, not FloatGeorge Kyriazis2018-03-201-1/+1
* nvir/nvc0: fix legalizing of ld unlock c0[0x10000]Karol Herbst2018-03-201-1/+1
* glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.Eric Anholt2018-03-201-1/+1
* glsl: Silence warnings in the uniform initializer test about 16-bit typesEric Anholt2018-03-201-0/+9
* i965: Fix aux-surface size checkDaniel Stone2018-03-202-3/+12