summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0: bump the amount of shared memory per MP on MaxwellSamuel Pitoiset2016-04-261-1/+11
* r600: fix missing include for Elements macroDave Airlie2016-04-261-0/+1
* gm107/ir: s/invalid load/invalid store/Samuel Pitoiset2016-04-251-1/+1
* freedreno/a3xx: remove unused fxnRob Clark2016-04-251-6/+0
* freedreno/ir3: convert over to rallocRob Clark2016-04-252-40/+6
* freedreno: honor handle->offsetRob Clark2016-04-251-2/+4
* freedreno: disallow cat4 immed srcRob Clark2016-04-251-1/+1
* freedreno/a4xx: add render-target formatsRob Clark2016-04-251-3/+3
* freedreno: update generated headersRob Clark2016-04-255-5/+8
* freedreno: reduce line width for deqp furtherRob Clark2016-04-251-1/+1
* freedreno/ir3: fix sin/cosRob Clark2016-04-258-1/+92
* svga: eliminiate unnecessary constant buffer updatesCharmaine Lee2016-04-253-2/+23
* svga: mark the texture dirty for write transfer map onlyCharmaine Lee2016-04-251-2/+4
* svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10Charmaine Lee2016-04-251-23/+20
* svga: minimize surface flushCharmaine Lee2016-04-252-15/+85
* util/blitter: use ARRAY_SIZE macroBrian Paul2016-04-251-9/+3
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-2519-55/+55
* svga: whitespace and formatting fixes in svga_pipe_rasterizer.cBrian Paul2016-04-251-16/+13
* svga: whitespace and formatting fixes in svga_pipe_depthstencil.cBrian Paul2016-04-251-14/+14
* svga: whitespace and formatting fixes in svga_pipe_sampler.cBrian Paul2016-04-251-31/+33
* gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul2016-04-251-1/+1
* util/cache: add comments, fix formattingBrian Paul2016-04-251-5/+35
* svga: separate HUD counters for state objectsBrian Paul2016-04-257-12/+29
* st/omx: Fix resource leak on OMX_ErrorNoneRobert Foss2016-04-251-0/+1
* gallium: use unreachable instead of assertsGrazvydas Ignotas2016-04-251-1/+1
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-257-7/+9
* nouveau: codegen: combineLd/St do not combine indirect loadsHans de Goede2016-04-251-0/+7
* freedreno/ir3: relax restriction in groupingRob Clark2016-04-241-3/+5
* freedreno/ir3: fix small memory leakRob Clark2016-04-241-0/+2
* freedreno/ir3: fix small RA bugRob Clark2016-04-241-1/+2
* freedreno/a4xx: better workaround for astc+srgbRob Clark2016-04-2410-22/+195
* Revert "freedreno/a4xx: lower srgb in shader for astc textures"Rob Clark2016-04-247-62/+6
* freedreno/a4xx: blend state no longer depends on fb stateRob Clark2016-04-241-4/+1
* Revert "st/dri: add 32-bit RGBX/RGBA formats"Marek Olšák2016-04-242-10/+0
* radeonsi: Implement ddx/ddy on VI using ds_bpermuteTom Stellard2016-04-221-12/+30
* radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tidTom Stellard2016-04-221-1/+16
* radeonsi: Set range metadata on calls to llvm.SI.tidTom Stellard2016-04-221-3/+26
* radeonsi: Create a helper function for computing the thread idTom Stellard2016-04-221-6/+11
* swr: [rasterizer memory] Constify load tilesTim Rowley2016-04-222-6/+8
* swr: [rasterizer core] CompleteDrawContext changes for gccTim Rowley2016-04-221-4/+11
* swr: [rasterizer] Small cleanupsTim Rowley2016-04-227-20/+29
* swr: [rasterizer scripts] Knob scripts tweaksTim Rowley2016-04-222-2/+27
* swr: [rasterizer] Interpolation utility functionsTim Rowley2016-04-223-6/+55
* swr: [rasterizer core] TemplateArgUnrollerTim Rowley2016-04-225-109/+101
* swr: [rasterizer core] Arena: make most allocated blocks the same sizeTim Rowley2016-04-221-16/+52
* swr: [rasterizer core] Fix global arena allocator bugTim Rowley2016-04-222-42/+51
* swr: [rasterizer core] Fix thread binding for 32-bit windowsTim Rowley2016-04-221-1/+15
* swr: [rasterizer fetch] Add support for fetching non-uniform component formatsTim Rowley2016-04-221-1/+189
* swr: [rasterizer core] Use CS spill/fill size in coreTim Rowley2016-04-224-5/+9
* swr: fix memory leaks from vs/fs compilationTim Rowley2016-04-223-23/+41