aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* swr: [rasterizer core] GS viewport array index attributeTim Rowley2016-06-232-1/+2
* swr: [rasterizer core] conservative rasterization frontend supportTim Rowley2016-06-2310-63/+325
* swr: [rasterizer core] stop single threaded crash exit crashTim Rowley2016-06-231-2/+3
* swr: [rasterizer jitter] small fetch jit cleanupTim Rowley2016-06-231-134/+36
* swr: [rasterizer core] remove old commentTim Rowley2016-06-231-1/+0
* swr: [rasterizer jitter] cleanup supporting different llvm versionsTim Rowley2016-06-238-34/+73
* swr: [rasterizer jitter] unitialized component fix in fetch jitTim Rowley2016-06-231-1/+1
* swr: [rasterizer] add support for building avx512 versionTim Rowley2016-06-235-15/+20
* swr: [rasterizer common] fix include for Intel compilerTim Rowley2016-06-231-1/+1
* swr: [rasterizer common] workaround clang for windows __cpuid() bugTim Rowley2016-06-231-5/+9
* swr: push/pop DEBUG macro around llvm includesTim Rowley2016-06-232-4/+13
* svga: rename svga_surface_copy() to svga_resource_copy_region()Brian Paul2016-06-231-9/+9
* svga: don't copy blit_info into local varBrian Paul2016-06-231-11/+10
* gallium/util: fix some 4-space indentation in blitter codeBrian Paul2016-06-231-21/+21
* svga: fix texture array update regressionCharmaine Lee2016-06-231-6/+27
* svga: fix index/vertex buffer surface reference at drawCharmaine Lee2016-06-231-0/+20
* svga: fix vertex buffer references in the hw stateCharmaine Lee2016-06-234-27/+64
* svga: fix index buffer reference in the hw stateCharmaine Lee2016-06-233-6/+16
* nv50,nvc0: fix start_instance in manual push pathIlia Mirkin2016-06-212-10/+22
* translate: fix start_instance parameter in sse versionIlia Mirkin2016-06-211-7/+7
* radeonsi: add a debug flag for unsafe math LLVM optimizationsMarek Olšák2016-06-213-0/+18
* radeonsi: use u_blitter for mipmap generationMarek Olšák2016-06-212-1/+32
* gallium/u_blitter: implement mipmap generationMarek Olšák2016-06-212-114/+238
* clover: Fix build against clang SVN >= r273191Vedran Miletić2016-06-211-1/+1
* gallium: make image_view constRob Clark2016-06-207-10/+10
* gallium: make constant_buffer constRob Clark2016-06-2021-24/+23
* gallium: make shader_buffers constRob Clark2016-06-206-9/+9
* radeonsi: use trapezoid distribution for tess on Fiji and PolarisNicolai Hähnle2016-06-202-8/+24
* radeonsi/sid: add Fiji+ tesselation distribution modeNicolai Hähnle2016-06-201-3/+7
* radeonsi: emit PA_SC_RASTER_CONFIG_1 only onceNicolai Hähnle2016-06-201-16/+17
* radeonsi: fix calculation of valid RB mask per SENicolai Hähnle2016-06-201-4/+9
* radeonsi: raise SI_PM4_MAX_DWNicolai Hähnle2016-06-201-1/+1
* gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9Roland Scheidegger2016-06-201-2/+4
* nvc0: don't make use of push hint if there are no non-const user vbosIlia Mirkin2016-06-191-1/+3
* gk104/ir: fix tex use generation to be more careful about eliding usesIlia Mirkin2016-06-192-12/+27
* nv50: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-187-5/+74
* nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-187-5/+72
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-1817-0/+18
* gallium: add API for setting window rectanglesIlia Mirkin2016-06-183-3/+25
* nv50/ir: add missing strings for some recent sysvalsSamuel Pitoiset2016-06-181-0/+3
* swr: Update screen->context pointer with multiple contexts.Bruce Cherniak2016-06-172-3/+7
* swr: switch from overriding -march to selecting featuresTim Rowley2016-06-171-2/+2
* st/vdpau: we support lumakeying nowChristian König2016-06-161-0/+1
* vl: support luma keying for interlaced surfaces as wellChristian König2016-06-161-35/+41
* auxilary/os: allow appending to GALLIUM_LOG_FILEBrian Paul2016-06-151-2/+13
* vc4: fix vc4_resource_from_handle() stride calculationRob Herring2016-06-151-2/+2
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-154-82/+19
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-157-83/+229
* radeonsi: fix undefined left-shift into sign bitNicolai Hähnle2016-06-151-1/+2
* gallium/radeon: num-cs-flushes query should display per-frame averageMarek Olšák2016-06-141-1/+1