summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g: write all MRTs only if there is exactly one output (fixes a hang)Marek Olšák2015-12-211-5/+3
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-12-212-1/+6
* configure.ac: use pkg-config for libelfJonathan Gray2015-12-181-2/+3
* nvc0: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset2015-12-181-0/+1
* nv50/ir: can't have predication and immediatesIlia Mirkin2015-12-181-0/+3
* gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák2015-12-183-5/+18
* radeonsi: apply the streamout workaround to Fiji as wellMarek Olšák2015-12-181-1/+3
* radeonsi: don't call of u_prims_for_vertices for patches and rectanglesMarek Olšák2015-12-181-1/+13
* nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2015-12-182-7/+6
* radeonsi: handle doubles in lds load path.Dave Airlie2015-12-181-0/+8
* r600: handle geometry dynamic input array indexDave Airlie2015-12-181-2/+11
* r600g: fix geom shader input indirect indexing.Dave Airlie2015-12-181-2/+30
* r600/shader: add utility functions to do single slot arithmaticDave Airlie2015-12-181-0/+95
* r600/shader: split address get out to a function.Dave Airlie2015-12-181-1/+6
* nv50/ir: fix cutoff for using r63 vs r127 when replacing zeroIlia Mirkin2015-12-181-1/+2
* gk110/ir: fix imad sat/hi flag emission for immediate argsIlia Mirkin2015-12-181-8/+3
* gk104/ir: sampler doesn't matter for txfIlia Mirkin2015-12-181-1/+1
* gk110/ir: fix imul hi emission with limm argIlia Mirkin2015-12-181-2/+2
* nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin2015-12-182-2/+2
* nv50/ir: fix DCE to not generate 96-bit loadsIlia Mirkin2015-12-181-1/+31
* radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák2015-12-181-1/+2
* nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin2015-12-181-1/+1
* nv50/ir: fix instruction permutation logicIlia Mirkin2015-12-181-1/+1
* nv50/ir: the mad source might not have a defining instructionIlia Mirkin2015-12-181-1/+1
* nv50/ir: deal with loops with no breaksIlia Mirkin2015-12-181-0/+6
* nvc0/ir: fold postfactor into immediateIlia Mirkin2015-12-181-0/+6
* r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2015-12-182-1/+13
* r600: do SQ flush ES ring rolling workaroundDave Airlie2015-12-183-1/+8
* radeonsi: fix a hang due to uninitialized border color registersMarek Olšák2015-12-181-0/+23
* radeonsi: fix occlusion queries on FijiMarek Olšák2015-12-181-2/+2
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-12-182-34/+7
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-12-183-6/+6
* freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin2015-12-181-8/+0
* freedreno/a4xx: fix 5_5_5_1 texture sampler formatIlia Mirkin2015-12-181-1/+1
* freedreno/a4xx: support lod_biasIlia Mirkin2015-12-182-0/+7
* nvc0/ir: start offset at texBindBase for txq, like regular texturingIlia Mirkin2015-12-031-1/+4
* radeon/vce: disable Stoney VCE for 11.0Leo Liu2015-12-031-0/+5
* r600: workaround empty geom shader.Dave Airlie2015-12-031-0/+4
* r600: rv670 use at least 16es/gs threadsDave Airlie2015-12-031-4/+5
* r600: geometry shader gsvs itemsize workaroundDave Airlie2015-12-031-0/+20
* nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin2015-12-031-4/+42
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-12-032-15/+17
* nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin2015-12-031-2/+6
* nvc0/ir: actually emit AFETCH on keplerIlia Mirkin2015-12-031-0/+3
* llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay2015-11-181-1/+6
* vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt2015-11-185-0/+26
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-181-3/+9
* nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-181-0/+1
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-181-0/+3
* r600: initialised PGM_RESOURCES_2 for ES/GSDave Airlie2015-11-182-0/+6