summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* gm107/ir: take relative pfetch offset into accountIlia Mirkin2014-09-261-1/+4
* gm107/ir: add support for indirect const buffer selectionIlia Mirkin2014-09-251-0/+14
* gm107/ir: fix texture argument orderIlia Mirkin2014-09-252-5/+34
* gm107/ir: fix manual TXD for array targetsIlia Mirkin2014-09-251-2/+3
* nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin2014-09-251-1/+10
* nv50/ir: add some comments on edge classificationIlia Mirkin2014-09-251-0/+10
* nv50,nvc0: fix 3d blit logic for odd depth/stencil formatsIlia Mirkin2014-09-252-7/+18
* nv50,nvc0: add missing depth/stencil formats to tile flag selectionIlia Mirkin2014-09-252-0/+8
* gallium/nouveau: add automake target 'template'Emil Velikov2014-09-241-0/+11
* nv50,nvc0: enable ARB_texture_viewIlia Mirkin2014-09-124-6/+6
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-123-0/+3
* nouveau: remove unneeded assertMaarten Lankhorst2014-09-111-1/+0
* nouveau: rework reference frame handlingMaarten Lankhorst2014-09-113-4/+37
* nouveau: fix MPEG4 hw decodingMaarten Lankhorst2014-09-111-3/+3
* nouveau: re-allocate bo's on overflowMaarten Lankhorst2014-09-114-11/+87
* nv50/ir: accomodate all file types, there are now more than 8Ilia Mirkin2014-09-081-2/+2
* nvc0/ir: uses was always null at that point in the codeIlia Mirkin2014-09-081-7/+1
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-082-2/+2
* nouveau: buffer can never be nullIlia Mirkin2014-09-081-2/+0
* nvc0/ir: insn can never be nullIlia Mirkin2014-09-081-1/+1
* nvc0: size is a uint16_t, remove unnecessary assertionIlia Mirkin2014-09-081-1/+0
* nvc0: avoid null deref of screen when collecting statsIlia Mirkin2014-09-081-1/+1
* nvc0: use 64-bit math when scaling the query resultsIlia Mirkin2014-09-081-4/+4
* nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller2014-09-051-9/+7
* nv50/ir/util: fix BitSet issuesChristoph Bumiller2014-09-053-3/+10
* nvc0: remove nvc0_push, replaced with nvc0_vbo_translateIlia Mirkin2014-09-052-410/+0
* nv50,nvc0: get rid of draw module supportIlia Mirkin2014-09-057-224/+0
* gallium/nouveau: ship all files in the tarballEmil Velikov2014-09-052-36/+113
* nouveau: don't leak dec struct on errorDave Airlie2014-09-021-1/+1
* nouveau/nv40: quiten coverity warning in unused vertex texture code.Dave Airlie2014-09-021-0/+1
* nv50: remove unused variablesIlia Mirkin2014-09-012-2/+0
* nv50: attach the buffer bo to the miptree structuresIlia Mirkin2014-09-011-8/+5
* nv50: mt address may not be the underlying bo's start addressIlia Mirkin2014-09-013-12/+14
* nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin2014-09-011-0/+2
* nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin2014-09-011-0/+4
* nvc0: don't make 1d staging textures linearIlia Mirkin2014-09-011-1/+0
* nv50: zero out unbound samplersIlia Mirkin2014-09-011-2/+5
* nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2014-09-012-8/+29
* nouveau: allow more tokens by default to avoid parse failuresIlia Mirkin2014-08-281-2/+4
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-273-0/+6
* nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann2014-08-194-32/+37
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-193-0/+4
* nv50/ir: (trivial) initialize pointer to silence warningTobias Klausmann2014-08-181-1/+1
* gallium/nouveau: handle query_renderer capsEmil Velikov2014-08-153-9/+61
* nv50,nvc0: add support for fine derivativesIlia Mirkin2014-08-143-2/+6
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-143-0/+3
* nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2014-08-131-1/+1
* android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov2014-08-131-4/+5
* nvc0: add BPTC format supportIlia Mirkin2014-08-121-0/+7
* nvc0/ir: describe the tex arguments for fermi/keplerIlia Mirkin2014-08-111-0/+25