summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* osmesa: link with libunwind if enabled (v2)Alexandre Demers2017-09-211-1/+2
* radeonsi: fix array textures layer coordinateNicolai Hähnle2017-09-201-1/+10
* radeonsi: set MIP_POINT_PRECLAMP to 0Nicolai Hähnle2017-09-201-1/+1
* swr: invalidate attachment on transition changeGeorge Kyriazis2017-09-203-0/+28
* broadcom/vc4: Fix use-after-free when deleting a program.Eric Anholt2017-09-201-6/+15
* broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.Eric Anholt2017-09-201-24/+32
* broadcom/vc4: Fix use-after-free for flushing when writing to a texture.Eric Anholt2017-09-201-2/+7
* amd/common: round cube array slice in ac_prepare_cube_coordsNicolai Hähnle2017-09-201-0/+1
* radeonsi: apply a mask to gl_SampleMaskIn in the PS prologNicolai Hähnle2017-09-203-5/+76
* nvc0: write 0 to pipeline_statistics.cs_invocationsKarol Herbst2017-09-061-0/+1
* llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 loadBen Crocker2017-09-061-2/+28
* gallivm: correct channel shift logic on big endianRay Strode2017-09-061-1/+7
* etnaviv: use correct param for etna_compatible_rs_format(..)Christian Gmeiner2017-09-061-1/+1
* nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin2017-08-251-0/+3
* radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák2017-08-251-1/+5
* swr/rast: switch gen_knobs.cpp licenseTim Rowley2017-08-251-12/+17
* nv50/ir: fix TXQ srcMaskIlia Mirkin2017-08-191-0/+2
* nv50/ir: fix srcMask computation for TG4 and TXFIlia Mirkin2017-08-191-0/+2
* gallium/os: fix os_time_get_nano() to roll over lessFrank Richter2017-08-191-1/+8
* st/wgl: check for negative delta in wait_swap_interval()Frank Richter2017-08-191-2/+5
* swr/rast: Fix invalid casting for calls to Interlocked* functionsTim Rowley2017-08-193-7/+7
* radeonsi: disable CE by defaultMarek Olšák2017-08-193-11/+21
* ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2017-08-191-1/+4
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-192-1/+15
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-031-1/+1
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-031-1/+2
* etnaviv: fix memory leak when BO allocation failsLucas Stach2017-08-031-1/+5
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-08-031-6/+9
* swr: remove unneeded fallback strcasecmp defineEmil Velikov2017-08-031-5/+0
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-08-033-9/+5
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-08-031-15/+27
* radeonsi: fix detection of DRAW_INDIRECT_MULTI on SINicolai Hähnle2017-08-031-2/+2
* broadcom/vc4: Prefer blit via rendering to the software fallback.Eric Anholt2017-08-031-6/+8
* etnaviv: Clear lbl_usage array correctlyWladimir J. van der Laan2017-08-031-1/+1
* swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov2017-08-031-1/+4
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-08-032-4/+3
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-08-031-1/+1
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-08-033-7/+49
* radeonsi/gfx9: fix crash building monolithic merged ES-GS shaderNicolai Hähnle2017-08-031-2/+3
* nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin2017-08-031-5/+9
* svga: fix texture swizzle writemaskingBrian Paul2017-08-031-0/+2
* svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul2017-07-121-1/+4
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-121-7/+29
* svga: fixed surface size to include array sizeCharmaine Lee2017-07-121-1/+2
* svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende2017-07-121-7/+8
* gallium/radeon: fix a possible crash for buffer exportsMarek Olšák2017-07-121-9/+15
* etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado2017-07-121-3/+7
* svga: clamp device line width to at least 1 to fix HWv8 line stipplingBrian Paul2017-07-122-5/+5
* etnaviv: fix refcnt initialization in etna_screenAleksander Morgado2017-07-121-0/+1
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-122-5/+5