summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-10softpipe: Implement and enable textureQueryLodKrzesimir Nowak2-2/+55
2015-09-10softpipe: Add functions for computing relative mipmap levelKrzesimir Nowak2-0/+120
2015-09-10softpipe: Split 3D to 2D coords conversion into separate functionKrzesimir Nowak2-51/+45
2015-09-10softpipe: Split code getting a filter into separate functionKrzesimir Nowak1-17/+41
2015-09-10softpipe: Put mip_filter_func inside a structKrzesimir Nowak2-12/+38
2015-09-10softpipe: Split compute_lambda_lod into two functionsKrzesimir Nowak1-17/+40
2015-09-10softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS valueKrzesimir Nowak1-1/+1
2015-09-10gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICITMarek Olšák3-22/+44
2015-09-10radeonsi: don't update polygon offset state if it has no effectMarek Olšák2-1/+4
2015-09-10radeonsi: decrease the size of si_pm4_stateMarek Olšák1-3/+2
2015-09-10radeonsi/compute: add buffers to the CS directlyMarek Olšák1-7/+11
2015-09-10radeonsi: only use new versions of LLVM image and sample intrinsicsMarek Olšák1-283/+186
2015-09-10gallium/radeon: drop support for LLVM 3.4Marek Olšák6-25/+7
2015-09-10r600/llvm: remove dead code for LLVM 3.3Marek Olšák1-106/+0
2015-09-10r600g: use pipe_resource::width0 instead pb_buffer::sizeMarek Olšák2-6/+6
2015-09-10radeonsi: enable VGPR spilling on VIMarek Olšák1-3/+1
2015-09-10nv50/ir: don't fold immediate into mad if registers are too highIlia Mirkin1-0/+4
2015-09-10nv50/ir: fix emission of 8-byte wide interp instructionIlia Mirkin1-5/+6
2015-09-10nv50/ir: r63 is only 0 if we are using less than 63 registersIlia Mirkin1-1/+4
2015-09-10nv50/ir: make edge splitting fix up phi node sourcesIlia Mirkin1-13/+77
2015-09-09nvc0: remove BGRA4 format supportIlia Mirkin1-0/+2
2015-09-09nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin7-12/+58
2015-09-09nv30: Disable msaa unless requested from the env by NV30_MAX_MSAAHans de Goede2-1/+21
2015-09-09nv30: Fix color resolving for nv3x cardsHans de Goede1-1/+37
2015-09-09android: radeonsi: add support for sid_tables.h generated sourcesMauro Rossi3-3/+15
2015-09-09nouveau: android: add space before PRIx64 macroMauro Rossi1-1/+1
2015-09-09svga: pick all the files into the tarballEmil Velikov1-5/+26
2015-09-09r600: don't use shader key without verifying shader type (v2)Dave Airlie1-7/+12
2015-09-08nvc0: always emit a full shader colormaskIlia Mirkin1-1/+1
2015-09-07nv30: Fix max width / height checks in nv30 sifm codeHans de Goede1-2/+2
2015-09-07svga: Fix surface view error handlingThomas Hellstrom1-22/+26
2015-09-05nouveau: don't mark full range as used on unmap with explicit flushIlia Mirkin1-5/+7
2015-09-05nv50: avoid using inline vertex data submit when gl_VertexID is usedIlia Mirkin4-2/+14
2015-09-05nv50: don't flush vertex arrays when index buffer changesIlia Mirkin1-4/+0
2015-09-05nv50: rebind bo to bufctx when invalidating idxbuf storageIlia Mirkin1-1/+5
2015-09-05nv50: clear buffer status on all vertex bufs, not just the first oneIlia Mirkin1-1/+0
2015-09-05nv50: fix drawing from tfb, direct-to-pushbuf submitsIlia Mirkin4-14/+15
2015-09-04nv30: Implement color resolve for msaaHans de Goede2-14/+8
2015-09-04nv30: Fix creation of scanout buffersHans de Goede1-0/+10
2015-09-04vc4: Initialize pack field of qreg to 0 in qir_get_tempBoyan Ding1-0/+1
2015-09-04r600: fix loop overrun in cayman_mul_double_instrDave Airlie1-1/+1
2015-09-03svga: update call to u_upload_alloc()Brian Paul1-3/+3
2015-09-03gallium/radeon: remove 'dirty' member from r600_atomGrazvydas Ignotas4-6/+1
2015-09-03r600g: simplify dirty atom trackingGrazvydas Ignotas3-49/+14
2015-09-03r600g: start numbering atoms from 1Grazvydas Ignotas3-3/+3
2015-09-03r600g: make all viewport states use single atomGrazvydas Ignotas6-34/+38
2015-09-03r600g: apply disable workaround on all scissorsGrazvydas Ignotas2-9/+14
2015-09-03r600g: make all scissor states use single atomGrazvydas Ignotas6-40/+62
2015-09-02mesa: Fix warning about static being in the wrong placeIan Romanick1-1/+1
2015-09-02svga: fix referencing a NULL framebuffer cbufCharmaine Lee1-2/+2