summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add debug dumping of MSAA surfaces.Eric Anholt2015-12-042-6/+145
* vc4: Add support for laying out MSAA resources.Eric Anholt2015-12-041-5/+20
* vc4: Add support for storing sample mask.Eric Anholt2015-12-045-0/+24
* vc4: Fix up tile alignment checks for blitting using just an RCL.Eric Anholt2015-12-041-6/+22
* vc4: Add support for loading sample mask.Eric Anholt2015-12-046-1/+19
* freedreno/ir3: convert scheduler back to recursive algoRob Clark2015-12-042-127/+204
* freedreno/ir3: don't reuse a0.x across blocksRob Clark2015-12-041-7/+14
* freedreno/ir3: rename ir3_block::bdRob Clark2015-12-043-11/+11
* xvmc: force assertion in XvMC testsGiuseppe Bilotta2015-12-045-0/+10
* nv50/ir: replace zeros in movs as wellIlia Mirkin2015-12-031-2/+1
* nv50/ir: fold fma/mad when all 3 args are immediatesIlia Mirkin2015-12-031-0/+30
* nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin2015-12-032-2/+2
* nv50/ir: fix DCE to not generate 96-bit loadsIlia Mirkin2015-12-031-1/+31
* draw: fix clipping of layer/vp index outputsRoland Scheidegger2015-12-041-139/+186
* softpipe: use provoking vertex for layerRoland Scheidegger2015-12-041-2/+2
* llvmpipe: use provoking vertex for layer/viewportRoland Scheidegger2015-12-042-17/+32
* vc4: Add the RCL to CL debug dumping when in simulator mode.Eric Anholt2015-12-031-0/+6
* radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák2015-12-031-1/+2
* radeonsi: fix occlusion queries on FijiMarek Olšák2015-12-031-2/+2
* radeonsi: dump init_config IBsMarek Olšák2015-12-031-4/+15
* radeonsi: print framebuffer info into ddebug logsMarek Olšák2015-12-033-2/+27
* gallium/radeon: print more info about HTILEMarek Olšák2015-12-032-2/+17
* gallium/radeon: print more info about CMASKMarek Olšák2015-12-032-3/+16
* gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák2015-12-033-6/+6
* gallium/radeon: print more information about texturesMarek Olšák2015-12-031-5/+43
* gallium/radeon: move printing texture info into a separate functionMarek Olšák2015-12-031-41/+51
* gallium/radeon: remove unused r600_texture::pitch_overrideMarek Olšák2015-12-032-2/+0
* gallium/radeon: remove DBG_TEXMIPMarek Olšák2015-12-033-4/+2
* gallium/aux/util: Trivial, we already have format use itEdward O'Callaghan2015-12-031-1/+1
* automake: Fix typo in MSVC2008 compat flags.Jose Fonseca2015-12-031-1/+1
* ttn: Whitelist from -Werror=declaration-after-statement.Jose Fonseca2015-12-031-0/+4
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* nv50/ir: fix moves to/from flagsIlia Mirkin2015-12-022-2/+7
* nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin2015-12-021-1/+1
* nv50/ir: fix instruction permutation logicIlia Mirkin2015-12-021-1/+1
* nv50/ir: the mad source might not have a defining instructionIlia Mirkin2015-12-021-1/+1
* nv50/ir: make sure entire graph is reachableIlia Mirkin2015-12-021-0/+1
* nv50/ir: deal with loops with no breaksIlia Mirkin2015-12-021-0/+6
* nvc0/ir: fold postfactor into immediateIlia Mirkin2015-12-021-0/+6
* nv50/ir: allow immediate 0 to be loaded anywhereIlia Mirkin2015-12-021-0/+6
* nv50/ir/gk110: add memory barriers support for GK110Samuel Pitoiset2015-12-021-0/+12
* nv50/ir: do not call textureMask() for surface opsSamuel Pitoiset2015-12-021-1/+2
* util/blitter: Fix "SO C90 forbids mixed declarations and code".Jose Fonseca2015-12-021-2/+4
* gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1Edward O'Callaghan2015-12-021-4/+12
* gallium/util: Fix util_blitter_clear_render_target() for num_layers>1Edward O'Callaghan2015-12-021-3/+12
* Remove Sun CC specific code.Jose Fonseca2015-12-023-14/+6
* r600: set mega fetch count to 16 for gs copy shaderDave Airlie2015-12-021-0/+1
* r600: increment ring index after emit vertex not before.Dave Airlie2015-12-021-18/+24
* r600: add alu + cf nop to copy shader on r600Dave Airlie2015-12-021-0/+10