summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2014-03-202-4/+12
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-204-4/+4
* nouveau: use DLOPEN_LIBS instead of -ldlJonathan Gray2014-03-201-1/+1
* nvc0: Handle user mapped vertex buffer for edgeflagMaarten Lankhorst2014-03-181-2/+7
* nv50/ir/gk110: add postfactor support for fmulIlia Mirkin2014-03-181-0/+2
* nv50/ir/gk110: set not modifier on first source of logic opIlia Mirkin2014-03-181-3/+2
* nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supportedIlia Mirkin2014-03-181-17/+6
* nv50/ir/gk110: add 64/128-bit fetch/export supportIlia Mirkin2014-03-182-7/+4
* nv50/ir/gk110: fix handling of OP_SUB for floating point opsIlia Mirkin2014-03-181-1/+6
* nv50/ir/gk110: presin/preex2 take their source at bit 23Ilia Mirkin2014-03-181-1/+1
* nv50/ir/gk110: add implementations of div u32/s32Ilia Mirkin2014-03-182-5/+162
* nv50/ir/gk110: implement quadopIlia Mirkin2014-03-181-1/+11
* nv50/ir/gk110: fill in mov from predicateIlia Mirkin2014-03-181-1/+5
* nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txfIlia Mirkin2014-03-181-4/+8
* nv50/ir/gk110: fix setting texture for txd/txf/txqIlia Mirkin2014-03-181-9/+8
* nv50/ir/gk110: add texcsaa implementationIlia Mirkin2014-03-181-1/+11
* nv50/ir/gk110: add pfetch supportIlia Mirkin2014-03-181-1/+9
* nv50/ir/gk110: add emit/restart implementationsIlia Mirkin2014-03-181-1/+8
* nv50/ir/gk110: add missing break in sched emitIlia Mirkin2014-03-181-1/+1
* nv50/ir/gk110: implement partial txq supportIlia Mirkin2014-03-181-1/+27
* nv50/ir/gk110: fill out texture instruction supportIlia Mirkin2014-03-181-13/+20
* nv50/ir/gk110: fix control flow opcode emission, add sat flagIlia Mirkin2014-03-181-22/+18
* nvc0: minor cleanups in stream output handlingEmil Velikov2014-03-141-4/+5
* nouveau: honor fread return value in the nouveau_compilerEmil Velikov2014-03-141-2/+2
* nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov2014-03-141-1/+1
* nv50: add missing brackets when handling the samplers arrayEmil Velikov2014-03-141-1/+2
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-072-6/+8
* Revert nvc0 part of "nv50: adjust blit_3d handling of ms output textures"Ilia Mirkin2014-03-091-8/+4
* nv50: adjust blit_3d handling of ms output texturesIlia Mirkin2014-03-092-8/+16
* nouveau: fix fence waiting logic in screen destroyIlia Mirkin2014-03-093-7/+27
* nouveau: add valid range tracking to nouveau_bufferIlia Mirkin2014-03-096-0/+47
* nv50,nvc0: add 11f_11f_10f vertex supportIlia Mirkin2014-03-043-1/+3
* nouveau: add a nouveau_compiler binary to compile TGSI into shader ISAIlia Mirkin2014-02-263-0/+235
* nv30: remove nv30_context use from nvfx_*progIlia Mirkin2014-02-2613-107/+110
* nv30: remove unused sprite flipping parameterIlia Mirkin2014-02-263-5/+3
* nv30: remove unused render_mode and hw_pointsprite_controlIlia Mirkin2014-02-262-8/+3
* nv30: remove use_nv4x, it is identical to is_nv4xIlia Mirkin2014-02-264-16/+14
* nv50: enable txg where supportedIlia Mirkin2014-02-253-2/+8
* nv50: enable cube map array texture supportIlia Mirkin2014-02-253-9/+7
* gallium: the other drivers don't support ARB_buffer_storageMarek Olšák2014-02-253-0/+3
* nv50: correctly calculate the number of vertical blocks during transfer mapEmil Velikov2014-02-251-1/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-253-0/+6
* nv50: make sure to clear _all_ layers of all attachmentsIlia Mirkin2014-02-223-3/+21
* nv50/ir/ra: fix SpillCodeInserter::offsetSlot usageChristoph Bumiller2014-02-221-7/+7
* nv50: mark scissors/viewports dirty on context switchIlia Mirkin2014-02-131-0/+2
* nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin2014-02-129-53/+135
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-125-0/+19
* nv30,nvc0: only claim a single viewportIlia Mirkin2014-02-112-0/+4
* nouveau/video: make sure that firmware is present when checking capsIlia Mirkin2014-02-103-4/+147
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-093-0/+8